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

Unified Diff: dart/tests/corelib/corelib.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/tests/co19/testcfg.py ('k') | dart/tests/isolate/isolate.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/corelib/corelib.status
===================================================================
--- dart/tests/corelib/corelib.status (revision 991)
+++ dart/tests/corelib/corelib.status (working copy)
@@ -4,7 +4,7 @@
prefix corelib
-[ $arch == ia32 || $arch == dartium ]
+[ $component == vm || $component == dartium ]
UnicodeTest: Fail # Bug 5163868
DoubleCompareTest: Fail # Bug 5427703
*DartcTest: Skip
@@ -12,7 +12,7 @@
[ $arch == ia32 ]
-[ $arch == dartc || $arch == chromium ]
+[ $component == dartc || $component == chromium ]
ConstListLiteralTest: Fail # Bug 5202940
ConstListSetRangeTest: Fail # Bug 5202940
ConstListRemoveRangeTest: Fail # Bug 5202940
@@ -22,7 +22,7 @@
IndexedListAccessTest: Fail # Issue 274
*VMTest: Skip
-[ $arch == dartium ]
+[ $component == dartium ]
# Bug 5476054: print is only available if DOM is imported.
SortTest: Fail
ListSortTest: Fail
« no previous file with comments | « dart/tests/co19/testcfg.py ('k') | dart/tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698