| 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 StringSplitRegExpTest: Fail # Issue 429 | 9 StringSplitRegExpTest: Fail # Issue 429 |
| 10 *DartcTest: Skip | 10 *DartcTest: Skip |
| 11 | 11 |
| 12 [ $arch == ia32 ] | 12 [ $arch == ia32 ] |
| 13 | 13 |
| 14 | 14 |
| 15 [ $component == dartc || $component == chromium ] | 15 [ $component == dartc || $component == chromium ] |
| 16 *VMTest: Skip | 16 *VMTest: Skip |
| 17 | 17 |
| 18 | |
| 19 # Problems specific to dartc optimized mode. | |
| 20 [ ($component == dartc || $component == chromium) && $mode == release ] | |
| 21 CoreRuntimeTypesTest: Fail | |
| 22 | |
| 23 | |
| 24 [ $component == frog || $component == frogsh || $component == frogium || ($compo
nent == webdriver && ($browser == chrome || $browser == ff || $browser == safari
|| $browser == ie)) ] | 18 [ $component == frog || $component == frogsh || $component == frogium || ($compo
nent == webdriver && ($browser == chrome || $browser == ff || $browser == safari
|| $browser == ie)) ] |
| 25 # VM or DartC specific tests not to be run by Frog. See language.status. | 19 # VM or DartC specific tests not to be run by Frog. See language.status. |
| 26 *VMTest: Skip | 20 *VMTest: Skip |
| 27 *VMNegativeTest: Skip | 21 *VMNegativeTest: Skip |
| 28 *DartcTest: Skip | 22 *DartcTest: Skip |
| 29 *DartcNegativeTest: Skip | 23 *DartcNegativeTest: Skip |
| 30 # Note: Correctly skips 4 VMTests that rely on VM internals | 24 # Note: Correctly skips 4 VMTests that rely on VM internals |
| 31 | 25 |
| 32 ConstList*: Fail # 'const' is not currently checked. | 26 ConstList*: Fail # 'const' is not currently checked. |
| 33 CoreRuntimeTypesTest: Fail | 27 CoreRuntimeTypesTest: Fail |
| (...skipping 20 matching lines...) Expand all Loading... |
| 54 | 48 |
| 55 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] | 49 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] |
| 56 *: Skip | 50 *: Skip |
| 57 | 51 |
| 58 [ $arch == simarm ] | 52 [ $arch == simarm ] |
| 59 *: Skip | 53 *: Skip |
| 60 | 54 |
| 61 [ $arch == arm ] | 55 [ $arch == arm ] |
| 62 *: Skip | 56 *: Skip |
| 63 | 57 |
| 64 [ $component == dartc && $mode == release ] | |
| 65 *: Skip | |
| OLD | NEW |