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

Unified Diff: dart/tests/corelib/corelib.status

Issue 9111012: Detect crashes in frog/leg (when running on VM). (Closed) Base URL: ssh://aaricia.aar/home/ahe/Dart/all/dart.googlecode.com.git@master
Patch Set: Fix mistake in status file Created 8 years, 12 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
« no previous file with comments | « dart/frog/tests/leg_only/leg_only.status ('k') | dart/tests/corelib/corelib-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/corelib/corelib.status
diff --git a/dart/tests/corelib/corelib.status b/dart/tests/corelib/corelib.status
index d8c1fcd3cb53394cb5739c4761a4a08ca9c2f7d1..62c24ba303e0f353f1aa2691971a1af0c7644af9 100644
--- a/dart/tests/corelib/corelib.status
+++ b/dart/tests/corelib/corelib.status
@@ -34,7 +34,6 @@ IndexedListAccessTest: Fail # Issue 274
ConstList*: Fail # 'const' is not currently checked.
CoreRuntimeTypesTest: Fail
DateTimeTest: Fail
-DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0.
ForInTest: Fail
IndexedListAccessTest: Fail
IndexOutOfRangeExceptionTest: Fail
@@ -46,7 +45,6 @@ ListSetRangeTest: Fail
ListTest: Fail
MapsTest: Fail
MathTest: Fail
-NanInfinityTest: Fail
RegExpAllMatchesTest: Fail
RegExp4Test: Fail # New test added on 10/28.
StringPatternTest: Fail
@@ -54,6 +52,16 @@ StringSubstringTest: Fail
StringTest: Fail # Needs index out of range checks.
+[ $component == frog ]
+DoubleCompareTest: Crash # Issue with static finals and -Infinity, -0.
+NanInfinityTest: Crash
+
+
+[ $component == frogsh || $component == frogium ]
+DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0.
+NanInfinityTest: Fail
+
+
[ $arch == x64 ]
*: Skip
« no previous file with comments | « dart/frog/tests/leg_only/leg_only.status ('k') | dart/tests/corelib/corelib-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698