Chromium Code Reviews| Index: runtime/tests/vm/vm.status |
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status |
| index c4537b64c8382adf222f523aa524f9151e1376da..ba57bac4dde022e1c71c91a7f2c56491c01db171 100644 |
| --- a/runtime/tests/vm/vm.status |
| +++ b/runtime/tests/vm/vm.status |
| @@ -29,16 +29,16 @@ cc/ExternalizeConstantStrings: Skip |
| [ $runtime == drt ] |
| dart/isolate_mirror_local_test: Skip |
| +[ $compiler == dart2js ] |
|
Mads Ager (google)
2013/02/21 10:39:02
Maybe revert the changes to this file. No reason t
Søren Gjesse
2013/02/21 11:44:25
Done.
|
| +# The source positions do not match with dart2js. |
| +dart/optimized_stacktrace_test: Fail |
| + |
| [ $compiler == dart2js || $compiler == dartc ] |
| 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/isolate_unhandled*: Skip |
| -[ $compiler == dart2js ] |
| -# The source positions do not match with dart2js. |
| -dart/optimized_stacktrace_test: Fail |
| - |
| [ $compiler == dart2js && $minified ] |
| # Methods in stack traces are renamed. |
| dart/inline_stack_frame_test: Fail # Issue 7953. |