| Index: runtime/tests/vm/vm.status
|
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
|
| index eb62781f7b3d52f44d6aa7656ed258070a34b0a0..0a1fc8a1706b4a0e7418bdba159f0614e4833fde 100644
|
| --- a/runtime/tests/vm/vm.status
|
| +++ b/runtime/tests/vm/vm.status
|
| @@ -55,6 +55,9 @@ dart/optimized_stacktrace_test: RuntimeError
|
| # minifying they can be renamed, which is issue 7953.
|
| dart/inline_stack_frame_test: RuntimeError, Pass # Issue 7953
|
|
|
| +[ $compiler == dart2js && $cps_ir && $checked ]
|
| +dart/inline_stack_frame_test: Crash # Unable to compile ArgumentError.message
|
| +
|
| [ $compiler == dart2js || $compiler == dart2analyzer ]
|
| # Data uri's not supported by dart2js or the analyzer.
|
| dart/data_uri*test: Skip
|
|
|