| 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 10 matching lines...) Expand all Loading... |
| 21 # Note: Correctly skips 4 VMTests that rely on VM internals | 21 # Note: Correctly skips 4 VMTests that rely on VM internals |
| 22 | 22 |
| 23 ConstList*: Fail # 'const' is not currently checked. | 23 ConstList*: Fail # 'const' is not currently checked. |
| 24 CoreRuntimeTypesTest: Fail | 24 CoreRuntimeTypesTest: Fail |
| 25 ForInTest: Fail | 25 ForInTest: Fail |
| 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 StringPatternTest: Fail | 32 StringPatternTest: Fail |
| 32 StringSubstringTest: Fail | 33 StringSubstringTest: Fail |
| 33 StringTest: Fail # Needs index out of range checks. | 34 StringTest: Fail # Needs index out of range checks. |
| 34 | 35 |
| 35 [ $compiler == frogsh ] | 36 [ $compiler == frogsh ] |
| 36 DoubleCompareTest: Fail | 37 DoubleCompareTest: Fail |
| 37 | 38 |
| 38 [ $runtime == ff || $runtime == ie ] | 39 [ $runtime == ff || $runtime == ie ] |
| 39 UnicodeTest: Fail | 40 UnicodeTest: Fail |
| 40 | 41 |
| 41 # 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. |
| 42 [ $runtime == opera ] | 43 [ $runtime == opera ] |
| 43 *: Skip | 44 *: Skip |
| 44 | 45 |
| 45 [ $runtime == ie && ($system == linux || $system == mac) ] | 46 [ $runtime == ie && ($system == linux || $system == mac) ] |
| 46 *: Skip | 47 *: Skip |
| 47 | 48 |
| 48 [ $runtime == safari && ($system == linux || $system == windows) ] | 49 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 49 *: Skip | 50 *: Skip |
| 50 | 51 |
| 51 [ $arch == simarm ] | 52 [ $arch == simarm ] |
| 52 *: Skip | 53 *: Skip |
| 53 | 54 |
| 54 [ $arch == arm ] | 55 [ $arch == arm ] |
| 55 *: Skip | 56 *: Skip |
| 56 | 57 |
| OLD | NEW |