| 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 [ $compiler == none ] | 5 [ $compiler == none ] |
| 6 UnicodeTest: Fail # Bug 5163868 | 6 UnicodeTest: Fail # Bug 5163868 |
| 7 *DartcTest: Skip | 7 *DartcTest: Skip |
| 8 | 8 |
| 9 [ $arch == ia32 ] | 9 [ $arch == ia32 ] |
| 10 | 10 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 ListTest: Fail | 26 ListTest: Fail |
| 27 MapsTest: Fail | 27 MapsTest: Fail |
| 28 MathParseDoubleTest: Fail | 28 MathParseDoubleTest: Fail |
| 29 RegExpAllMatchesTest: Fail | 29 RegExpAllMatchesTest: Fail |
| 30 RegExp4Test: Fail # New test added on 10/28. | 30 RegExp4Test: Fail # New test added on 10/28. |
| 31 StopwatchTest: Pass,Fail # Issue 2398 | 31 StopwatchTest: Pass,Fail # Issue 2398 |
| 32 StringPatternTest: Fail | 32 StringPatternTest: Fail |
| 33 StringSubstringTest: Fail | 33 StringSubstringTest: Fail |
| 34 StringTest: Fail # Needs index out of range checks. | 34 StringTest: Fail # Needs index out of range checks. |
| 35 | 35 |
| 36 [ $compiler == frog && $runtime == drt ] |
| 37 ListSortTest: Fail, Pass # Issue 2667 |
| 38 |
| 36 [ $compiler == frogsh ] | 39 [ $compiler == frogsh ] |
| 37 DoubleCompareTest: Fail | 40 DoubleCompareTest: Fail |
| 38 | 41 |
| 39 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] | 42 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] |
| 40 *: Skip | 43 *: Skip |
| 41 | 44 |
| 42 [ $runtime == ff || $runtime == ie ] | 45 [ $runtime == ff || $runtime == ie ] |
| 43 UnicodeTest: Fail | 46 UnicodeTest: Fail |
| 44 | 47 |
| 45 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 48 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 46 [ $runtime == opera ] | 49 [ $runtime == opera ] |
| 47 *: Skip | 50 *: Skip |
| 48 | 51 |
| 49 [ $runtime == ie && ($system == linux || $system == mac) ] | 52 [ $runtime == ie && ($system == linux || $system == mac) ] |
| 50 *: Skip | 53 *: Skip |
| 51 | 54 |
| 52 [ $runtime == safari && ($system == linux || $system == windows) ] | 55 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 53 *: Skip | 56 *: Skip |
| 54 | 57 |
| 55 [ $arch == simarm ] | 58 [ $arch == simarm ] |
| 56 *: Skip | 59 *: Skip |
| 57 | 60 |
| 58 [ $arch == arm ] | 61 [ $arch == arm ] |
| 59 *: Skip | 62 *: Skip |
| 60 | 63 |
| OLD | NEW |