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

Unified Diff: tests/corelib_2/corelib_2.status

Issue 2994523002: Filter tests for limited ints in DDC mode (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 c51ec1c5267215d4bb81114a3000eefebbdf5cbe..535021a6dcc6bc0268cc46a2292f9ac070b3bf22 100644
--- a/tests/corelib_2/corelib_2.status
+++ b/tests/corelib_2/corelib_2.status
@@ -149,6 +149,8 @@ hash_set_test/01: RuntimeError # Issue 11551
int_modulo_arith_test/bignum: RuntimeError # Issue 29921
int_modulo_arith_test/modPow: RuntimeError # Issue 29921
regress_r21715_test: RuntimeError # Requires bigint support.
+int_parse_with_limited_ints_test: Skip # dart2js and dartdevc don't know about --limit-ints-to-64-bits
+typed_data_with_limited_ints_test: Skip # dart2js and dartdevc don't know about --limit-ints-to-64-bits
[ $compiler == dart2js && $runtime != none ]
nan_infinity_test/01: RuntimeError
@@ -294,8 +296,6 @@ symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972
[ $compiler == dart2js ]
hash_set_test/01: RuntimeError # Issue 11551
string_static_test: MissingCompileTimeError
-int_parse_with_limited_ints_test: Skip # dart2js doesn't know about --limit-ints-to-64-bits
-typed_data_with_limited_ints_test: Skip # dart2js doesn't know about --limit-ints-to-64-bits
[ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $runtime != drt ]
symbol_test/02: MissingCompileTimeError # Issue 11669
« 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