eclipse-jdt / eclipse.jdt.debug

Eclipse Public License 2.0
16 stars 46 forks source link

org.eclipse.debug.jdi.tests.MirrorTest fails on Linux if executed alone #466

Closed iloveeclipse closed 1 month ago

iloveeclipse commented 1 month ago

There must be some shared data reused by this test if it runs as a part of a testsuite, so it fails only if executed alone. The test fails on Linux because it uses javaw command to start JVM, which is not available on Linux. The fix is trivial, I will push it in a moment.