Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Side by Side Diff: tests/language/language.status

Issue 10559064: Migrated cascades tests from dart2js_extra into language tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: # Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/language/cascade_test.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 const_constructor_syntax_test/05: Fail 45 const_constructor_syntax_test/05: Fail
46 46
47 constructor_redirect_test/01: Fail # Issue 2103. 47 constructor_redirect_test/01: Fail # Issue 2103.
48 48
49 closure_with_super_send_test: Fail # Issue 3197. 49 closure_with_super_send_test: Fail # Issue 3197.
50 super_closure_test: Fail # Issue 3197. 50 super_closure_test: Fail # Issue 3197.
51 parameter_initializer6_negative_test: Fail # Issue 3502 51 parameter_initializer6_negative_test: Fail # Issue 3502
52 52
53 prefix_core_test: Fail # Issue 3638. 53 prefix_core_test: Fail # Issue 3638.
54 54
55 # Issue 2501
56 cascade_test: Pass,Fail # Some cases pass, but for the wrong reason
kasperl 2012/06/19 13:47:15 You could also split them out into the different /
zundel 2012/06/19 13:54:31 Enumerating them out isn't any more helpful IMHO.
57 cascade_precedence_test: Fail
58
55 # DartC or Frog specific tests that should not be run by the VM 59 # DartC or Frog specific tests that should not be run by the VM
56 *dartc_test: Skip 60 *dartc_test: Skip
57 *dartc_negative_test: Skip 61 *dartc_negative_test: Skip
58 *frog_test: Skip 62 *frog_test: Skip
59 *frog_negative_test: Skip 63 *frog_negative_test: Skip
60 64
61 [ $compiler == none && $mode == debug ] 65 [ $compiler == none && $mode == debug ]
62 gc_test: Skip # Takes too long. 66 gc_test: Skip # Takes too long.
63 67
64 [ $compiler == dartc ] 68 [ $compiler == dartc ]
65 application_negative_test: Fail # Runtime only test, rewrite as multitest 69 application_negative_test: Fail # Runtime only test, rewrite as multitest
66 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest 70 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest
67 assign_instance_method_negative_test: Fail # Issue 3662 71 assign_instance_method_negative_test: Fail # Issue 3662
68 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest 72 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest
69 call_operator_test: Pass # Issue 1355 73 call_operator_test: Pass # Issue 1355
74 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason
75 cascade_precedence_test: Fail # Issue 3729
70 char_escape_test: Pass # Issue 1654 76 char_escape_test: Pass # Issue 1654
71 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest 77 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest
72 compile_time_constant_p_test/01: Fail # Issue 2580 78 compile_time_constant_p_test/01: Fail # Issue 2580
73 const_constructor_syntax_test/05: Fail # Issue 3663 79 const_constructor_syntax_test/05: Fail # Issue 3663
74 const_counter_negative_test: Fail # issue 1655 80 const_counter_negative_test: Fail # issue 1655
75 const_syntax_test/01: Fail # test issue 3626 81 const_syntax_test/01: Fail # test issue 3626
76 const_syntax_test/02: Fail # test issue 3626 82 const_syntax_test/02: Fail # test issue 3626
77 const_syntax_test/03: Fail # test issue 3626 83 const_syntax_test/03: Fail # test issue 3626
78 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest 84 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
79 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest 85 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 prefix_core_test: Fail # Issue 2264. 427 prefix_core_test: Fail # Issue 2264.
422 428
423 [ $compiler == frog && $runtime == none ] 429 [ $compiler == frog && $runtime == none ]
424 *: Skip 430 *: Skip
425 431
426 [ $arch == simarm ] 432 [ $arch == simarm ]
427 *: Skip 433 *: Skip
428 434
429 [ $arch == arm ] 435 [ $arch == arm ]
430 *: Skip 436 *: Skip
OLDNEW
« no previous file with comments | « tests/language/cascade_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698