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

Unified Diff: dart/frog/tests/leg_only/leg_only.status

Issue 9373019: Frog shouldn't read libraries with --leg_only. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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: dart/frog/tests/leg_only/leg_only.status
diff --git a/dart/frog/tests/leg_only/leg_only.status b/dart/frog/tests/leg_only/leg_only.status
index b43d0a55ac613ef11083dc8d982210f6d362488e..cf8c701b944776774eaba6906c7df318b9d4d3b1 100644
--- a/dart/frog/tests/leg_only/leg_only.status
+++ b/dart/frog/tests/leg_only/leg_only.status
@@ -4,17 +4,21 @@
prefix leg_only
-ClassTest: Fail
-
-[ $component == leg || $component == frog || $component == frogsh ]
+[ $component == leg ]
+ClassTest: Fail
StatementsTest: Fail
TypedLocalsTest: Fail
ForeignTest: Fail # JS methods are only visible within core library.
+
[ $mode == debug ]
BailoutTest: Crash # VM issue 1570
CompoundOperatorIndexTest: Crash # VM issue 1570
ForInTest: Crash # VM issue 1570
OperatorTest: Skip
StringInterpolationTest: Skip
+
+
+[ $component == frog || $component == frogsh ]
+*: Skip

Powered by Google App Engine
This is Rietveld 408576698