eclipse-equinox / p2

Eclipse Public License 2.0
14 stars 39 forks source link

Adapt to equinox.security.win32 renaming and adjust arch requirements #492

Closed HannesWell closed 4 months ago

HannesWell commented 5 months ago

Adjustments corresponding to https://github.com/eclipse-equinox/equinox/pull/564.

github-actions[bot] commented 5 months ago

Test Results

 3 files   -     6   3 suites   - 6   0s :stopwatch: - 29m 54s 26 tests  - 2 158  26 :white_check_mark:  - 2 154  0 :zzz:  -  4  0 :x: ±0  78 runs   - 6 564  78 :white_check_mark:  - 6 553  0 :zzz:  - 11  0 :x: ±0 

Results for commit 8c3fd1ac. ± Comparison against base commit 5db605c0.

This pull request removes 2158 tests. ``` org.eclipse.equinox.frameworkadmin.tests.Bug196525 ‑ testConfigContent org.eclipse.equinox.frameworkadmin.tests.Bug258370 ‑ testComma org.eclipse.equinox.frameworkadmin.tests.CleanupTest ‑ testOSGiRemoval org.eclipse.equinox.frameworkadmin.tests.CleanupTest ‑ testSimpleConfiguratorRemoval org.eclipse.equinox.frameworkadmin.tests.CleanupTest ‑ testWithMutipleBundles org.eclipse.equinox.frameworkadmin.tests.FrameworkExtensionTest ‑ testAddRemoveFrameworkExtension org.eclipse.equinox.frameworkadmin.tests.LauncherConfigLocationTest ‑ testCustomLauncherConfig org.eclipse.equinox.frameworkadmin.tests.LauncherDataTest ‑ testRemoveProgramArg org.eclipse.equinox.frameworkadmin.tests.ManipulatorTests ‑ testBug212361_osgiInBundlesList org.eclipse.equinox.frameworkadmin.tests.ManipulatorTests ‑ testBug258126_ProgramArgs_VMArgs … ```
chirontt commented 5 months ago

This PR, if merged, will also be relevant for my work for Windows on Arm64 platform, and will save me one less PR :)

HannesWell commented 4 months ago

The verification build of this PR cannot succeed without https://github.com/eclipse-equinox/equinox/pull/564 being part of an I-build, but without this an I-build cannot pass after https://github.com/eclipse-equinox/equinox/pull/564 has been submitted. So we have to submit this, without verification.