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

Unified Diff: tests/corelib/corelib.status

Issue 2978013002: Migrate test block 1 to Dart 2.0. (Closed)
Patch Set: rebase to repatched status/utilities 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/corelib/big_integer_parsed_arith_vm_test.dart ('k') | tests/corelib_2/apply2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index acf422809ef19da71f454bd7f168a0fa9bb94eaf..fef72355cff95d3b3097a0bd6ddad6a0923348b5 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -68,9 +68,6 @@ int_modulo_arith_test/modPow: RuntimeError # No bigints.
list_unmodifiable_test: Pass, RuntimeError # Issue 28712
symbol_reserved_word_test/05: Crash # bug 20191
-[ $compiler == dart2js && $fast_startup ]
-apply3_test: Fail # mirrors not supported
-
[ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $runtime != dartium && $runtime != drt ]
symbol_test/02: MissingCompileTimeError # bug 11669
symbol_test/03: MissingCompileTimeError # bug 11669
@@ -193,9 +190,7 @@ int_parse_radix_test/*: Pass, Slow
big_integer_parsed_mul_div_vm_test: Pass, Slow
[ $compiler == precompiler ]
-apply3_test: SkipByDesign # Imports dart:mirrors
regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interpreter
-big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify
big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify
int_parse_radix_test: Pass, Timeout # --no_intrinsify
@@ -210,7 +205,6 @@ regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
[ $hot_reload || $hot_reload_rollback ]
big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow.
-big_integer_huge_mul_vm_test: Pass, Slow # Slow
[ $compiler == dart2js && $dart2js_with_kernel ]
error_stack_trace1_test: Pass # Issue 27394
@@ -283,9 +277,6 @@ from_environment_const_type_undefined_test/08: MissingCompileTimeError
[ $runtime == flutter ]
-# No support for mirrors
-apply3_test: CompileTimeError
-
# Possible bugs
format_exception_test: RuntimeError # Flutter Issue 9111
string_from_environment_test: Fail # Flutter Issue 9111
« no previous file with comments | « tests/corelib/big_integer_parsed_arith_vm_test.dart ('k') | tests/corelib_2/apply2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698