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

Side by Side Diff: tests/co19/co19-kernel.status

Issue 2730763002: Recover from missing arguments in new expression. (Closed)
Patch Set: Created 3 years, 9 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 # Disable tests globally for kernel. 5 # Disable tests globally for kernel.
6 [ $compiler == dartk || $compiler == dartkp ] 6 [ $compiler == dartk || $compiler == dartkp ]
7 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError 7 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError
8 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash 8 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t01: Crash
9 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash 9 Language/Classes/Constructors/Constant_Constructors/invalid_constant_initializer _t03: Crash
10 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError 10 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t01: MissingCompileTimeError
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 Language/Expressions/Instance_Creation/Const/deferred_type_t02: MissingCompileTi meError 277 Language/Expressions/Instance_Creation/Const/deferred_type_t02: MissingCompileTi meError
278 Language/Expressions/Instance_Creation/Const/exception_t01: Crash 278 Language/Expressions/Instance_Creation/Const/exception_t01: Crash
279 Language/Expressions/Instance_Creation/Const/parameterized_type_t01: MissingComp ileTimeError 279 Language/Expressions/Instance_Creation/Const/parameterized_type_t01: MissingComp ileTimeError
280 Language/Expressions/Instance_Creation/Const/parameterized_type_t02: MissingComp ileTimeError 280 Language/Expressions/Instance_Creation/Const/parameterized_type_t02: MissingComp ileTimeError
281 Language/Expressions/Instance_Creation/New/evaluation_t01: RuntimeError 281 Language/Expressions/Instance_Creation/New/evaluation_t01: RuntimeError
282 Language/Expressions/Instance_Creation/New/evaluation_t02: RuntimeError 282 Language/Expressions/Instance_Creation/New/evaluation_t02: RuntimeError
283 Language/Expressions/Instance_Creation/New/evaluation_t06: RuntimeError 283 Language/Expressions/Instance_Creation/New/evaluation_t06: RuntimeError
284 Language/Expressions/Instance_Creation/New/evaluation_t12: RuntimeError # Dartk Issue 28564 284 Language/Expressions/Instance_Creation/New/evaluation_t12: RuntimeError # Dartk Issue 28564
285 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError # Kernel Issue 28335 (deferred libraries) 285 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError # Kernel Issue 28335 (deferred libraries)
286 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError # Kernel Issue 28335 (deferred libraries) 286 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError # Kernel Issue 28335 (deferred libraries)
287 Language/Expressions/Instance_Creation/New/syntax_t02: DartkCrash
288 Language/Expressions/Instance_Creation/New/type_t03: DartkCrash 287 Language/Expressions/Instance_Creation/New/type_t03: DartkCrash
289 Language/Expressions/Instance_Creation/New/type_t05: DartkCrash 288 Language/Expressions/Instance_Creation/New/type_t05: DartkCrash
290 Language/Expressions/Instance_Creation/malformed_or_malbounded_t02: MissingCompi leTimeError 289 Language/Expressions/Instance_Creation/malformed_or_malbounded_t02: MissingCompi leTimeError
291 Language/Expressions/Instance_Creation/malformed_or_malbounded_t04: MissingCompi leTimeError 290 Language/Expressions/Instance_Creation/malformed_or_malbounded_t04: MissingCompi leTimeError
292 Language/Expressions/Lists/constant_list_t01: MissingCompileTimeError 291 Language/Expressions/Lists/constant_list_t01: MissingCompileTimeError
293 Language/Expressions/Lists/constant_list_t02: Crash 292 Language/Expressions/Lists/constant_list_t02: Crash
294 Language/Expressions/Maps/constant_map_key_value_t01: Crash 293 Language/Expressions/Maps/constant_map_key_value_t01: Crash
295 Language/Expressions/Maps/constant_map_key_value_t03: MissingCompileTimeError 294 Language/Expressions/Maps/constant_map_key_value_t03: MissingCompileTimeError
296 Language/Expressions/Maps/constant_map_t01: Crash 295 Language/Expressions/Maps/constant_map_t01: Crash
297 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError 296 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 Language/Interfaces/Superinterfaces/superinterface_of_itself_t02: MissingCompile TimeError 389 Language/Interfaces/Superinterfaces/superinterface_of_itself_t02: MissingCompile TimeError
391 Language/Interfaces/Superinterfaces/superinterface_of_itself_t03: MissingCompile TimeError 390 Language/Interfaces/Superinterfaces/superinterface_of_itself_t03: MissingCompile TimeError
392 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Pass # OK 391 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Pass # OK
393 Language/Libraries_and_Scripts/Exports/invalid_uri_t03: DartkCrash 392 Language/Libraries_and_Scripts/Exports/invalid_uri_t03: DartkCrash
394 Language/Libraries_and_Scripts/Exports/reexport_t01: Pass 393 Language/Libraries_and_Scripts/Exports/reexport_t01: Pass
395 Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError # Kerne l Issue 28335 (deferred libraries) 394 Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError # Kerne l Issue 28335 (deferred libraries)
396 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError # Kerne l Issue 28335 (deferred libraries) 395 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError # Kerne l Issue 28335 (deferred libraries)
397 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: CompileTimeErro r 396 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: CompileTimeErro r
398 Language/Libraries_and_Scripts/Imports/invalid_uri_t01: MissingCompileTimeError 397 Language/Libraries_and_Scripts/Imports/invalid_uri_t01: MissingCompileTimeError
399 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Pass # OK 398 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Pass # OK
400 Language/Libraries_and_Scripts/Imports/namespace_changes_t07: DartkCrash
401 Language/Libraries_and_Scripts/Imports/namespace_changes_t08: DartkCrash
402 Language/Libraries_and_Scripts/Imports/namespace_changes_t16: RuntimeError 399 Language/Libraries_and_Scripts/Imports/namespace_changes_t16: RuntimeError
403 Language/Libraries_and_Scripts/Imports/namespace_changes_t17: RuntimeError 400 Language/Libraries_and_Scripts/Imports/namespace_changes_t17: RuntimeError
404 Language/Libraries_and_Scripts/Imports/namespace_changes_t27: CompileTimeError 401 Language/Libraries_and_Scripts/Imports/namespace_changes_t27: CompileTimeError
405 Language/Libraries_and_Scripts/Imports/same_name_t02/01: MissingRuntimeError 402 Language/Libraries_and_Scripts/Imports/same_name_t02/01: MissingRuntimeError
406 Language/Libraries_and_Scripts/Imports/same_name_t05: RuntimeError 403 Language/Libraries_and_Scripts/Imports/same_name_t05: RuntimeError
407 Language/Libraries_and_Scripts/Imports/same_name_t07: MissingCompileTimeError 404 Language/Libraries_and_Scripts/Imports/same_name_t07: MissingCompileTimeError
408 Language/Libraries_and_Scripts/Imports/same_name_t10: RuntimeError 405 Language/Libraries_and_Scripts/Imports/same_name_t10: RuntimeError
409 Language/Libraries_and_Scripts/Imports/same_name_t12/01: MissingRuntimeError 406 Language/Libraries_and_Scripts/Imports/same_name_t12/01: MissingRuntimeError
410 Language/Libraries_and_Scripts/Imports/same_name_t15/01: MissingRuntimeError 407 Language/Libraries_and_Scripts/Imports/same_name_t15/01: MissingRuntimeError
411 Language/Libraries_and_Scripts/Imports/same_name_t17: MissingCompileTimeError 408 Language/Libraries_and_Scripts/Imports/same_name_t17: MissingCompileTimeError
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError 803 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError
807 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError 804 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError
808 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError 805 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError
809 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError 806 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError
810 Language/Statements/Try/syntax_t12: MissingCompileTimeError 807 Language/Statements/Try/syntax_t12: MissingCompileTimeError
811 Language/Variables/final_t03: MissingCompileTimeError 808 Language/Variables/final_t03: MissingCompileTimeError
812 809
813 # dartk: precompilation failures (debug) 810 # dartk: precompilation failures (debug)
814 [ $compiler == dartkp && $mode == debug ] 811 [ $compiler == dartkp && $mode == debug ]
815 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 812 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/body_builder.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698