| Index: runtime/tests/vm/vm.status
|
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
|
| index 704bfec76fc2f282cb956bada5e28f5c1a2149b8..07c7ffcbab27a96b597993822c05c3d9a1ecd020 100644
|
| --- a/runtime/tests/vm/vm.status
|
| +++ b/runtime/tests/vm/vm.status
|
| @@ -27,12 +27,10 @@ cc/ExternalizeConstantStrings: Skip
|
| [ $compiler == dart2js ]
|
| dart/mirrored_compilation_error_test: Skip # VM-specific flag
|
| dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type bounds
|
| -dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors
|
| dart/byte_array_test: Skip # compilers not aware of byte arrays
|
| dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays
|
| dart/simd128float32_array_test: Skip # compilers not aware of Simd128
|
| dart/simd128float32_test: Skip # compilers not aware of Simd128
|
| -dart/isolate_unhandled*: Skip
|
|
|
| [ $compiler == dart2js ]
|
| # The source positions do not match with dart2js.
|
| @@ -47,31 +45,15 @@ dart/inline_stack_frame_test: RuntimeError
|
| # Skip until we stabilize language tests.
|
| *: Skip
|
|
|
| -[ $arch == simarm ]
|
| -dart/isolate_mirror_local_test: Skip
|
| -
|
| -[ $arch == simmips || $arch == mips ]
|
| -dart/isolate_mirror_local_test: Pass, Crash
|
| -
|
| [ $arch == mips ]
|
| cc/Sdc1Ldc1: Crash # Illegal instructions
|
| cc/Cop1CvtDL: Crash
|
| cc/Cop1CvtDL_neg: Crash
|
|
|
| -[ $compiler == none && $runtime == drt ]
|
| -dart/isolate_mirror_local_test: Skip
|
| -
|
| -[ $compiler == none && $runtime == dartium ]
|
| -dart/isolate_mirror_local_test: Fail # Issue 13719: Please triage this failure.
|
| -
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| -dart/isolate_mirror_remote_test: Fail # Issue 13921
|
| -dart/isolate_unhandled_exception_test: Fail # Issue 13921
|
| dart/mirrored_compilation_error_test: Skip # Can't pass needed VM flag
|
|
|
| [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
| dart/optimized_stacktrace_test: StaticWarning
|
|
|
| -dart/isolate_mirror_local_test: Fail, OK # API being removed.
|
| -dart/isolate_mirror_remote_test: Fail, OK # API being removed.
|
| dart/mirrored_compilation_error_test: CompileTimeError, OK # This test intentionally includes invalid method bodies.
|
|
|