mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
![]() These tests all had the same mistake, they had 5 x waitForEvent with the comment "at this point all 5 threads should be stopped" but there are actually 6 threads (5 spawned ones + main thread). Most of the time all 6 threads would be stopped in time, but sometimes one of them wouldn't be stopped, leading to a "CoreException: Context is running" error in the test This fixes the ThreadStackFrameSyncTest item Part of #117 |
||
---|---|---|
.. | ||
.externalToolBuilders | ||
.settings | ||
data/launch | ||
META-INF | ||
scripts | ||
src/org/eclipse/cdt | ||
.classpath | ||
.options | ||
.project | ||
about.html | ||
build.properties | ||
dsf.debug.options | ||
plugin.properties | ||
plugin.xml | ||
pom.xml | ||
TestAppBuilder.xml |