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

Side by Side Diff: tests/corelib/corelib.status

Issue 8347001: Fix build now that the test passes. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 [ $arch == ia32 || $arch == 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 [ $arch == dartc || $arch == 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 StringTest: Fail # Bug 5196164 20 StringTest: Fail # Bug 5196164
21 *VMTest: Skip 21 *VMTest: Skip
22 22
23
24 [ ($arch == dartc || $arch == chromium) && $mode == release ]
25 DoubleCompareTest: Fail # Issue 146
26
27 [ $arch == dartium ] 23 [ $arch == dartium ]
28 # Bug 5476054: print is only available if DOM is imported. 24 # Bug 5476054: print is only available if DOM is imported.
29 SortTest: Fail 25 SortTest: Fail
30 ListSortTest: Fail 26 ListSortTest: Fail
31 27
32 28
33 [ $arch == x64 ] 29 [ $arch == x64 ]
34 *: Skip 30 *: Skip
35 31
36 [ $arch == simarm ] 32 [ $arch == simarm ]
37 *: Skip 33 *: Skip
38 34
39 [ $arch == arm ] 35 [ $arch == arm ]
40 *: Skip 36 *: Skip
OLDNEW
« 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