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

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

Issue 2930673002: Implement initializer asserts. (Closed)
Patch Set: Created 3 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
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 compile_time_constant_test/01: MissingCompileTimeError 6 compile_time_constant_test/01: MissingCompileTimeError
7 conditional_method_invocation_test/11: MissingCompileTimeError 7 conditional_method_invocation_test/11: MissingCompileTimeError
8 conditional_property_access_test/09: MissingCompileTimeError 8 conditional_property_access_test/09: MissingCompileTimeError
9 conditional_property_assignment_test/20: MissingCompileTimeError 9 conditional_property_assignment_test/20: MissingCompileTimeError
10 conditional_property_assignment_test/21: MissingCompileTimeError 10 conditional_property_assignment_test/21: MissingCompileTimeError
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 syntax_test/03: MissingCompileTimeError 145 syntax_test/03: MissingCompileTimeError
146 syntax_test/27: MissingCompileTimeError 146 syntax_test/27: MissingCompileTimeError
147 this_conditional_operator_test/01: MissingCompileTimeError 147 this_conditional_operator_test/01: MissingCompileTimeError
148 try_catch_syntax_test/07: MissingCompileTimeError 148 try_catch_syntax_test/07: MissingCompileTimeError
149 try_catch_syntax_test/09: MissingCompileTimeError 149 try_catch_syntax_test/09: MissingCompileTimeError
150 try_catch_syntax_test/10: MissingCompileTimeError 150 try_catch_syntax_test/10: MissingCompileTimeError
151 try_catch_syntax_test/11: MissingCompileTimeError 151 try_catch_syntax_test/11: MissingCompileTimeError
152 try_catch_syntax_test/12: MissingCompileTimeError 152 try_catch_syntax_test/12: MissingCompileTimeError
153 vm/regress_27201_test: CompileTimeError 153 vm/regress_27201_test: CompileTimeError
154 154
155
156 config_import_corelib_test: RuntimeError # KernelVM bug: Configurable imports. 155 config_import_corelib_test: RuntimeError # KernelVM bug: Configurable imports.
157 config_import_test: RuntimeError # KernelVM bug: Configurable imports. 156 config_import_test: RuntimeError # KernelVM bug: Configurable imports.
158 library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imp orts. 157 library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imp orts.
159 library_env_test/has_no_io_support: RuntimeError # KernelVM bug: Configurable im ports. 158 library_env_test/has_no_io_support: RuntimeError # KernelVM bug: Configurable im ports.
160 159
161 compile_time_constant_c_test/02: MissingCompileTimeError # KernelVM bug: Constan t evaluation. 160 compile_time_constant_c_test/02: MissingCompileTimeError # KernelVM bug: Constan t evaluation.
162 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation. 161 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation.
163 const_map2_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation. 162 const_map2_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation.
164 const_map3_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation. 163 const_map3_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation.
165 const_nested_test: RuntimeError # KernelVM bug: Constant evaluation. 164 const_nested_test: RuntimeError # KernelVM bug: Constant evaluation.
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 344
346 # dartk: precompilation failures (debug) 345 # dartk: precompilation failures (debug)
347 [ $compiler == dartkp && $mode == debug ] 346 [ $compiler == dartkp && $mode == debug ]
348 external_test/13: Crash 347 external_test/13: Crash
349 final_syntax_test/09: Crash 348 final_syntax_test/09: Crash
350 regress_22445_test: Crash 349 regress_22445_test: Crash
351 regress_23498_test: Crash 350 regress_23498_test: Crash
352 351
353 # dartk: checked mode failures 352 # dartk: checked mode failures
354 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 353 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
354 assert_initializer_test/31: MissingCompileTimeError
kasperl 2017/06/08 10:23:14 Is this a Fasta bug related to compile-time consta
ahe 2017/06/08 11:04:33 32-38 and none are due to this comment: // Func
355 assert_initializer_test/32: MissingCompileTimeError
356 assert_initializer_test/33: MissingCompileTimeError
357 assert_initializer_test/34: MissingCompileTimeError
358 assert_initializer_test/35: MissingCompileTimeError
359 assert_initializer_test/36: MissingCompileTimeError
360 assert_initializer_test/37: MissingCompileTimeError
361 assert_initializer_test/38: MissingCompileTimeError
362 assert_initializer_test/41: MissingCompileTimeError
363 assert_initializer_test/42: MissingCompileTimeError
364 assert_initializer_test/43: MissingCompileTimeError
365 assert_initializer_test/44: MissingCompileTimeError
366 assert_initializer_test/45: MissingCompileTimeError
367 assert_initializer_test/46: MissingCompileTimeError
368 assert_initializer_test/47: MissingCompileTimeError
369 assert_initializer_test/48: MissingCompileTimeError
370 assert_initializer_test/none: RuntimeError
355 assign_static_type_test/02: MissingCompileTimeError 371 assign_static_type_test/02: MissingCompileTimeError
356 async_await_test: RuntimeError 372 async_await_test: RuntimeError
357 async_return_types_test/nestedFuture: Fail 373 async_return_types_test/nestedFuture: Fail
358 async_return_types_test/wrongTypeParameter: Fail 374 async_return_types_test/wrongTypeParameter: Fail
359 compile_time_constant_checked_test/02: MissingCompileTimeError 375 compile_time_constant_checked_test/02: MissingCompileTimeError
360 const_conditional_test/08: Pass 376 const_conditional_test/08: Pass
361 const_constructor2_test/20: MissingCompileTimeError 377 const_constructor2_test/20: MissingCompileTimeError
362 const_constructor2_test/22: MissingCompileTimeError 378 const_constructor2_test/22: MissingCompileTimeError
363 const_constructor2_test/24: MissingCompileTimeError 379 const_constructor2_test/24: MissingCompileTimeError
364 const_init2_test/02: MissingCompileTimeError 380 const_init2_test/02: MissingCompileTimeError
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue 28335. 473 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue 28335.
458 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335. 474 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335.
459 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335. 475 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335.
460 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335. 476 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335.
461 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335. 477 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335.
462 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335. 478 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335.
463 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. 479 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335.
464 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. 480 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335.
465 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. 481 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335.
466 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. 482 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335.
OLDNEW
« pkg/front_end/lib/src/fasta/parser/parser.dart ('K') | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698