DescriptionFix issue 96, "test-debug/ThreadedDebugging is flaky"
The previous test assumed the V8 thread would begin executing before the Debugger thread issued its break statement. Change it so the V8 thread calls its first barrier within the JS infinite loop rather than right before invoking it in the C++ code. Merged the two JS code snippets into one since the C++ intermediate barrier call was removed.
Ran the test for about 8 hours on Windows without a hang or a failure
BUG=96
Patch Set 1 #
Total comments: 1
Patch Set 2 : '' #Messages
Total messages: 5 (0 generated)
|