OLD | NEW |
1 # Copyright (c) 2011, 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
6 # current state of the language. | 6 # current state of the language. |
7 | 7 |
8 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
10 # failed on architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
11 # | 11 # |
12 # 1) Copy the old version of the test to | 12 # 1) Copy the old version of the test to |
13 # tests/language/src/TestName[Dartc|VM|Frog]Test.dart. | 13 # tests/language/src/TestName[Dartc|VM|Frog]Test.dart. |
14 # to maintain coverage. | 14 # to maintain coverage. |
15 # 2) File a bug on each archtiecture for the failure due to the language change. | 15 # 2) File a bug on each archtiecture for the failure due to the language change. |
16 # 3) Update the language/src directory with the updated test. | 16 # 3) Update the language/src directory with the updated test. |
17 | 17 |
18 prefix language | 18 prefix language |
19 | 19 |
20 | 20 |
21 [ $component == vm || $component == dartium ] | 21 [ $component == vm || $component == dartium ] |
22 ClassTest: Fail # Bug 4504458 (pseudo keyword) | 22 ClassTest: Fail # Bug 4504458 (pseudo keyword) |
23 NamingTest: Fail # Bug 4504458 (pseudo keyword) | 23 NamingTest: Fail # Bug 4504458 (pseudo keyword) |
24 ImpliedInterfaceTest: Fail # Bug 5349944 | 24 ImpliedInterfaceTest: Fail # Bug 5349944 |
25 FBoundedQuantificationTest: Skip # Issue 439 | 25 FBoundedQuantificationTest: Skip # Issue 439 |
26 FieldOverrideTest/none: Fail # Issue 742: field shadowing now allowed | 26 FieldOverrideTest/none: Fail # Issue 742: field shadowing now allowed |
27 FieldOverrideTest/01: Fail # Issue 742: field shadowing now allowed | 27 FieldOverrideTest/01: Fail # Issue 742: field shadowing now allowed |
28 Prefix22Test: Fail # Issue 575 | 28 Prefix22Test: Fail # Issue 575 |
29 Prefix23Test: Fail # Issue 575 | 29 Prefix23Test: Fail # Issue 575 |
| 30 PseudoKWClassTest: Fail # Issue 356 |
30 | 31 |
31 ImplicitThisTest/01: Fail # Issue 374 (not yet specified) | 32 ImplicitThisTest/01: Fail # Issue 374 (not yet specified) |
32 ImplicitThisTest/02: Fail # Issue 374 | 33 ImplicitThisTest/02: Fail # Issue 374 |
33 ImplicitThisTest/03: Fail # Issue 374 | 34 ImplicitThisTest/03: Fail # Issue 374 |
34 ImplicitThisTest/04: Fail # Issue 374 | 35 ImplicitThisTest/04: Fail # Issue 374 |
35 ImplicitThisTest/none: Fail # Issue 374 | 36 ImplicitThisTest/none: Fail # Issue 374 |
36 | 37 |
37 LibrarySameNameUsedTest: Fail # Issue 686 | 38 LibrarySameNameUsedTest: Fail # Issue 686 |
38 | 39 |
39 # These bugs refer currently ongoing language discussions. | 40 # These bugs refer currently ongoing language discussions. |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 | 138 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 |
138 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 | 139 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 |
139 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 | 140 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 |
140 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 | 141 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 |
141 OverrideFieldTest/04: Fail # Bug 5215249 | 142 OverrideFieldTest/04: Fail # Bug 5215249 |
142 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 | 143 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 |
143 Prefix11NegativeTest: Fail # Bug 5406175 | 144 Prefix11NegativeTest: Fail # Bug 5406175 |
144 Prefix12NegativeTest: Fail # Bug 5406175 | 145 Prefix12NegativeTest: Fail # Bug 5406175 |
145 Prefix16NegativeTest: Fail # Bug 5532534 | 146 Prefix16NegativeTest: Fail # Bug 5532534 |
146 Prefix3NegativeTest: Fail # Bug 5406175 | 147 Prefix3NegativeTest: Fail # Bug 5406175 |
147 PseudoKWNegativeTest: Fail # Bug 4979760. | |
148 RegExp3Test: Fail # 5299683 | 148 RegExp3Test: Fail # 5299683 |
149 ScopeNegativeTest: Fail # Bug 4207538. | 149 ScopeNegativeTest: Fail # Bug 4207538. |
150 StackOverflowTest: Fail # Bug 4591172. | 150 StackOverflowTest: Fail # Bug 4591172. |
151 StackTraceTest: Fail # Bug 4971920. | 151 StackTraceTest: Fail # Bug 4971920. |
152 StringConcatTest: Fail # Bug 5196164 | 152 StringConcatTest: Fail # Bug 5196164 |
153 SuperOperatorTest: Fail # Bug 4995463. | 153 SuperOperatorTest: Fail # Bug 4995463. |
154 Switch7NegativeTest: Fail # Bug 4208467. | 154 Switch7NegativeTest: Fail # Bug 4208467. |
155 SwitchLabelTest: Fail # Bug 4208467. | 155 SwitchLabelTest: Fail # Bug 4208467. |
156 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 | 156 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 |
157 Throw7NegativeTest: Fail # Bug 4208459. | 157 Throw7NegativeTest: Fail # Bug 4208459. |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 Prefix9NegativeTest: Fail | 268 Prefix9NegativeTest: Fail |
269 Prefix11NegativeTest: Fail | 269 Prefix11NegativeTest: Fail |
270 Prefix16NegativeTest: Fail | 270 Prefix16NegativeTest: Fail |
271 Prefix20NegativeTest: Fail | 271 Prefix20NegativeTest: Fail |
272 Prefix22NegativeTest: Fail | 272 Prefix22NegativeTest: Fail |
273 Prefix23NegativeTest: Fail | 273 Prefix23NegativeTest: Fail |
274 PrivateMemberTest: Fail | 274 PrivateMemberTest: Fail |
275 PrivateMember2NegativeTest: Fail | 275 PrivateMember2NegativeTest: Fail |
276 PrivateMember3NegativeTest: Fail | 276 PrivateMember3NegativeTest: Fail |
277 PrivateTest: Fail | 277 PrivateTest: Fail |
278 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356 | |
279 RegExp3Test: Fail | 278 RegExp3Test: Fail |
280 ScopeNegativeTest: Fail | 279 ScopeNegativeTest: Fail |
281 ScriptNegativeTest: Fail | 280 ScriptNegativeTest: Fail |
282 StringTest: Fail | 281 StringTest: Fail |
283 SuperImplicitClosureTest: Fail | 282 SuperImplicitClosureTest: Fail |
284 SuperTest: Fail # this is testing precise ordering of super constructor call | 283 SuperTest: Fail # this is testing precise ordering of super constructor call |
285 SwitchLabelTest: Fail | 284 SwitchLabelTest: Fail |
286 TryCatch9NegativeTest: Fail | 285 TryCatch9NegativeTest: Fail |
287 TypeChecksInFactoryMethodTest: Fail # Issue 925 | 286 TypeChecksInFactoryMethodTest: Fail # Issue 925 |
288 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted | 287 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted |
(...skipping 29 matching lines...) Expand all Loading... |
318 | 317 |
319 | 318 |
320 [ $arch == x64 ] | 319 [ $arch == x64 ] |
321 *: Skip | 320 *: Skip |
322 | 321 |
323 [ $arch == simarm ] | 322 [ $arch == simarm ] |
324 *: Skip | 323 *: Skip |
325 | 324 |
326 [ $arch == arm ] | 325 [ $arch == arm ] |
327 *: Skip | 326 *: Skip |
OLD | NEW |