1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 06:45:43 +02:00
cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb
Jonah Graham 8c6f501250 Wait until all threads are stopped before continuing test
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
2022-11-07 10:04:20 -05:00
..
.externalToolBuilders Flattening rest of gdb tests 2016-03-18 09:39:45 -04:00
.settings Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
data/launch Fix race condition in multithread test 2022-10-27 20:33:26 -04:00
META-INF Update to Java 17 as BREE. Fixes #80 2022-10-03 12:42:37 -04:00
scripts [releng] move to cdt-infra repo 2019-06-05 10:36:02 -04:00
src/org/eclipse/cdt Wait until all threads are stopped before continuing test 2022-11-07 10:04:20 -05:00
.classpath Update to Java 17 as BREE. Fixes #80 2022-10-03 12:42:37 -04:00
.options [303828] Instrument ServiceEventWaitor 2010-02-25 23:00:21 +00:00
.project Remove API tooling from projects that are not part of our release 2022-10-03 12:42:37 -04:00
about.html [releng] Update all legal files with update_legal_files.sh 2022-04-13 13:42:35 -04:00
build.properties Fixed "The value for X attribute is not externalized" warning 2020-08-28 21:32:18 +02:00
dsf.debug.options Add a default file to enable/disable tracing for the debug tests 2017-02-15 17:29:38 -04:00
plugin.properties Minor updates to bundles to have proper translations 2020-08-30 23:03:53 -04:00
plugin.xml Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair 2014-07-14 12:34:41 -04:00
pom.xml [releng] Bump versions for CDT 11.0.0 2022-10-03 12:42:37 -04:00
TestAppBuilder.xml Bug 444196 - [tests] dsf-gdb tests fail the build when 'make' is not installed 2014-09-16 15:42:57 -04:00