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

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

Issue 2790743004: Handle unresolved identifiers with an accessor. (Closed)
Patch Set: Update status file. Created 3 years, 8 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
« no previous file with comments | « tests/co19/co19-kernel.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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 == dartk || $compiler == dartkp ] 5 [ $compiler == dartk || $compiler == dartkp ]
6 bad_constructor_test/05: CompileTimeError 6 bad_constructor_test/05: CompileTimeError
7 bad_initializer1_negative_test: Crash 7 bad_initializer1_negative_test: Crash
8 body_less_constructor_wrong_arg_negative_test: Crash 8 body_less_constructor_wrong_arg_negative_test: Crash
9 built_in_identifier_test/01: CompileTimeError 9 built_in_identifier_test/01: CompileTimeError
10 call_nonexistent_static_test/01: CompileTimeError 10 call_nonexistent_static_test/01: CompileTimeError
11 call_nonexistent_static_test/04: CompileTimeError 11 call_nonexistent_static_test/04: CompileTimeError
12 call_nonexistent_static_test/06: CompileTimeError
13 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335 12 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335
14 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335 13 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335
15 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335 14 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335
16 compile_time_constant_c_test/02: MissingCompileTimeError 15 compile_time_constant_c_test/02: MissingCompileTimeError
17 compile_time_constant_c_test/03: MissingCompileTimeError 16 compile_time_constant_c_test/03: MissingCompileTimeError
18 compile_time_constant_k_test/01: RuntimeError 17 compile_time_constant_k_test/01: RuntimeError
19 compile_time_constant_k_test/02: RuntimeError 18 compile_time_constant_k_test/02: RuntimeError
20 compile_time_constant_k_test/03: RuntimeError 19 compile_time_constant_k_test/03: RuntimeError
21 compile_time_constant_o_test/01: RuntimeError 20 compile_time_constant_o_test/01: RuntimeError
22 compile_time_constant_o_test/02: RuntimeError 21 compile_time_constant_o_test/02: RuntimeError
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 covariant_test/19: MissingCompileTimeError 87 covariant_test/19: MissingCompileTimeError
89 covariant_test/22: MissingCompileTimeError 88 covariant_test/22: MissingCompileTimeError
90 covariant_test/28: MissingCompileTimeError 89 covariant_test/28: MissingCompileTimeError
91 covariant_test/32: MissingCompileTimeError 90 covariant_test/32: MissingCompileTimeError
92 covariant_test/34: MissingCompileTimeError 91 covariant_test/34: MissingCompileTimeError
93 covariant_test/36: MissingCompileTimeError 92 covariant_test/36: MissingCompileTimeError
94 covariant_test/39: MissingCompileTimeError 93 covariant_test/39: MissingCompileTimeError
95 covariant_test/46: MissingCompileTimeError 94 covariant_test/46: MissingCompileTimeError
96 covariant_test/46b: MissingCompileTimeError 95 covariant_test/46b: MissingCompileTimeError
97 covariant_test/59: MissingCompileTimeError 96 covariant_test/59: MissingCompileTimeError
98 crash_6725_test/01: CompileTimeError
99 cyclic_constructor_test/01: MissingCompileTimeError 97 cyclic_constructor_test/01: MissingCompileTimeError
100 cyclic_type_test/00: RuntimeError 98 cyclic_type_test/00: RuntimeError
101 cyclic_type_test/01: RuntimeError 99 cyclic_type_test/01: RuntimeError
102 cyclic_type_test/03: RuntimeError 100 cyclic_type_test/03: RuntimeError
103 cyclic_type_variable_test/01: Crash 101 cyclic_type_variable_test/01: Crash
104 cyclic_type_variable_test/02: Crash 102 cyclic_type_variable_test/02: Crash
105 cyclic_type_variable_test/03: Crash 103 cyclic_type_variable_test/03: Crash
106 cyclic_type_variable_test/04: Crash 104 cyclic_type_variable_test/04: Crash
107 cyclic_type_variable_test/none: Crash 105 cyclic_type_variable_test/none: Crash
108 cyclic_typedef_test/01: MissingCompileTimeError 106 cyclic_typedef_test/01: MissingCompileTimeError
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 try_catch_syntax_test/05: Crash 522 try_catch_syntax_test/05: Crash
525 523
526 # dartk: precompilation failures (debug) 524 # dartk: precompilation failures (debug)
527 [ $compiler == dartkp && $mode == debug ] 525 [ $compiler == dartkp && $mode == debug ]
528 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 526 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
529 external_test/13: Crash 527 external_test/13: Crash
530 final_syntax_test/09: Crash 528 final_syntax_test/09: Crash
531 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 529 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
532 regress_22445_test: Crash 530 regress_22445_test: Crash
533 regress_23498_test: Crash 531 regress_23498_test: Crash
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698