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

Unified Diff: tests/language/language.status

Issue 8525013: Fix failures. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
===================================================================
--- tests/language/language.status (revision 1431)
+++ tests/language/language.status (working copy)
@@ -56,10 +56,13 @@
*FrogNegativeTest: Skip
-[ $component == vm && $mode == debug ]
+[ ($component == vm || $component == dartium) && $mode == debug ]
NonParameterizedFactoryTest: Crash # Issue 226
FactoryNegativeTest: Crash # Issue 417
+[ ($component == vm || $component == dartium) && $mode == release ]
+FactoryNegativeTest: Fail # Issue 417
+
# Problems specific to dartc optimized mode
[ ($component == dartc || $component == chromium) && $mode == release ]
MethodInvocationTest: Fail # Bug 5392266
@@ -70,7 +73,6 @@
Switch3NegativeTest: Crash # Bug 5318228
BadNamedParametersTest: Fail # Bug 4202974 - release mode is not throwing NSME
CTConst2Test: Fail # Codesite issue 124
-FactoryNegativeTest: Fail # Issue 417
# Problems specific to dartc debug mode
[ ($component == dartc || $component == chromium) && $mode == debug ]
@@ -196,6 +198,7 @@
[ $component == frog || $component == leg ]
ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
+FactoryNegativeTest: Fail # Issue 417
jimhug 2011/11/10 22:39:48 I think you need to move this down 2 lines so that
srdjan 2011/11/10 22:55:13 Thanks. Next CL.
[ $component == frogsh || $component == frog || $component == leg ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698