| 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 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 *VMNegativeTest: Skip | 21 *VMNegativeTest: Skip |
| 22 *DartcTest: Skip | 22 *DartcTest: Skip |
| 23 *DartcNegativeTest: Skip | 23 *DartcNegativeTest: Skip |
| 24 # Note: Correctly skips 4 VMTests that rely on VM internals | 24 # Note: Correctly skips 4 VMTests that rely on VM internals |
| 25 | 25 |
| 26 ConstList*: Fail # 'const' is not currently checked. | 26 ConstList*: Fail # 'const' is not currently checked. |
| 27 CoreRuntimeTypesTest: Fail | 27 CoreRuntimeTypesTest: Fail |
| 28 ForInTest: Fail | 28 ForInTest: Fail |
| 29 ListTest: Fail | 29 ListTest: Fail |
| 30 MapsTest: Fail | 30 MapsTest: Fail |
| 31 MathTest: Fail | 31 MathParseDoubleTest: Fail |
| 32 RegExpAllMatchesTest: Fail | 32 RegExpAllMatchesTest: Fail |
| 33 RegExp4Test: Fail # New test added on 10/28. | 33 RegExp4Test: Fail # New test added on 10/28. |
| 34 StringPatternTest: Fail | 34 StringPatternTest: Fail |
| 35 StringSubstringTest: Fail | 35 StringSubstringTest: Fail |
| 36 StringTest: Fail # Needs index out of range checks. | 36 StringTest: Fail # Needs index out of range checks. |
| 37 | 37 |
| 38 SplayTreeTest: Fail # named parameters on function statements is not supported. | 38 SplayTreeTest: Fail # named parameters on function statements is not supported. |
| 39 | 39 |
| 40 [ $component == frogsh ] | 40 [ $component == frogsh ] |
| 41 DoubleCompareTest: Fail | 41 DoubleCompareTest: Fail |
| (...skipping 10 matching lines...) Expand all Loading... |
| 52 | 52 |
| 53 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] | 53 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] |
| 54 *: Skip | 54 *: Skip |
| 55 | 55 |
| 56 [ $arch == simarm ] | 56 [ $arch == simarm ] |
| 57 *: Skip | 57 *: Skip |
| 58 | 58 |
| 59 [ $arch == arm ] | 59 [ $arch == arm ] |
| 60 *: Skip | 60 *: Skip |
| 61 | 61 |
| OLD | NEW |