| 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 *DartcTest: Skip | 9 *DartcTest: Skip |
| 10 | 10 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 StringTest: Fail # Bug 5196164 | 21 StringTest: Fail # Bug 5196164 |
| 22 IndexedListAccessTest: Fail # Issue 274 | 22 IndexedListAccessTest: Fail # Issue 274 |
| 23 *VMTest: Skip | 23 *VMTest: Skip |
| 24 | 24 |
| 25 [ $component == dartium ] | 25 [ $component == dartium ] |
| 26 # Bug 5476054: print is only available if DOM is imported. | 26 # Bug 5476054: print is only available if DOM is imported. |
| 27 SortTest: Fail | 27 SortTest: Fail |
| 28 ListSortTest: Fail | 28 ListSortTest: Fail |
| 29 | 29 |
| 30 | 30 |
| 31 [ $component == frog || $component == frogsh || $component == leg ] | 31 [ $component == frog || $component == frogsh || $component == leg || $component
== frogium ] |
| 32 # VM or DartC specific tests not to be run by Frog. See language.status. | 32 # VM or DartC specific tests not to be run by Frog. See language.status. |
| 33 *VMTest: Skip | 33 *VMTest: Skip |
| 34 *VMNegativeTest: Skip | 34 *VMNegativeTest: Skip |
| 35 *DartcTest: Skip | 35 *DartcTest: Skip |
| 36 *DartcNegativeTest: Skip | 36 *DartcNegativeTest: Skip |
| 37 # Note: Correctly skips 4 VMTests that rely on VM internals | 37 # Note: Correctly skips 4 VMTests that rely on VM internals |
| 38 | 38 |
| 39 ConstList*: Fail # 'const' is not currently checked. | 39 ConstList*: Fail # 'const' is not currently checked. |
| 40 CoreRuntimeTypesTest: Fail | 40 CoreRuntimeTypesTest: Fail |
| 41 DateTimeTest: Fail | 41 DateTimeTest: Fail |
| (...skipping 20 matching lines...) Expand all Loading... |
| 62 | 62 |
| 63 | 63 |
| 64 [ $arch == x64 ] | 64 [ $arch == x64 ] |
| 65 *: Skip | 65 *: Skip |
| 66 | 66 |
| 67 [ $arch == simarm ] | 67 [ $arch == simarm ] |
| 68 *: Skip | 68 *: Skip |
| 69 | 69 |
| 70 [ $arch == arm ] | 70 [ $arch == arm ] |
| 71 *: Skip | 71 *: Skip |
| OLD | NEW |