| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index 62f45dad32db7a62e1f49a33d89ae422944542bb..fcc8819f4b5155d2395688ab5fef5cf76b4347dc 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -14,7 +14,7 @@ string_from_environment2_test: Skip
|
| string_from_environment3_test: Skip
|
| string_from_environment_test: Skip
|
|
|
| -[ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ]
|
| +[ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit) ]
|
| unicode_test: Fail # Bug 6706
|
| compare_to2_test: Fail # Bug 4018
|
|
|
| @@ -33,7 +33,7 @@ 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 == dart2app || $compiler == dart2js ]
|
| +[ $compiler == none || $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit || $compiler == dart2js ]
|
| symbol_reserved_word_test/02: CompileTimeError # bug 20191
|
| symbol_reserved_word_test/05: CompileTimeError # bug 20191
|
|
|
| @@ -60,7 +60,7 @@ integer_to_radix_string_test: RuntimeError # issue 22045
|
| int_modulo_arith_test/bignum: RuntimeError # No bigints.
|
| int_modulo_arith_test/modPow: RuntimeError # No bigints.
|
|
|
| -[ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && $runtime != dartium && $runtime != drt ]
|
| +[ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit) && $runtime != dartium && $runtime != drt ]
|
| symbol_test/02: MissingCompileTimeError # bug 11669
|
| symbol_test/03: MissingCompileTimeError # bug 11669
|
|
|
| @@ -156,10 +156,10 @@ 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 == dart_product) ]
|
| +[ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
|
| regexp/global_test: Skip # Timeout. Issue 21709 and 21708
|
|
|
| -[ $runtime != vm && $runtime != dart_precompiled && $runtime != dart_product && $compiler != dart2analyzer]
|
| +[ $runtime != vm && $runtime != dart_precompiled && $runtime != dart_app && $compiler != dart2analyzer]
|
| data_resource_test: RuntimeError # Issue 23825 (not implemented yet).
|
| file_resource_test: Skip, OK # VM specific test, uses dart:io.
|
| http_resource_test: Skip, OK # VM specific test, uses dart:io.
|
| @@ -170,7 +170,7 @@ package_resource_test: RuntimeError # Issue 23825 (not implemented yet).
|
| [ $mode == debug ]
|
| regexp/pcre_test: Pass, Slow # Timeout. Issue 22008
|
|
|
| -[ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) && $arch == simarmv5te ]
|
| +[ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $arch == simarmv5te ]
|
| int_parse_radix_test/*: Pass, Slow
|
| big_integer_parsed_mul_div_vm_test: Pass, Slow
|
|
|
| @@ -203,7 +203,7 @@ 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
|
|
|
| -[ $compiler == precompiler || $runtime == dart_product ]
|
| +[ $compiler == precompiler || $runtime == dart_app ]
|
| data_resource_test: Skip # Resolve URI not supported yet in product mode.
|
| package_resource_test: Skip # Resolve URI not supported yet in product mode.
|
| file_resource_test: Skip # Resolve URI not supported yet in product mode.
|
|
|