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

Unified Diff: tests/corelib/corelib.status

Issue 8930024: frogium: fix all status file to reflect frogium current status. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 a815cf33e75a33bd890c1d6bc00f675a3f35349c..caa1a300b5776c57c0d4489a3c3b9e3aa120f85e 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -32,7 +32,6 @@ IndexedListAccessTest: Fail # Issue 274
# Note: Correctly skips 4 VMTests that rely on VM internals
ConstList*: Fail # 'const' is not currently checked.
-CoreRuntimeTypesTest: Fail
DateTimeTest: Fail
DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0.
ForInTest: Fail
@@ -53,6 +52,11 @@ StringPatternTest: Fail
StringSubstringTest: Fail
StringTest: Fail # Needs index out of range checks.
+[ $component == frog || $component == frogsh || $component == leg ]
+CoreRuntimeTypesTest: Fail
+
+[ $component == frogium ]
+CoreRuntimeTypesTest: Timeout
[ $arch == x64 ]
*: Skip

Powered by Google App Engine
This is Rietveld 408576698