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

Unified Diff: tests/language/vm/async_await_catch_stacktrace_test.dart

Issue 2646443005: Track async causal stack traces (Closed)
Patch Set: rebase 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 | « runtime/vm/vm_sources.gypi ('k') | tests/language/vm/causal_async_exception_stack_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/vm/async_await_catch_stacktrace_test.dart
diff --git a/tests/language/vm/async_await_catch_stacktrace_test.dart b/tests/language/vm/async_await_catch_stacktrace_test.dart
index f49ce1551367ae37277bda07b4ce2a1bb762cdef..727b24232b26a86f88a3a29b97f479cef285c148 100644
--- a/tests/language/vm/async_await_catch_stacktrace_test.dart
+++ b/tests/language/vm/async_await_catch_stacktrace_test.dart
@@ -43,7 +43,6 @@ void main() {
Expect.isFalse(stText.contains("propagateToListeners"));
Expect.isFalse(stText.contains("_completeError"));
- Expect.isFalse(stText.contains("main"));
}
print("Ending!");
}
« no previous file with comments | « runtime/vm/vm_sources.gypi ('k') | tests/language/vm/causal_async_exception_stack_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698