Chromium Code Reviews| Index: runtime/tests/vm/vm.status |
| =================================================================== |
| --- runtime/tests/vm/vm.status (revision 17448) |
| +++ runtime/tests/vm/vm.status (working copy) |
| @@ -33,6 +33,8 @@ |
| 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 |
| +# The source positions do not match with dart2js. |
| +dart/optimized_stacktrace_test: Fail |
|
srdjan
2013/01/28 18:03:58
Can you check with dart2js team if it is ever sup
Florian Schneider
2013/01/29 12:19:07
After consulting, I'll leave the status as Fail in
|
| [ $compiler == dart2js && $minified ] |
| # Methods in stack traces are renamed. |