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

Unified Diff: tests/lib/lib.status

Issue 1780843002: Skip tests in cpsir+checked mode until it is implemented (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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') | 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 87b74f2bf002b6cd76982dee90d9d68456ac8466..6319860e7e9224761c384092200371dcb329daff 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -336,6 +336,9 @@ async/async_await_zones_test: Crash # (await for(var x in bar().take(100)){sum+=
async/stream_iterator_test: Crash # (Stream createCancel... cannot handle sync*/async* functions
mirrors/parameter_annotation_mirror_test: Pass, Fail # Issue 25501. Depends on inlining.
+[ $compiler == dart2js && $cps_ir && $checked ]
+*: Skip # Issue 25761
+
[ $compiler == dart2js && $host_checked ]
mirrors/circular_factory_redirection_test/02: Crash # Assertion failure: Constant constructor already computed for generative_constructor(A#circular2). Issue 25911
mirrors/metadata_allowed_values_test/28: Crash # Issue 25911
« no previous file with comments | « tests/corelib/corelib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698