Index: tests/corelib/corelib.status |
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status |
index 586d1458517e8f07870dd24851d06e55ef68b330..be6e5fbdda83c0eaf0ea90242ad5c74a9b7207f1 100644 |
--- a/tests/corelib/corelib.status |
+++ b/tests/corelib/corelib.status |
@@ -2,7 +2,7 @@ |
# for details. All rights reserved. Use of this source code is governed by a |
# BSD-style license that can be found in the LICENSE file. |
-[ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] |
+[ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] |
bool_from_environment2_test: Skip |
bool_from_environment_test: Skip |
from_environment_const_type_test: Skip |
@@ -14,20 +14,42 @@ string_from_environment2_test: Skip |
string_from_environment3_test: Skip |
string_from_environment_test: Skip |
-[ ($compiler == none || $compiler == precompiler) ] |
+[ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ] |
unicode_test: Fail # Bug 6706 |
compare_to2_test: Fail # Bug 4018 |
symbol_test/01: Fail, Pass # bug 11669 |
+# With the exception of 'void', new Symbol() should not accept reserved words. |
+symbol_reserved_word_test/06: RuntimeError # bug 11669 |
+symbol_reserved_word_test/09: RuntimeError # bug 11669 |
+symbol_reserved_word_test/12: RuntimeError # bug 11669 |
+ |
+symbol_test/none: Fail # bug 11669 |
+symbol_operator_test/03: Fail # bug 11669 |
+string_case_test/01: Fail # Bug 18061 |
+ |
+iterable_return_type_test/01: RuntimeError # Issue 13646 |
+iterable_return_type_test/02: RuntimeError # Issue 13646 |
+ |
# #void should be a valid symbol. |
-[ ($compiler == none || $compiler == precompiler) || $compiler == dart2js ] |
+[ $compiler == none || $compiler == precompiler || $compiler == dart2app || $compiler == dart2js ] |
symbol_reserved_word_test/02: CompileTimeError # bug 20191 |
symbol_reserved_word_test/05: CompileTimeError # bug 20191 |
-[ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] |
+# With the exception of 'void', const Symbol() should not accept reserved |
+# words. |
+symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 |
+symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 |
+symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 |
+ |
+[ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] |
symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot detect CompileTimeErrors |
symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot detect CompileTimeErrors |
+symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detect CompileTimeErrors |
+symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detect CompileTimeErrors |
+symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detect CompileTimeErrors |
+main_test: Fail # Dartium needs to check for both main() and main(args). |
[ $compiler == dart2js ] |
symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') should be allowed. |
@@ -38,41 +60,11 @@ integer_to_radix_string_test: RuntimeError # issue 22045 |
int_modulo_arith_test/bignum: RuntimeError # No bigints. |
int_modulo_arith_test/modPow: RuntimeError # No bigints. |
- |
-# With the exception of 'void', const Symbol() should not accept reserved |
-# words. |
-[ ($compiler == none || $compiler == precompiler) || $compiler == dart2js ] |
-symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 |
-symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 |
-symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 |
- |
-[ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] |
-symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detect CompileTimeErrors |
-symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detect CompileTimeErrors |
-symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detect CompileTimeErrors |
- |
-# With the exception of 'void', new Symbol() should not accept reserved words. |
-[ ($compiler == none || $compiler == precompiler) ] |
-symbol_reserved_word_test/06: RuntimeError # bug 11669 |
-symbol_reserved_word_test/09: RuntimeError # bug 11669 |
-symbol_reserved_word_test/12: RuntimeError # bug 11669 |
- |
-[ ($compiler == none || $compiler == precompiler) && $runtime != dartium && $runtime != drt && $runtime != ContentShellOnAndroid ] |
+[ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && $runtime != dartium && $runtime != drt && $runtime != ContentShellOnAndroid ] |
symbol_test/02: MissingCompileTimeError # bug 11669 |
symbol_test/03: MissingCompileTimeError # bug 11669 |
-[ ($compiler == none || $compiler == precompiler) ] |
-symbol_test/none: Fail # bug 11669 |
-symbol_operator_test/03: Fail # bug 11669 |
-string_case_test/01: Fail # Bug 18061 |
- |
-iterable_return_type_test/01: RuntimeError # Issue 13646 |
-iterable_return_type_test/02: RuntimeError # Issue 13646 |
- |
-[ ($compiler == none || $compiler == precompiler) && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] |
-main_test: Fail # Dartium needs to check for both main() and main(args). |
- |
-[ ($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnAndroid ] |
+[ $compiler == none && $runtime == ContentShellOnAndroid ] |
core_runtime_types_test: Pass, Fail # Issue 20525 |
[ $runtime == ff || $runtime == jsshell ] |
@@ -169,7 +161,7 @@ stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
# The regexp tests are not verified to work on non d8/vm platforms yet. |
regexp/*: Skip |
-[ ($runtime == vm || $runtime == dart_precompiled) ] |
+[ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] |
regexp/global_test: Skip # Timeout. Issue 21709 and 21708 |
[ $runtime != vm && $compiler != dart2analyzer] |
@@ -181,7 +173,7 @@ http_resource_test: Skip, OK # VM specific test, uses dart:io. |
[ $mode == debug ] |
regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 |
-[ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] |
+[ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) && $arch == simarmv5te ] |
int_parse_radix_test/*: Pass, Slow |
big_integer_parsed_mul_div_vm_test: Pass, Slow |