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

Unified Diff: tests/corelib_2/corelib_2.status

Issue 2994023002: Fix int_parse_radix_test/badTypes case for dart2js-d8-checked. (Closed)
Patch Set: Created 3 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib_2/corelib_2.status
diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status
index 58463e9b9a7b0df582b2f3ed859701c6f51795c9..26d92edaa71375b848f078039a6c02f170f0b38c 100644
--- a/tests/corelib_2/corelib_2.status
+++ b/tests/corelib_2/corelib_2.status
@@ -19,7 +19,7 @@ string_base_vm_static_test: MissingCompileTimeError
string_replace_static_test: MissingCompileTimeError
string_static_test: MissingCompileTimeError
-[ (!$checked && $runtime == vm) || $compiler == dart2js || $compiler == precompiler ]
+[ (!$checked && $runtime == vm) || (!$checked && $compiler == dart2js) || $compiler == precompiler ]
int_parse_radix_test/badTypes: RuntimeError # wrong exception returned
[ !$strong && !$checked ]
@@ -1033,3 +1033,6 @@ iterable_fold_test/01: CompileTimeError
[ $compiler == dart2analyzer && $checked && !$strong ]
iterable_fold_test/01: Pass
+
+[ $compiler == dart2analyzer && $strong && !$checked ]
+iterable_fold_test/01: CompileTimeError
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698