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