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

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

Issue 10553037: Issue 963. Check default values for parameters of local functions. Support for string interpolation. (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
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 gc_test: Skip # Takes too long. 62 gc_test: Skip # Takes too long.
63 63
64 [ $compiler == dartc ] 64 [ $compiler == dartc ]
65 application_negative_test: Fail # Runtime only test, rewrite as multitest 65 application_negative_test: Fail # Runtime only test, rewrite as multitest
66 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest 66 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest
67 assign_instance_method_negative_test: Fail # Issue 3662 67 assign_instance_method_negative_test: Fail # Issue 3662
68 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest 68 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest
69 call_operator_test: Pass # Issue 1355 69 call_operator_test: Pass # Issue 1355
70 char_escape_test: Pass # Issue 1654 70 char_escape_test: Pass # Issue 1654
71 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest 71 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest
72 compile_time_constant_o_test: Fail # Issue 2126
73 compile_time_constant_p_test/01: Fail # Issue 2580 72 compile_time_constant_p_test/01: Fail # Issue 2580
74 const_constructor_syntax_test/05: Fail # Issue 3663 73 const_constructor_syntax_test/05: Fail # Issue 3663
75 const_counter_negative_test: Fail # issue 1655 74 const_counter_negative_test: Fail # issue 1655
76 const_syntax_test/01: Fail # test issue 3626 75 const_syntax_test/01: Fail # test issue 3626
77 const_syntax_test/02: Fail # test issue 3626 76 const_syntax_test/02: Fail # test issue 3626
78 const_syntax_test/03: Fail # test issue 3626 77 const_syntax_test/03: Fail # test issue 3626
79 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest 78 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
80 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest 79 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest
81 default_factory_library_test: Fail # Issue 514 80 default_factory_library_test: Fail # Issue 514
82 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. 81 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support.
(...skipping 14 matching lines...) Expand all
97 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest 96 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest
98 override_field_test/04: Fail # Issue 3656 97 override_field_test/04: Fail # Issue 3656
99 private_factory_resolution_negative_test: Fail # Issue 2275 98 private_factory_resolution_negative_test: Fail # Issue 2275
100 private_member3_negative_test: Fail # Issue 2383 99 private_member3_negative_test: Fail # Issue 2383
101 pseudo_kw_illegal_test/08: Fail # Issue 356 100 pseudo_kw_illegal_test/08: Fail # Issue 356
102 pseudo_kw_illegal_test/10: Fail # Issue 356 101 pseudo_kw_illegal_test/10: Fail # Issue 356
103 pseudo_kw_illegal_test/14: Fail # Issue 356 102 pseudo_kw_illegal_test/14: Fail # Issue 356
104 pseudo_kw_test: Fail # Issue 356 103 pseudo_kw_test: Fail # Issue 356
105 scope_negative_test: Fail # Runtime only test, rewrite as multitest 104 scope_negative_test: Fail # Runtime only test, rewrite as multitest
106 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit e as multitest 105 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit e as multitest
107 string_interpolation8_test: Fail # Issue 2126.
108 switch7_negative_test: Fail # Issue 3658 106 switch7_negative_test: Fail # Issue 3658
109 switch_label_test: Fail # Issue 3658 107 switch_label_test: Fail # Issue 3658
110 syntax_test: Skip # Bug 2107 Static type warnings in none case 108 syntax_test: Skip # Bug 2107 Static type warnings in none case
111 third_test: Fail # Issue 3659 109 third_test: Fail # Issue 3659
112 throw7_negative_test: Fail # Issue 3654 110 throw7_negative_test: Fail # Issue 3654
113 type_dartc_test: Fail # Issue 2348 111 type_dartc_test: Fail # Issue 2348
114 type_variable_bounds_test/00: Fail # issue 3079 112 type_variable_bounds_test/00: Fail # issue 3079
115 113
116 # 114 #
117 # Add new dartc annotations above in alphabetical order 115 # Add new dartc annotations above in alphabetical order
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 prefix_core_test: Fail # Issue 2264. 422 prefix_core_test: Fail # Issue 2264.
425 423
426 [ $compiler == frog && $runtime == none ] 424 [ $compiler == frog && $runtime == none ]
427 *: Skip 425 *: Skip
428 426
429 [ $arch == simarm ] 427 [ $arch == simarm ]
430 *: Skip 428 *: Skip
431 429
432 [ $arch == arm ] 430 [ $arch == arm ]
433 *: Skip 431 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698