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

Unified Diff: tests/lib/lib.status

Issue 1383213002: Make dart2js code retain the original stack trace for uncaught async errors. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Add test. Created 5 years, 1 month 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/lib/async/dart2js_uncaught_error_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index 57f42c490595dac434ec8220bcba0a3234db95c7..2c983c3b86f8ae159d1266935be4384ae9312f7a 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -359,6 +359,9 @@ mirrors/mirrors_used_typedef_declaration_test/01: Crash # Assertion failure: typ
mirrors/mirrors_used_typedef_declaration_test/none: Crash # Assertion failure: typedef(Foo) has not been checked for cycles.
mirrors/typedef_library_test: Crash # Assertion failure: typedef(G) has not been checked for cycles.
+[ $compiler != dart2js ]
+async/dart2js_uncaught_error_test: Skip # JS-integration only test
+
[ $noopt ]
mirrors/*: SkipByDesign
convert/chunked_conversion_utf88_test: Pass, Timeout
« no previous file with comments | « tests/lib/async/dart2js_uncaught_error_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698