| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 # The following section indicates the status for language tests under frog. | 5 # The following section indicates the status for language tests under frog. |
| 6 prefix frog/language | 6 prefix frog/language |
| 7 | 7 |
| 8 [ $arch == ia32 && $mode == release ] | 8 [ $arch == ia32 && $mode == release ] |
| 9 IntTest: Fail # only fails in self-hosted because % in dart != % in js. | 9 IntTest: Fail # only fails in self-hosted because % in dart != % in js. |
| 10 PrivateMemberTest/01: Skip # leads to stack overflows when self-hosted | 10 PrivateMemberTest/01: Skip # leads to stack overflows when self-hosted |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 BadNamedParametersTest: Fail | 24 BadNamedParametersTest: Fail |
| 25 BitOperationsTest: Skip # relies on big integers not available in JS | 25 BitOperationsTest: Skip # relies on big integers not available in JS |
| 26 CTConstTest: Fail | 26 CTConstTest: Fail |
| 27 CallThroughGetterTest: Fail | 27 CallThroughGetterTest: Fail |
| 28 CallThroughNullGetterTest: Fail | 28 CallThroughNullGetterTest: Fail |
| 29 CanonicalConstTest: Fail # type in const array allocation is erased | 29 CanonicalConstTest: Fail # type in const array allocation is erased |
| 30 CharEscapeTest: Fail | 30 CharEscapeTest: Fail |
| 31 ClassCycleNegativeTest: Fail | 31 ClassCycleNegativeTest: Fail |
| 32 ClassOverrideNegativeTest: Fail | 32 ClassOverrideNegativeTest: Fail |
| 33 ClassTest: Fail | 33 ClassTest: Fail |
| 34 ClosuresWithComplexParamsTest: Fail | |
| 35 CompoundAssignmentOperatorTest: Fail | 34 CompoundAssignmentOperatorTest: Fail |
| 36 ConstFactoryNegativeTest: Fail | 35 ConstFactoryNegativeTest: Fail |
| 37 ConstInit3NegativeTest: Skip # runtime stack overflow, should fail statically | 36 ConstInit3NegativeTest: Skip # runtime stack overflow, should fail statically |
| 38 ConstInit4NegativeTest: Fail # missing checks for static cicular references | 37 ConstInit4NegativeTest: Fail # missing checks for static cicular references |
| 39 ConstObjectsAreImmutableTest: Fail | 38 ConstObjectsAreImmutableTest: Fail |
| 40 ConstructorDefaultTest: Fail | 39 ConstructorDefaultTest: Fail |
| 41 ConstructorRedirect1NegativeTest: Fail # error detected, but code unreachable | 40 ConstructorRedirect1NegativeTest: Fail # error detected, but code unreachable |
| 42 ConstructorRedirect2NegativeTest: Fail # error detected, but code unreachable | 41 ConstructorRedirect2NegativeTest: Fail # error detected, but code unreachable |
| 43 ConstructorRedirect3NegativeTest: Fail # error detected, but code unreachable | 42 ConstructorRedirect3NegativeTest: Fail # error detected, but code unreachable |
| 44 ConstructorRedirect4NegativeTest: Fail # error detected, but code unreachable | 43 ConstructorRedirect4NegativeTest: Fail # error detected, but code unreachable |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 NanInfinityTest: Fail | 203 NanInfinityTest: Fail |
| 205 PortTest: Fail | 204 PortTest: Fail |
| 206 RegExpAllMatchesTest: Fail | 205 RegExpAllMatchesTest: Fail |
| 207 RegExp4Test: Fail # New test added on 10/28. | 206 RegExp4Test: Fail # New test added on 10/28. |
| 208 StringFromListTest: Fail | 207 StringFromListTest: Fail |
| 209 StringPatternTest: Fail | 208 StringPatternTest: Fail |
| 210 StringsTest: Fail | 209 StringsTest: Fail |
| 211 StringSubstringTest: Fail | 210 StringSubstringTest: Fail |
| 212 StringTest: Fail | 211 StringTest: Fail |
| 213 UnicodeTest: Fail | 212 UnicodeTest: Fail |
| OLD | NEW |