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

Unified Diff: dart/tests/co19/co19-compiler.status

Issue 8408002: Add a new variable environment for testing, to replace the misusage of 'arch'. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 2 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/samples/tests/samples/samples.status ('k') | dart/tests/co19/co19-runtime.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/co19/co19-compiler.status
===================================================================
--- dart/tests/co19/co19-compiler.status (revision 991)
+++ dart/tests/co19/co19-compiler.status (working copy)
@@ -7,7 +7,7 @@
#
# Problems specific to compiler in release build (--optimize)
#
-[ $arch == dartc && $mode == release ]
+[ $component == dartc && $mode == release ]
# OK to fail - the optimized code doesn't execute correctly after type errors
LibTest/core/List/List/List/A01/t04: Fail
@@ -26,12 +26,12 @@
#
# Tests that pass in release mode but fail in debug mode
#
-[ $arch == dartc && $mode == debug ]
+[ $component == dartc && $mode == debug ]
#
# Problems in both debug and release builds
#
-[ $arch == dartc ]
+[ $component == dartc ]
LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04/t01: Fail # Bug 5371670.
LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A02/t01: Fail # Bug 5371670.
@@ -189,9 +189,9 @@
# List.fromList has been removed.
LibTest/core/List/List.fromList/*: Fail
-[ $arch == dartium ]
+[ $component == dartium ]
*: Skip
-[ $arch == chromium ]
+[ $component == chromium ]
*: Skip
« no previous file with comments | « dart/samples/tests/samples/samples.status ('k') | dart/tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698