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

Unified Diff: tests/html/html.status

Issue 2720513006: Remove status file sections for the CPS IR. (Closed)
Patch Set: Remove a line from the CPS IR section that escaped the first purge 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/language_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/html.status
diff --git a/tests/html/html.status b/tests/html/html.status
index 1ebdd4b9985f5913bd339e85df90add5f5ef2c3c..0735b89bd351c4ef02ee84df50b74a87a0832210 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -431,19 +431,3 @@ custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
custom/js_custom_test: Fail # mirrors not supported
custom/mirrors_test: Fail # mirrors not supported
mirrors_js_typed_interop_test: Fail # mirrors not supported
-
-[ $compiler == dart2js && $cps_ir && $browser ]
-js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js that we might want to remove (See comment in #24978).
-js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a used tear-off (#24978, #25720).
-js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking a used tear-off (#24978, #25720).
-
-# These are raw dart:js tests that fail due to bugs in the CPS IR:
-js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
-
-[ $compiler == dart2js && $cps_ir && $host_checked ]
-js_typed_interop_default_arg_test/none: Crash # Issue 25911
-js_typed_interop_default_arg_test/default_value: Crash # Issue 25911
-js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911
-
-[ $compiler == dart2js && $cps_ir && $checked ]
-*: Skip # `assert` not implemented
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698