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

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

Issue 1508343002: Static/instance getter/setter override is a warning. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Update analyzer status + include unsaved identical => == change Created 5 years 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
« no previous file with comments | « tests/language/language_analyzer2.status ('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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 141
142 branch_canonicalization_test: RuntimeError # Issue 638. 142 branch_canonicalization_test: RuntimeError # Issue 638.
143 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 143 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
144 integer_division_by_zero_test: RuntimeError # Issue 8301 144 integer_division_by_zero_test: RuntimeError # Issue 8301
145 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 145 built_in_identifier_prefix_test: CompileTimeError # Issue 6972
146 number_identity2_test: RuntimeError # Issue 12596 146 number_identity2_test: RuntimeError # Issue 12596
147 double_int_to_string_test: RuntimeError # Issue 1533 147 double_int_to_string_test: RuntimeError # Issue 1533
148 mint_arithmetic_test: RuntimeError # Issue 1533 148 mint_arithmetic_test: RuntimeError # Issue 1533
149 left_shift_test: RuntimeError # Issue 1533 149 left_shift_test: RuntimeError # Issue 1533
150 regress_24283_test: RuntimeError # Issue 1533 150 regress_24283_test: RuntimeError # Issue 1533
151 bad_override_test/01: CompileTimeError # Issue 11496
152 bad_override_test/02: CompileTimeError # Issue 11496
153 constructor_named_arguments_test/01: CompileTimeError # Issue 5519 151 constructor_named_arguments_test/01: CompileTimeError # Issue 5519
154 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 152 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838
155 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 153 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838
156 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 154 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838
157 metadata_test: CompileTimeError # Issue 5841 155 metadata_test: CompileTimeError # Issue 5841
158 infinity_test: RuntimeError # Issue 4984 156 infinity_test: RuntimeError # Issue 4984
159 mixin_mixin2_test: RuntimeError # Issue 13109. 157 mixin_mixin2_test: RuntimeError # Issue 13109.
160 mixin_mixin3_test: RuntimeError # Issue 13109. 158 mixin_mixin3_test: RuntimeError # Issue 13109.
161 mixin_mixin7_test: RuntimeError # Issue 13109. 159 mixin_mixin7_test: RuntimeError # Issue 13109.
162 mixin_regress_13688_test: RuntimeError # Issue 13109. 160 mixin_regress_13688_test: RuntimeError # Issue 13109.
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 355 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
358 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 356 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
359 type_variable_nested_test: RuntimeError # Please triage this failure. 357 type_variable_nested_test: RuntimeError # Please triage this failure.
360 358
361 [ $compiler == dart2js && $cps_ir && $host_checked ] 359 [ $compiler == dart2js && $cps_ir && $host_checked ]
362 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 360 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
363 async_throw_in_catch_test/none: Crash # Issue 24485 361 async_throw_in_catch_test/none: Crash # Issue 24485
364 execute_finally9_test: Crash # Issue 24485 362 execute_finally9_test: Crash # Issue 24485
365 regress_21795_test: Crash # Issue 24485 363 regress_21795_test: Crash # Issue 24485
366 regress_23537_test: Crash # Issue 24485 364 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698