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

Unified Diff: tests/corelib_2/corelib_2.status

Issue 2987473002: Updated status file to fix failures on DDC for tests which require bigint (Closed)
Patch Set: 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 | « 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 19399ef683f4110723691c101d0e046b7e5bff34..7cf313801ebe282bc00ffdccf696fd6e23fa887b 100644
--- a/tests/corelib_2/corelib_2.status
+++ b/tests/corelib_2/corelib_2.status
@@ -13,12 +13,12 @@ big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify
[ $compiler == dartdevc && $runtime != none ]
apply2_test: RuntimeError # Issue 29921
apply3_test: RuntimeError # Issue 29921
-big_integer_arith_vm_test: RuntimeError # Issue 30170
-big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921
-[ $compiler == dart2js && $runtime != none ]
-big_integer_arith_vm_test: RuntimeError # Issue 10245
-big_integer_parsed_arith_vm_test: RuntimeError # Issue 10245
+[ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ]
+big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170
+big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921
+bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
+compare_to2_test: RuntimeError, OK # Requires bigint support.
[ $runtime == flutter ]
apply3_test: CompileTimeError # mirrors not supported
@@ -33,10 +33,6 @@ big_integer_huge_mul_vm_test: Pass, Slow # Slow
[ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
compare_to2_test: Fail # Bug 4018
-[ $compiler == dart2js && $runtime != none ]
-bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
-compare_to2_test: RuntimeError, OK # Requires bigint support.
-
[ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
bool_from_environment2_test/01: MissingCompileTimeError
bool_from_environment2_test/02: MissingCompileTimeError
« 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