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. |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 prefix12_negative_test: Fail | 283 prefix12_negative_test: Fail |
284 prefix2_negative_test: Fail | 284 prefix2_negative_test: Fail |
285 | 285 |
286 # test issue 7523 (const declared without type, so not-a-function warning should
not be reported) | 286 # test issue 7523 (const declared without type, so not-a-function warning should
not be reported) |
287 call_through_getter_test: Fail | 287 call_through_getter_test: Fail |
288 | 288 |
289 mixin_illegal_syntax_test/03: Pass # issue 8006 | 289 mixin_illegal_syntax_test/03: Pass # issue 8006 |
290 mixin_illegal_syntax_test/13: Fail # issue 8006 | 290 mixin_illegal_syntax_test/13: Fail # issue 8006 |
291 mixin_illegal_syntax_test/none: Fail # issue 8006 | 291 mixin_illegal_syntax_test/none: Fail # issue 8006 |
292 | 292 |
293 mixin_illegal_superclass_test/01: Fail # issue 8022 | |
294 mixin_illegal_superclass_test/02: Fail # issue 8022 | |
295 mixin_illegal_superclass_test/03: Fail # issue 8022 | |
296 mixin_illegal_superclass_test/04: Fail # issue 8022 | |
297 mixin_illegal_superclass_test/05: Fail # issue 8022 | |
298 mixin_illegal_superclass_test/06: Fail # issue 8022 | |
299 mixin_illegal_superclass_test/07: Fail # issue 8022 | |
300 mixin_illegal_superclass_test/08: Fail # issue 8022 | |
301 mixin_illegal_superclass_test/09: Fail # issue 8022 | |
302 mixin_illegal_superclass_test/10: Fail # issue 8022 | |
303 mixin_illegal_superclass_test/11: Fail # issue 8022 | |
304 mixin_illegal_superclass_test/12: Fail # issue 8022 | |
305 mixin_illegal_superclass_test/13: Fail # issue 8022 | |
306 mixin_illegal_superclass_test/14: Fail # issue 8022 | |
307 mixin_illegal_superclass_test/15: Fail # issue 8022 | |
308 mixin_illegal_superclass_test/16: Fail # issue 8022 | |
309 mixin_illegal_superclass_test/17: Fail # issue 8022 | |
310 mixin_illegal_superclass_test/18: Fail # issue 8022 | |
311 mixin_illegal_superclass_test/19: Fail # issue 8022 | |
312 mixin_illegal_superclass_test/20: Fail # issue 8022 | |
313 mixin_illegal_superclass_test/21: Fail # issue 8022 | |
314 mixin_illegal_superclass_test/22: Fail # issue 8022 | |
315 mixin_illegal_superclass_test/23: Fail # issue 8022 | |
316 mixin_illegal_superclass_test/24: Fail # issue 8022 | |
317 mixin_illegal_superclass_test/25: Fail # issue 8022 | |
318 mixin_illegal_superclass_test/26: Fail # issue 8022 | |
319 mixin_illegal_superclass_test/27: Fail # issue 8022 | |
320 mixin_illegal_superclass_test/28: Fail # issue 8022 | |
321 mixin_illegal_superclass_test/29: Fail # issue 8022 | |
322 mixin_illegal_superclass_test/30: Fail # issue 8022 | |
323 | |
324 mixin_illegal_constructor_test/01: Fail # issue 8025 | 293 mixin_illegal_constructor_test/01: Fail # issue 8025 |
325 mixin_illegal_constructor_test/02: Fail # issue 8025 | 294 mixin_illegal_constructor_test/02: Fail # issue 8025 |
326 mixin_illegal_constructor_test/03: Fail # issue 8025 | 295 mixin_illegal_constructor_test/03: Fail # issue 8025 |
327 mixin_illegal_constructor_test/04: Fail # issue 8025 | 296 mixin_illegal_constructor_test/04: Fail # issue 8025 |
328 mixin_illegal_constructor_test/05: Fail # issue 8025 | 297 mixin_illegal_constructor_test/05: Fail # issue 8025 |
329 mixin_illegal_constructor_test/06: Fail # issue 8025 | 298 mixin_illegal_constructor_test/06: Fail # issue 8025 |
330 mixin_illegal_constructor_test/07: Fail # issue 8025 | 299 mixin_illegal_constructor_test/07: Fail # issue 8025 |
331 mixin_illegal_constructor_test/08: Fail # issue 8025 | 300 mixin_illegal_constructor_test/08: Fail # issue 8025 |
332 mixin_illegal_constructor_test/09: Fail # issue 8025 | 301 mixin_illegal_constructor_test/09: Fail # issue 8025 |
333 mixin_illegal_constructor_test/10: Fail # issue 8025 | 302 mixin_illegal_constructor_test/10: Fail # issue 8025 |
334 mixin_illegal_constructor_test/11: Fail # issue 8025 | 303 mixin_illegal_constructor_test/11: Fail # issue 8025 |
335 mixin_illegal_constructor_test/12: Fail # issue 8025 | 304 mixin_illegal_constructor_test/12: Fail # issue 8025 |
336 mixin_illegal_constructor_test/13: Fail # issue 8025 | 305 mixin_illegal_constructor_test/13: Fail # issue 8025 |
337 mixin_illegal_constructor_test/14: Fail # issue 8025 | 306 mixin_illegal_constructor_test/14: Fail # issue 8025 |
338 mixin_illegal_constructor_test/15: Fail # issue 8025 | 307 mixin_illegal_constructor_test/15: Fail # issue 8025 |
339 mixin_illegal_constructor_test/16: Fail # issue 8025 | 308 mixin_illegal_constructor_test/16: Fail # issue 8025 |
340 | 309 |
341 mixin_illegal_cycles_test/01: Fail # issue 8027 | 310 mixin_illegal_cycles_test/01: Fail # issue 8027 |
342 mixin_illegal_cycles_test/02: Fail # issue 8027 | 311 mixin_illegal_cycles_test/02: Fail # issue 8027 |
343 mixin_illegal_cycles_test/03: Fail # issue 8027 | |
344 mixin_illegal_cycles_test/04: Fail # issue 8027 | |
345 mixin_illegal_cycles_test/05: Fail # issue 8027 | |
346 mixin_illegal_cycles_test/06: Fail # issue 8027 | |
347 | 312 |
348 # | 313 # |
349 # Add new dartc annotations above in alphabetical order | 314 # Add new dartc annotations above in alphabetical order |
350 # | 315 # |
351 | 316 |
352 # VM specific tests that should not be run by DartC. | 317 # VM specific tests that should not be run by DartC. |
353 *vm_test: Skip | 318 *vm_test: Skip |
354 *vm_negative_test: Skip | 319 *vm_negative_test: Skip |
355 | 320 |
356 | 321 |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
610 | 575 |
611 [ $compiler == dart2dart && $minified ] | 576 [ $compiler == dart2dart && $minified ] |
612 # TODO(tball): Assign proper bug numbers. | 577 # TODO(tball): Assign proper bug numbers. |
613 class_literal_test/none: Fail | 578 class_literal_test/none: Fail |
614 | 579 |
615 import_core_prefix_test: Pass | 580 import_core_prefix_test: Pass |
616 prefix22_test: Pass | 581 prefix22_test: Pass |
617 invocation_mirror_test: Fail, OK # hardcoded names. | 582 invocation_mirror_test: Fail, OK # hardcoded names. |
618 invocation_mirror2_test: Fail, OK # hardcoded names. | 583 invocation_mirror2_test: Fail, OK # hardcoded names. |
619 super_call4_test: Fail, OK # hardcoded names. | 584 super_call4_test: Fail, OK # hardcoded names. |
OLD | NEW |