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

Unified Diff: tests/compiler/dart2js/dart2js.status

Issue 1155463005: dart2js cps: Remove dart2dart from cps pipeline and clean up. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Skip tests specific to the dart backend Created 5 years, 7 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: tests/compiler/dart2js/dart2js.status
diff --git a/tests/compiler/dart2js/dart2js.status b/tests/compiler/dart2js/dart2js.status
index fa4a8bb3275ca21ff98fa72999c39ec2a4358279..fa809e3fb78e443be99b62f169fc3e6704084e22 100644
--- a/tests/compiler/dart2js/dart2js.status
+++ b/tests/compiler/dart2js/dart2js.status
@@ -32,6 +32,16 @@ mirrors/library_imports_shown_test: Fail
patch_test/bug: RuntimeError # Issue 21132
+# These tests are for the now-deleted dart2dart variant of the CPS IR.
+# We want to adapt them to test the JS variant of the CPS IR instead,
+# but for now they are disabled.
+backend_dart/end2end_test: Skip
+backend_dart/sexpr2_test: Skip
+backend_dart/sexpr_test: Skip
+backend_dart/opt_constprop_test: Skip
+backend_dart/opt_shrinking_test: Skip
+backend_dart/opt_redundant_phi_test: Skip
+
[ $unchecked ]
exit_code_test: Skip # This tests requires checked mode.

Powered by Google App Engine
This is Rietveld 408576698