eclipse-pde / eclipse.pde

Eclipse Public License 2.0
25 stars 64 forks source link

Create test case for EE baseline warnings due to missing Manifest header #1388

Closed ptziegler closed 3 weeks ago

ptziegler commented 3 weeks ago

This checks whether no error is produced when both the Require-Capability and the Bundle-RequiredExecutionEvironment headers are missing from the manifest.

See https://github.com/eclipse-pde/eclipse.pde/issues/1386

github-actions[bot] commented 3 weeks ago

Test Results

   285 files  ±0     285 suites  ±0   50m 47s :stopwatch: + 2m 23s  3 581 tests +1   3 504 :white_check_mark: ±0   76 :zzz: ±0  1 :x: +1  10 935 runs  +3  10 701 :white_check_mark: ±0  231 :zzz: ±0  3 :x: +3 

For more details on these failures, see this check.

Results for commit 768e47f8. ± Comparison against base commit 6506ee6a.

HannesWell commented 3 weeks ago

Thank you for providing this test case! I have incorporate your commit in https://github.com/eclipse-pde/eclipse.pde/pull/1388. Therefore I'm closing this one.