| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index d6abe8f20f8debcfcee3592d42f4e3f81798c8a3..07ac39bf788fcc22df2843996a89ed20826afc21 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -186,12 +186,12 @@ async/timer_not_available_test: Fail, OK # only meant to test when there is no w
|
|
|
| # 'js' tests import the dart:js library, so they only make sense in
|
| # a browser environment.
|
| -[ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
|
| +[ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
|
| js/*: Skip
|
|
|
| # 'js' tests import the dart:js library, so they only make sense in
|
| # a browser environment.
|
| -[ $runtime == dart_product ]
|
| +[ $runtime == dart_app ]
|
| js/*: SkipByDesign
|
| mirrors/*: SkipByDesign
|
|
|
| @@ -229,12 +229,12 @@ async/multiple_timer_test: Pass, Fail # Probably issue 14734
|
| # TODO(efortuna): Investigate.
|
| async/timer_test: Fail, Pass
|
|
|
| -[ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
|
| +[ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
|
| async/timer_not_available_test: Fail, OK
|
| mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
|
| mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker for dynamic compile time errors.
|
|
|
| -[ $compiler == none || $compiler == precompiler || $compiler == dart2app ]
|
| +[ $compiler == none || $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit ]
|
| async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
|
|
|
| mirrors/symbol_validation_test: RuntimeError # Issue 13596
|
| @@ -300,7 +300,7 @@ mirrors/*deferred*: Pass,RuntimeError # Issue 17458
|
| [ $compiler == dart2js && $mode == debug ]
|
| mirrors/native_class_test: Pass, Slow
|
|
|
| -[ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && $arch == mips ]
|
| +[ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit) && $arch == mips ]
|
| async/timer_regress22626_test: Pass, RuntimeError # Issue 22626
|
|
|
| [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te ]
|
| @@ -323,13 +323,13 @@ convert/utf85_test: Skip # Pass, Slow Issue 20111.
|
| [ $mode == debug && $arch == ia32 && $system == windows ]
|
| convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
|
|
|
| -[ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) && $mode == debug && $arch == x64 && $system == windows ]
|
| +[ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $mode == debug && $arch == x64 && $system == windows ]
|
| convert/streamed_conversion_json_utf8_decode_test: Pass, Slow
|
|
|
| [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv6 && $arch != simarmv5te ]
|
| convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
|
|
|
| -[ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) && $mode == debug && $builder_tag == asan ]
|
| +[ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $mode == debug && $builder_tag == asan ]
|
| mirrors/immutable_collections_test: SkipSlow # Timeout.
|
| convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
|
|
|
|
|