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

Unified Diff: tests/language/full_stacktrace1_test.dart

Issue 2687143005: Include metadata in AOT to expand inline frames in stack traces and provide line numbers. (Closed)
Patch Set: . Created 3 years, 10 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
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language/full_stacktrace2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/full_stacktrace1_test.dart
diff --git a/tests/language/full_stacktrace1_test.dart b/tests/language/full_stacktrace1_test.dart
index 945ca7077c50e4d4e7ab4f37c9b13b5d34068ac2..92061581643eedc5fc5b84d6b3cbb29e2c36be39 100644
--- a/tests/language/full_stacktrace1_test.dart
+++ b/tests/language/full_stacktrace1_test.dart
@@ -15,6 +15,7 @@ void func3() {
func2();
} on Object catch(e, s) {
var fullTrace = s.toString();
+ print(fullTrace);
Expect.isTrue(fullTrace.contains("func1"));
Expect.isTrue(fullTrace.contains("func2"));
Expect.isTrue(fullTrace.contains("func3"));
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language/full_stacktrace2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698