Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1152)

Unified Diff: runtime/tests/vm/vm.status

Issue 13947004: dart2js: Allow 'throw' when inlining (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Nicolas' Code review feedback Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/tests/vm/vm.status
diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
index 1939598f1bc3b9e87c903dea2336f6f1ee8211ae..3eb5bff2c65107f6886c0b5a4d54b06418007d1d 100644
--- a/runtime/tests/vm/vm.status
+++ b/runtime/tests/vm/vm.status
@@ -40,9 +40,10 @@ dart/isolate_unhandled*: Skip
# 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.
+[ $compiler == dart2js ]
+# Methods can be missing in dart2js stack traces due to inlining. Also when
+# minifying they can be renamed, which is issue 7953.
+dart/inline_stack_frame_test: Fail
[ $runtime == ff || $runtime == ie9 ]
dart/inline_stack_frame_test: Skip

Powered by Google App Engine
This is Rietveld 408576698