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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 prefix corelib 5 prefix corelib
6 6
7 [ $arch == ia32 || $arch == dartium ] 7 [ $FOOBAR == vm || $FOOBAR == dartium ]
8 UnicodeTest: Fail # Bug 5163868 8 UnicodeTest: Fail # Bug 5163868
9 DoubleCompareTest: Fail # Bug 5427703 9 DoubleCompareTest: Fail # Bug 5427703
10 *DartcTest: Skip 10 *DartcTest: Skip
11 11
12 [ $arch == ia32 ] 12 [ $arch == ia32 ]
13 13
14 14
15 [ $arch == dartc || $arch == chromium ] 15 [ $FOOBAR == dartc || $FOOBAR == chromium ]
16 ConstListLiteralTest: Fail # Bug 5202940 16 ConstListLiteralTest: Fail # Bug 5202940
17 ConstListSetRangeTest: Fail # Bug 5202940 17 ConstListSetRangeTest: Fail # Bug 5202940
18 ConstListRemoveRangeTest: Fail # Bug 5202940 18 ConstListRemoveRangeTest: Fail # Bug 5202940
19 CoreRuntimeTypesTest: Fail # Bug 5196164 19 CoreRuntimeTypesTest: Fail # Bug 5196164
20 RegExp4Test: Fail # Issue 256 20 RegExp4Test: Fail # Issue 256
21 StringTest: Fail # Bug 5196164 21 StringTest: Fail # Bug 5196164
22 *VMTest: Skip 22 *VMTest: Skip
23 23
24 [ $arch == dartium ] 24 [ $FOOBAR == dartium ]
25 # Bug 5476054: print is only available if DOM is imported. 25 # Bug 5476054: print is only available if DOM is imported.
26 SortTest: Fail 26 SortTest: Fail
27 ListSortTest: Fail 27 ListSortTest: Fail
28 28
29 29
30 [ $arch == x64 ] 30 [ $arch == x64 ]
31 *: Skip 31 *: Skip
32 32
33 [ $arch == simarm ] 33 [ $arch == simarm ]
34 *: Skip 34 *: Skip
35 35
36 [ $arch == arm ] 36 [ $arch == arm ]
37 *: Skip 37 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698