| 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 17 matching lines...) Expand all Loading... |
| 28 ForInTest: Fail | 28 ForInTest: Fail |
| 29 ListTest: Fail | 29 ListTest: Fail |
| 30 MapsTest: Fail | 30 MapsTest: Fail |
| 31 MathParseDoubleTest: 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. | |
| 39 | |
| 40 [ $component == frogsh ] | 38 [ $component == frogsh ] |
| 41 DoubleCompareTest: Fail | 39 DoubleCompareTest: Fail |
| 42 | 40 |
| 43 [ $component == webdriver && ($browser == ff || $browser == ie) ] | 41 [ $component == webdriver && ($browser == ff || $browser == ie) ] |
| 44 UnicodeTest: Fail | 42 UnicodeTest: Fail |
| 45 | 43 |
| 46 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 44 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 47 [ $component == webdriver && $browser == opera ] | 45 [ $component == webdriver && $browser == opera ] |
| 48 *: Skip | 46 *: Skip |
| 49 | 47 |
| 50 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] | 48 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] |
| 51 *: Skip | 49 *: Skip |
| 52 | 50 |
| 53 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] | 51 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] |
| 54 *: Skip | 52 *: Skip |
| 55 | 53 |
| 56 [ $arch == simarm ] | 54 [ $arch == simarm ] |
| 57 *: Skip | 55 *: Skip |
| 58 | 56 |
| 59 [ $arch == arm ] | 57 [ $arch == arm ] |
| 60 *: Skip | 58 *: Skip |
| 61 | 59 |
| OLD | NEW |