| 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 21 matching lines...) Expand all Loading... |
| 32 MathTest: Fail | 32 MathTest: Fail |
| 33 RegExpAllMatchesTest: Fail | 33 RegExpAllMatchesTest: Fail |
| 34 RegExp4Test: Fail # New test added on 10/28. | 34 RegExp4Test: Fail # New test added on 10/28. |
| 35 StringPatternTest: Fail | 35 StringPatternTest: Fail |
| 36 StringSubstringTest: Fail | 36 StringSubstringTest: Fail |
| 37 StringTest: Fail # Needs index out of range checks. | 37 StringTest: Fail # Needs index out of range checks. |
| 38 | 38 |
| 39 [ $component == webdriver && ($browser == ff || $browser == ie) ] | 39 [ $component == webdriver && ($browser == ff || $browser == ie) ] |
| 40 UnicodeTest: Fail | 40 UnicodeTest: Fail |
| 41 | 41 |
| 42 [ $component == webdriver && $browser == safari ] | |
| 43 FuturesTest: Fail | |
| 44 | |
| 45 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 42 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 46 [ $component == webdriver && $browser == opera ] | 43 [ $component == webdriver && $browser == opera ] |
| 47 *: Skip | 44 *: Skip |
| 48 | 45 |
| 49 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] | 46 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] |
| 50 *: Skip | 47 *: Skip |
| 51 | 48 |
| 52 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] | 49 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] |
| 53 *: Skip | 50 *: Skip |
| 54 | 51 |
| 55 [ $arch == simarm ] | 52 [ $arch == simarm ] |
| 56 *: Skip | 53 *: Skip |
| 57 | 54 |
| 58 [ $arch == arm ] | 55 [ $arch == arm ] |
| 59 *: Skip | 56 *: Skip |
| 60 | 57 |
| OLD | NEW |