| 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 |
| 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 CoreRuntimeTypesTest: Fail # Bug 5196164 | 19 CoreRuntimeTypesTest: Fail # Bug 5196164 |
| 20 RegExp4Test: Fail # Issue 256 | 20 RegExp4Test: Fail # Issue 256 |
| 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 | 25 |
| 26 [ $component == frog || $component == frogsh || $component == frogium || ($compo
nent == webdriver && $browser == chrome) ] | 26 [ $component == frog || $component == frogsh || $component == frogium || ($compo
nent == webdriver && ($browser == chrome || $browser == ff)) ] |
| 27 # VM or DartC specific tests not to be run by Frog. See language.status. | 27 # VM or DartC specific tests not to be run by Frog. See language.status. |
| 28 *VMTest: Skip | 28 *VMTest: Skip |
| 29 *VMNegativeTest: Skip | 29 *VMNegativeTest: Skip |
| 30 *DartcTest: Skip | 30 *DartcTest: Skip |
| 31 *DartcNegativeTest: Skip | 31 *DartcNegativeTest: Skip |
| 32 # Note: Correctly skips 4 VMTests that rely on VM internals | 32 # Note: Correctly skips 4 VMTests that rely on VM internals |
| 33 | 33 |
| 34 ConstList*: Fail # 'const' is not currently checked. | 34 ConstList*: Fail # 'const' is not currently checked. |
| 35 CoreRuntimeTypesTest: Fail | 35 CoreRuntimeTypesTest: Fail |
| 36 DateTimeTest: Fail | 36 DateTimeTest: Fail |
| 37 DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0. | 37 DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0. |
| 38 ForInTest: Fail | 38 ForInTest: Fail |
| 39 IndexedListAccessTest: Fail | 39 IndexedListAccessTest: Fail |
| 40 IndexOutOfRangeExceptionTest: Fail | 40 IndexOutOfRangeExceptionTest: Fail |
| 41 ListGetRangeTest: Fail | 41 ListGetRangeTest: Fail |
| 42 ListFromListTest: Fail | 42 ListFromListTest: Fail |
| 43 ListInsertRangeTest: Fail | 43 ListInsertRangeTest: Fail |
| 44 ListRemoveRangeTest: Fail | 44 ListRemoveRangeTest: Fail |
| 45 ListTest: Fail | 45 ListTest: Fail |
| 46 MapsTest: Fail | 46 MapsTest: Fail |
| 47 MathTest: Fail | 47 MathTest: Fail |
| 48 RegExpAllMatchesTest: Fail | 48 RegExpAllMatchesTest: Fail |
| 49 RegExp4Test: Fail # New test added on 10/28. | 49 RegExp4Test: Fail # New test added on 10/28. |
| 50 StringPatternTest: Fail | 50 StringPatternTest: Fail |
| 51 StringSubstringTest: Fail | 51 StringSubstringTest: Fail |
| 52 StringTest: Fail # Needs index out of range checks. | 52 StringTest: Fail # Needs index out of range checks. |
| 53 | 53 |
| 54 [ $component == webdriver && $browser == ff ] | 54 [ $component == webdriver && $browser == ff ] |
| 55 *: Skip | 55 UnicodeTest: Fail |
| 56 | 56 |
| 57 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] | 57 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] |
| 58 *: Skip | 58 *: Skip |
| 59 | 59 |
| 60 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] | 60 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] |
| 61 *: Skip | 61 *: Skip |
| 62 | 62 |
| 63 [ $arch == x64 ] | 63 [ $arch == x64 ] |
| 64 *: Skip | 64 *: Skip |
| 65 | 65 |
| 66 [ $arch == simarm ] | 66 [ $arch == simarm ] |
| 67 *: Skip | 67 *: Skip |
| 68 | 68 |
| 69 [ $arch == arm ] | 69 [ $arch == arm ] |
| 70 *: Skip | 70 *: Skip |
| OLD | NEW |