DescriptionAvoid random stacktraces being printed from tools/test.py during test runs
Previously the testing script was just printing interleaved stack traces with
all the other output. Which means it's not associatable with a single test and
is highly confusing!
This CL associates the stack trace information of tests which time out to the
particular test which timed out.
R=whesse@google.com
Committed: https://github.com/dart-lang/sdk/commit/b1c04f0538f68f9a9a59953e80adae4d015c58cd
Patch Set 1 #
Messages
Total messages: 5 (2 generated)
|