OLD | NEW |
---|---|
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 [ $component == vm || $component == dartium ] | 7 [ $component == vm || $component == 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 |
(...skipping 11 matching lines...) Expand all Loading... | |
22 StringTest: Fail # Bug 5196164 | 22 StringTest: Fail # Bug 5196164 |
23 IndexedListAccessTest: Fail # Issue 274 | 23 IndexedListAccessTest: Fail # Issue 274 |
24 *VMTest: Skip | 24 *VMTest: Skip |
25 | 25 |
26 [ $component == dartium ] | 26 [ $component == dartium ] |
27 # Bug 5476054: print is only available if DOM is imported. | 27 # Bug 5476054: print is only available if DOM is imported. |
28 SortTest: Fail | 28 SortTest: Fail |
29 ListSortTest: Fail | 29 ListSortTest: Fail |
30 | 30 |
31 | 31 |
32 [ $component == frog || $component == frogsh ] | |
33 # VM or DartC specific tests not to be run by Frog. See language.status | |
ahe
2011/11/03 11:18:38
End sentence with a period.
ngeoffray
2011/11/03 11:53:00
These lines were copy pasted from frog/tests/frog.
| |
34 *VMTest: Skip | |
35 *VMNegativeTest: Skip | |
36 *DartcTest: Skip | |
37 *DartcNegativeTest: Skip | |
38 | |
39 ConstList*: Fail # const not currently checked | |
ahe
2011/11/03 11:18:38
Not proper sentence.
ngeoffray
2011/11/03 11:53:00
Done.
| |
40 CoreRuntimeTypesTest: Fail | |
41 DateTimeTest: Fail | |
42 DoubleCompareTest: Fail # issue with static finals and -Infinity, -0 | |
ahe
2011/11/03 11:18:38
Ditto.
ngeoffray
2011/11/03 11:53:00
Done.
| |
43 ExpressionTest: Fail | |
44 ForInTest: Fail | |
45 IndexedListAccessTest: Fail | |
46 IndexOutOfRangeExceptionTest: Fail | |
47 ListGetRangeTest: Fail | |
48 ListFromListTest: Fail | |
49 ListInsertRangeTest: Fail | |
50 ListRemoveRangeTest: Fail | |
51 ListSetRangeTest: Fail | |
52 ListTest: Fail | |
53 MapFromTest: Fail | |
54 MapsTest: Fail | |
55 MathTest: Fail | |
56 NanInfinityTest: Fail | |
57 PortTest: Fail | |
58 RegExpAllMatchesTest: Fail | |
59 RegExp4Test: Fail # New test added on 10/28. | |
60 StringPatternTest: Fail | |
61 StringSubstringTest: Fail | |
62 StringTest: Fail # needs index out of range checks | |
ahe
2011/11/03 11:18:38
Ditto.
ngeoffray
2011/11/03 11:53:00
Done.
| |
63 | |
64 | |
32 [ $arch == x64 ] | 65 [ $arch == x64 ] |
33 *: Skip | 66 *: Skip |
34 | 67 |
35 [ $arch == simarm ] | 68 [ $arch == simarm ] |
36 *: Skip | 69 *: Skip |
37 | 70 |
38 [ $arch == arm ] | 71 [ $arch == arm ] |
39 *: Skip | 72 *: Skip |
OLD | NEW |