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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
165 StringInterpolate2Test: Fail | 165 StringInterpolate2Test: Fail |
166 StringInterpolateNPETest: Fail | 166 StringInterpolateNPETest: Fail |
167 StringInterpolateTest: Fail | 167 StringInterpolateTest: Fail |
168 StringTest: Fail | 168 StringTest: Fail |
169 SuperCallTest: Fail | 169 SuperCallTest: Fail |
170 SuperFieldTest: Fail | 170 SuperFieldTest: Fail |
171 SuperImplicitClosureTest: Fail | 171 SuperImplicitClosureTest: Fail |
172 SuperNegativeTest: Fail | 172 SuperNegativeTest: Fail |
173 SuperOperatorTest: Fail | 173 SuperOperatorTest: Fail |
174 SuperTest: Fail | 174 SuperTest: Fail |
175 Switch1NegativeTest: Fail | |
jimhug
2011/10/27 17:45:11
Yay!
| |
176 SwitchFallthruTest: Fail | 175 SwitchFallthruTest: Fail |
177 SwitchLabelTest: Fail | 176 SwitchLabelTest: Fail |
178 TryCatch9NegativeTest: Fail | 177 TryCatch9NegativeTest: Fail |
179 TypeDartcTest: Fail | 178 TypeDartcTest: Fail |
180 TypeVMTest: Fail | 179 TypeVMTest: Fail |
181 TypeVariableBoundsTest/00: Fail | 180 TypeVariableBoundsTest/00: Fail |
182 TypeVariableBoundsTest/01: Fail | 181 TypeVariableBoundsTest/01: Fail |
183 TypeVariableBoundsTest/05: Fail | 182 TypeVariableBoundsTest/05: Fail |
184 TypeVariableBoundsTest/06: Fail | 183 TypeVariableBoundsTest/06: Fail |
185 TypeVariableScopeTest/04: Fail # Disagree! Body not analyzed if not invoked. | 184 TypeVariableScopeTest/04: Fail # Disagree! Body not analyzed if not invoked. |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
217 MathTest: Fail | 216 MathTest: Fail |
218 NanInfinityTest: Fail | 217 NanInfinityTest: Fail |
219 PortTest: Fail | 218 PortTest: Fail |
220 RegExpAllMatchesTest: Fail | 219 RegExpAllMatchesTest: Fail |
221 StringFromListTest: Fail | 220 StringFromListTest: Fail |
222 StringPatternTest: Fail | 221 StringPatternTest: Fail |
223 StringsTest: Fail | 222 StringsTest: Fail |
224 StringSubstringTest: Fail | 223 StringSubstringTest: Fail |
225 StringTest: Fail | 224 StringTest: Fail |
226 UnicodeTest: Fail | 225 UnicodeTest: Fail |
OLD | NEW |