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

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

Issue 8261009: Create a standalone test directory and move tests in runtime/tests/dart (mostly) to that directory. (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 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 [ $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 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 3341367 16 ConstListLiteralTest: Fail # Bug 3341367
17 CoreRuntimeTypesTest: Fail # Bug 5196164 17 CoreRuntimeTypesTest: Fail # Bug 5196164
18 StringTest: Fail # Bug 5196164 18 StringTest: Fail # Bug 5196164
19 DoubleCompareTest: Fail # Bug 5427706 19 DoubleCompareTest: Fail # Bug 5427706
20 *VMTest: Skip
20 21
21 22
22 [ $arch == dartium ] 23 [ $arch == dartium ]
23 # print is not available 24 # print is not available
24 SortTest: Fail 25 SortTest: Fail
25 ListSortTest: Fail 26 ListSortTest: Fail
26 27
27 28
28 [ $arch == x64 ] 29 [ $arch == x64 ]
29 *: Skip 30 *: Skip
30 31
31 [ $arch == simarm ] 32 [ $arch == simarm ]
32 *: Skip 33 *: Skip
33 34
34 [ $arch == arm ] 35 [ $arch == arm ]
35 *: Skip 36 *: Skip
OLDNEW
« no previous file with comments | « no previous file | dart/tests/corelib/src/BigIntegerVMTest.dart » ('j') | dart/tests/corelib/src/StringBaseVMTest.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698