| Index: runtime/tests/vm/vm.status
|
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
|
| index aac342b230bddaada12a94d978ef559ba3e9cad1..2444f50775790cb9b1f33477839470bd5441fd99 100644
|
| --- a/runtime/tests/vm/vm.status
|
| +++ b/runtime/tests/vm/vm.status
|
| @@ -33,6 +33,10 @@ dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors
|
| dart/byte_array_test: Skip # compilers not aware of byte arrays
|
| dart/isolate_unhandled*: Skip
|
|
|
| +[ $compiler == dart2js && $minified ]
|
| +# Methods in stack traces are renamed.
|
| +dart/inline_stack_frame_test: Fail # Issue 7953.
|
| +
|
| [ $runtime == ff || $runtime == ie9 ]
|
| dart/inline_stack_frame_test: Skip
|
|
|
|
|