mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 19:35:36 +02:00
![]() The test for ThreadStackFrameSyncTest accessed some state in the IGDBFocusSynchronizer from outside the Executor thread. The test also was not waiting on events to synchronize with the executor thread, instead using Thread.sleep(). There was also some unneeded code due to not using the ServiceEventWaitor in all places it could be used. This was leading to race conditions and flaky test failures. Change-Id: Ib6a3273e20f4383714edc491de9dd9330b250487 |
||
---|---|---|
.. | ||
org.eclipse.cdt.dsf.gdb | ||
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui | ||
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui.tests | ||
org.eclipse.cdt.dsf.gdb.tests | ||
org.eclipse.cdt.dsf.gdb.ui | ||
org.eclipse.cdt.examples.dsf.gdb | ||
org.eclipse.cdt.gnu.dsf-feature | ||
org.eclipse.cdt.gnu.multicorevisualizer-feature | ||
org.eclipse.cdt.tests.dsf.gdb | ||
pom.xml |