Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(450)

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: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()]);
}
}
« pkg/unittest/lib/unittest.dart ('K') | « sdk/lib/_internal/pub/test/command_line_config.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698