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

Unified Diff: tests/language/language_dart2js.status

Issue 2879153005: Add support to dart2js for option --enable-asserts. (Closed)
Patch Set: Added !$checked to section predicate in co19 status file Created 3 years, 5 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/language/function_type/test_generator.dart ('k') | tests/language/null_bottom_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index a14c63cc9b63bf5590de1ffb24585a8d378fb71d..b235e470a6066eaa899b9f9a792b657e43e8004b 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -181,7 +181,6 @@ default_factory2_test/01: Fail # Issue 14121
[ $compiler == dart2js && ! $checked ]
type_checks_in_factory_method_test: RuntimeError # Issue 12746
-assertion_test: RuntimeError # Issue 12748
generic_test: RuntimeError, OK
map_literal4_test: RuntimeError, OK # Checked mode required.
named_parameters_type_test/01: MissingRuntimeError, OK
@@ -191,6 +190,12 @@ positional_parameters_type_test/01: MissingRuntimeError, OK
positional_parameters_type_test/02: MissingRuntimeError, OK
issue13474_test: RuntimeError, OK
+[ $compiler == dart2js && ! $checked && ! $enable_asserts ]
+assertion_test: RuntimeError # Issue 12748
+
+[ $compiler == dart2js && ! $checked && $enable_asserts ]
+bool_check_test: RuntimeError # Issue 29647
+
[ $compiler == dart2js && ! $checked && $minified ]
f_bounded_quantification5_test: Fail, OK # Issue 12605
« no previous file with comments | « tests/language/function_type/test_generator.dart ('k') | tests/language/null_bottom_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698