| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 |
| 11 [ $arch == ia32 ] | 11 [ $arch == ia32 ] |
| 12 | 12 |
| 13 | 13 |
| 14 [ $component == dartc || $component == chromium ] | 14 [ $component == dartc || $component == chromium ] |
| 15 ListSetRangeTest: Fail # Bug 291 | 15 ListSetRangeTest: Fail # Bug 291 |
| 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 RegExp4Test: Fail # Issue 256 | 19 RegExp4Test: Fail # Issue 256 |
| 20 StringTest: Fail # Bug 5196164 | 20 StringTest: Fail # Bug 5196164 |
| 21 IndexedListAccessTest: Fail # Issue 274 | |
| 22 *VMTest: Skip | 21 *VMTest: Skip |
| 23 | 22 |
| 24 | 23 |
| 24 # Problems specific to dartc optimized mode. |
| 25 [ ($component == dartc || $component == chromium) && $mode == release ] |
| 26 CoreRuntimeTypesTest: Fail |
| 27 |
| 28 |
| 25 [ $component == frog || $component == frogsh || $component == frogium || ($compo
nent == webdriver && ($browser == chrome || $browser == ff || $browser == safari
)) ] | 29 [ $component == frog || $component == frogsh || $component == frogium || ($compo
nent == webdriver && ($browser == chrome || $browser == ff || $browser == safari
)) ] |
| 26 # VM or DartC specific tests not to be run by Frog. See language.status. | 30 # VM or DartC specific tests not to be run by Frog. See language.status. |
| 27 *VMTest: Skip | 31 *VMTest: Skip |
| 28 *VMNegativeTest: Skip | 32 *VMNegativeTest: Skip |
| 29 *DartcTest: Skip | 33 *DartcTest: Skip |
| 30 *DartcNegativeTest: Skip | 34 *DartcNegativeTest: Skip |
| 31 # Note: Correctly skips 4 VMTests that rely on VM internals | 35 # Note: Correctly skips 4 VMTests that rely on VM internals |
| 32 | 36 |
| 33 ConstList*: Fail # 'const' is not currently checked. | 37 ConstList*: Fail # 'const' is not currently checked. |
| 34 CoreRuntimeTypesTest: Fail | 38 CoreRuntimeTypesTest: Fail |
| (...skipping 25 matching lines...) Expand all Loading... |
| 60 *: Skip | 64 *: Skip |
| 61 | 65 |
| 62 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] | 66 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] |
| 63 *: Skip | 67 *: Skip |
| 64 | 68 |
| 65 [ $arch == simarm ] | 69 [ $arch == simarm ] |
| 66 *: Skip | 70 *: Skip |
| 67 | 71 |
| 68 [ $arch == arm ] | 72 [ $arch == arm ] |
| 69 *: Skip | 73 *: Skip |
| OLD | NEW |