Chromium Code Reviews

Unified Diff: utils/testrunner/standard_test_runner.dart

Issue 18052029: Use package:stack_trace in unittest. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review change. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « sdk/lib/_internal/pub/test/command_line_config.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/testrunner/standard_test_runner.dart
diff --git a/utils/testrunner/standard_test_runner.dart b/utils/testrunner/standard_test_runner.dart
index dddc2fd467e84e9224a3d218b193cad66efcff50..89fcc2fe2bed47c5f011bf61da82bc0d8ccdce63 100644
--- a/utils/testrunner/standard_test_runner.dart
+++ b/utils/testrunner/standard_test_runner.dart
@@ -199,7 +199,7 @@ class TestRunnerChildConfiguration extends Configuration {
List<TestCase> results, String uncaughtError) {
TestCase test = results[0];
parentPort.send([test.result, test.runningTime.inMilliseconds,
- test.message, test.stackTrace]);
+ test.message, test.stackTrace.toString()]);
}
}
« no previous file with comments | « sdk/lib/_internal/pub/test/command_line_config.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine