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 PseudoKWNegativeTest/05: Fail # Issue 356 |
| 31 PseudoKWNegativeTest/07: Fail # Issue 356 |
| 32 PseudoKWNegativeTest/08: Fail # Issue 356 |
| 33 PseudoKWNegativeTest/12: Fail # Issue 356 |
30 | 34 |
31 ImplicitThisTest/01: Fail # Issue 374 (not yet specified) | 35 ImplicitThisTest/01: Fail # Issue 374 (not yet specified) |
32 ImplicitThisTest/02: Fail # Issue 374 | 36 ImplicitThisTest/02: Fail # Issue 374 |
33 ImplicitThisTest/03: Fail # Issue 374 | 37 ImplicitThisTest/03: Fail # Issue 374 |
34 ImplicitThisTest/04: Fail # Issue 374 | 38 ImplicitThisTest/04: Fail # Issue 374 |
35 ImplicitThisTest/none: Fail # Issue 374 | 39 ImplicitThisTest/none: Fail # Issue 374 |
36 | 40 |
37 LibrarySameNameUsedTest: Fail # Issue 686 | 41 LibrarySameNameUsedTest: Fail # Issue 686 |
38 | 42 |
39 # These bugs refer currently ongoing language discussions. | 43 # 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 | 141 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 |
138 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 | 142 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 |
139 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 | 143 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 |
140 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 | 144 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 |
141 OverrideFieldTest/04: Fail # Bug 5215249 | 145 OverrideFieldTest/04: Fail # Bug 5215249 |
142 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 | 146 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 |
143 Prefix11NegativeTest: Fail # Bug 5406175 | 147 Prefix11NegativeTest: Fail # Bug 5406175 |
144 Prefix12NegativeTest: Fail # Bug 5406175 | 148 Prefix12NegativeTest: Fail # Bug 5406175 |
145 Prefix16NegativeTest: Fail # Bug 5532534 | 149 Prefix16NegativeTest: Fail # Bug 5532534 |
146 Prefix3NegativeTest: Fail # Bug 5406175 | 150 Prefix3NegativeTest: Fail # Bug 5406175 |
147 PseudoKWNegativeTest: Fail # Bug 4979760. | |
148 RegExp3Test: Fail # 5299683 | 151 RegExp3Test: Fail # 5299683 |
149 ScopeNegativeTest: Fail # Bug 4207538. | 152 ScopeNegativeTest: Fail # Bug 4207538. |
150 StackOverflowTest: Fail # Bug 4591172. | 153 StackOverflowTest: Fail # Bug 4591172. |
151 StackTraceTest: Fail # Bug 4971920. | 154 StackTraceTest: Fail # Bug 4971920. |
152 StringConcatTest: Fail # Bug 5196164 | 155 StringConcatTest: Fail # Bug 5196164 |
153 SuperOperatorTest: Fail # Bug 4995463. | 156 SuperOperatorTest: Fail # Bug 4995463. |
154 Switch7NegativeTest: Fail # Bug 4208467. | 157 Switch7NegativeTest: Fail # Bug 4208467. |
155 SwitchLabelTest: Fail # Bug 4208467. | 158 SwitchLabelTest: Fail # Bug 4208467. |
156 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 | 159 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 |
157 Throw7NegativeTest: Fail # Bug 4208459. | 160 Throw7NegativeTest: Fail # Bug 4208459. |
158 TypeChecksInFactoryMethodTest: Fail # Issue 925 | 161 TypeChecksInFactoryMethodTest: Fail # Issue 925 |
159 | 162 |
| 163 PseudoKWNegativeTest/01: Fail # Issue 356 |
| 164 PseudoKWNegativeTest/02: Fail # Issue 356 |
| 165 PseudoKWNegativeTest/03: Fail # Issue 356 |
| 166 PseudoKWNegativeTest/04: Fail # Issue 356 |
| 167 PseudoKWNegativeTest/05: Fail # Issue 356 |
| 168 PseudoKWNegativeTest/06: Fail # Issue 356 |
| 169 PseudoKWNegativeTest/07: Fail # Issue 356 |
| 170 PseudoKWNegativeTest/08: Fail # Issue 356 |
| 171 PseudoKWNegativeTest/09: Fail # Issue 356 |
| 172 PseudoKWNegativeTest/10: Fail # Issue 356 |
| 173 PseudoKWNegativeTest/11: Fail # Issue 356 |
| 174 PseudoKWNegativeTest/12: Fail # Issue 356 |
| 175 PseudoKWNegativeTest/13: Fail # Issue 356 |
| 176 |
160 # VM or Frog specific tests that should not be run by DartC. | 177 # VM or Frog specific tests that should not be run by DartC. |
161 *VMTest: Skip | 178 *VMTest: Skip |
162 *VMNegativeTest: Skip | 179 *VMNegativeTest: Skip |
163 *FrogTest: Skip | 180 *FrogTest: Skip |
164 *FrogNegativeTest: Skip | 181 *FrogNegativeTest: Skip |
165 | 182 |
166 | 183 |
167 [ $component == dartium ] | 184 [ $component == dartium ] |
168 # TODO: These need to be retriaged. | 185 # TODO: These need to be retriaged. |
169 RichardsTest: Fail | 186 RichardsTest: Fail |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 Prefix9NegativeTest: Fail | 285 Prefix9NegativeTest: Fail |
269 Prefix11NegativeTest: Fail | 286 Prefix11NegativeTest: Fail |
270 Prefix16NegativeTest: Fail | 287 Prefix16NegativeTest: Fail |
271 Prefix20NegativeTest: Fail | 288 Prefix20NegativeTest: Fail |
272 Prefix22NegativeTest: Fail | 289 Prefix22NegativeTest: Fail |
273 Prefix23NegativeTest: Fail | 290 Prefix23NegativeTest: Fail |
274 PrivateMemberTest: Fail | 291 PrivateMemberTest: Fail |
275 PrivateMember2NegativeTest: Fail | 292 PrivateMember2NegativeTest: Fail |
276 PrivateMember3NegativeTest: Fail | 293 PrivateMember3NegativeTest: Fail |
277 PrivateTest: Fail | 294 PrivateTest: Fail |
278 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356 | |
279 RegExp3Test: Fail | 295 RegExp3Test: Fail |
280 ScopeNegativeTest: Fail | 296 ScopeNegativeTest: Fail |
281 ScriptNegativeTest: Fail | 297 ScriptNegativeTest: Fail |
282 StringTest: Fail | 298 StringTest: Fail |
283 SuperImplicitClosureTest: Fail | 299 SuperImplicitClosureTest: Fail |
284 SuperTest: Fail # this is testing precise ordering of super constructor call | 300 SuperTest: Fail # this is testing precise ordering of super constructor call |
285 SwitchLabelTest: Fail | 301 SwitchLabelTest: Fail |
286 TryCatch9NegativeTest: Fail | 302 TryCatch9NegativeTest: Fail |
287 TypeChecksInFactoryMethodTest: Fail # Issue 925 | 303 TypeChecksInFactoryMethodTest: Fail # Issue 925 |
288 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted | 304 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted |
289 TypeVariableBoundsTest/01: Fail | 305 TypeVariableBoundsTest/01: Fail |
290 TypeVariableBoundsTest/10: Fail | 306 TypeVariableBoundsTest/10: Fail |
291 WrongNumberTypeArgumentsTest: Fail | 307 WrongNumberTypeArgumentsTest: Fail |
292 ImplicitThisTest/01: Fail # Issue 376 | 308 ImplicitThisTest/01: Fail # Issue 376 |
293 ImplicitThisTest/02: Fail # Issue 376 | 309 ImplicitThisTest/02: Fail # Issue 376 |
294 ImplicitThisTest/03: Fail # Issue 376 | 310 ImplicitThisTest/03: Fail # Issue 376 |
295 ImplicitThisTest/04: Fail # Issue 376 | 311 ImplicitThisTest/04: Fail # Issue 376 |
296 ImplicitThisTest/none: Fail # Issue 376 | 312 ImplicitThisTest/none: Fail # Issue 376 |
297 | 313 |
| 314 PseudoKWNegativeTest/01: Fail # Issue 356 |
| 315 PseudoKWNegativeTest/02: Fail # Issue 356 |
| 316 PseudoKWNegativeTest/03: Fail # Issue 356 |
| 317 PseudoKWNegativeTest/04: Fail # Issue 356 |
| 318 PseudoKWNegativeTest/05: Fail # Issue 356 |
| 319 PseudoKWNegativeTest/06: Fail # Issue 356 |
| 320 PseudoKWNegativeTest/07: Fail # Issue 356 |
| 321 PseudoKWNegativeTest/08: Fail # Issue 356 |
| 322 PseudoKWNegativeTest/09: Fail # Issue 356 |
| 323 PseudoKWNegativeTest/10: Fail # Issue 356 |
| 324 PseudoKWNegativeTest/11: Fail # Issue 356 |
| 325 PseudoKWNegativeTest/12: Fail # Issue 356 |
| 326 PseudoKWNegativeTest/13: Fail # Issue 356 |
| 327 |
298 | 328 |
299 [ ($component == frogsh || $component == frog || $component == frogium) && $unc
hecked ] | 329 [ ($component == frogsh || $component == frog || $component == frogium) && $unc
hecked ] |
300 PrivateMemberTest/01: Fail # test seems bad - see issue #353 | 330 PrivateMemberTest/01: Fail # test seems bad - see issue #353 |
301 PrivateMemberTest/02: Fail # test seems bad - see issue #353 | 331 PrivateMemberTest/02: Fail # test seems bad - see issue #353 |
302 PrivateMemberTest/03: Fail # test seems bad - see issue #353 | 332 PrivateMemberTest/03: Fail # test seems bad - see issue #353 |
303 PrivateMemberTest/04: Fail # test seems bad - see issue #353 | 333 PrivateMemberTest/04: Fail # test seems bad - see issue #353 |
304 StringConcatTest: Fail | 334 StringConcatTest: Fail |
305 | 335 |
306 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] | 336 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] |
307 PrivateMemberTest/none: Fail # test seems bad - see issue #353 | 337 PrivateMemberTest/none: Fail # test seems bad - see issue #353 |
(...skipping 10 matching lines...) Expand all Loading... |
318 | 348 |
319 | 349 |
320 [ $arch == x64 ] | 350 [ $arch == x64 ] |
321 *: Skip | 351 *: Skip |
322 | 352 |
323 [ $arch == simarm ] | 353 [ $arch == simarm ] |
324 *: Skip | 354 *: Skip |
325 | 355 |
326 [ $arch == arm ] | 356 [ $arch == arm ] |
327 *: Skip | 357 *: Skip |
OLD | NEW |