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

Unified Diff: tests/corelib/corelib.status

Issue 9250005: Fix dartc in optimized mode (broken in r3358). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge. Created 8 years, 11 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: tests/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index 354deae30dcf58f518735312397899cf689048a8..2652f846d91f8392fe41b02b477440af7dda2e04 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -18,10 +18,14 @@ ConstListSetRangeTest: Fail # Bug 5202940
ConstListRemoveRangeTest: Fail # Bug 5202940
RegExp4Test: Fail # Issue 256
StringTest: Fail # Bug 5196164
-IndexedListAccessTest: Fail # Issue 274
*VMTest: Skip
+# Problems specific to dartc optimized mode.
+[ ($component == dartc || $component == chromium) && $mode == release ]
+CoreRuntimeTypesTest: Fail
+
+
[ $component == frog || $component == frogsh || $component == frogium || ($component == webdriver && ($browser == chrome || $browser == ff || $browser == safari)) ]
# VM or DartC specific tests not to be run by Frog. See language.status.
*VMTest: Skip

Powered by Google App Engine
This is Rietveld 408576698