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

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

Issue 2736263002: Report compile-time error instead of crashing when encountering bad parts. (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
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/source_library_builder.dart ('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 # 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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 Language/Functions/syntax_t39: MissingCompileTimeError 357 Language/Functions/syntax_t39: MissingCompileTimeError
358 Language/Functions/syntax_t40: MissingCompileTimeError 358 Language/Functions/syntax_t40: MissingCompileTimeError
359 Language/Generics/malformed_t01: RuntimeError 359 Language/Generics/malformed_t01: RuntimeError
360 Language/Generics/syntax_t17: CompileTimeError 360 Language/Generics/syntax_t17: CompileTimeError
361 Language/Interfaces/Superinterfaces/definition_t03: MissingCompileTimeError 361 Language/Interfaces/Superinterfaces/definition_t03: MissingCompileTimeError
362 Language/Interfaces/Superinterfaces/definition_t04: MissingCompileTimeError 362 Language/Interfaces/Superinterfaces/definition_t04: MissingCompileTimeError
363 Language/Interfaces/Superinterfaces/superinterface_of_itself_t01: MissingCompile TimeError 363 Language/Interfaces/Superinterfaces/superinterface_of_itself_t01: MissingCompile TimeError
364 Language/Interfaces/Superinterfaces/superinterface_of_itself_t02: MissingCompile TimeError 364 Language/Interfaces/Superinterfaces/superinterface_of_itself_t02: MissingCompile TimeError
365 Language/Interfaces/Superinterfaces/superinterface_of_itself_t03: MissingCompile TimeError 365 Language/Interfaces/Superinterfaces/superinterface_of_itself_t03: MissingCompile TimeError
366 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Pass # OK 366 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Pass # OK
367 Language/Libraries_and_Scripts/Exports/invalid_uri_t03: DartkCrash
368 Language/Libraries_and_Scripts/Exports/reexport_t01: Pass 367 Language/Libraries_and_Scripts/Exports/reexport_t01: Pass
369 Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError # Kerne l Issue 28335 (deferred libraries) 368 Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError # Kerne l Issue 28335 (deferred libraries)
370 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError # Kerne l Issue 28335 (deferred libraries) 369 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError # Kerne l Issue 28335 (deferred libraries)
371 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: CompileTimeErro r 370 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: CompileTimeErro r
372 Language/Libraries_and_Scripts/Imports/invalid_uri_t01: MissingCompileTimeError 371 Language/Libraries_and_Scripts/Imports/invalid_uri_t01: MissingCompileTimeError
373 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Pass # OK 372 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Pass # OK
374 Language/Libraries_and_Scripts/Imports/namespace_changes_t16: RuntimeError 373 Language/Libraries_and_Scripts/Imports/namespace_changes_t16: RuntimeError
375 Language/Libraries_and_Scripts/Imports/namespace_changes_t17: RuntimeError 374 Language/Libraries_and_Scripts/Imports/namespace_changes_t17: RuntimeError
376 Language/Libraries_and_Scripts/Imports/namespace_changes_t27: CompileTimeError 375 Language/Libraries_and_Scripts/Imports/namespace_changes_t27: CompileTimeError
377 Language/Libraries_and_Scripts/Imports/same_name_t02/01: MissingRuntimeError 376 Language/Libraries_and_Scripts/Imports/same_name_t02/01: MissingRuntimeError
378 Language/Libraries_and_Scripts/Imports/same_name_t05: RuntimeError 377 Language/Libraries_and_Scripts/Imports/same_name_t05: RuntimeError
379 Language/Libraries_and_Scripts/Imports/same_name_t10: RuntimeError 378 Language/Libraries_and_Scripts/Imports/same_name_t10: RuntimeError
380 Language/Libraries_and_Scripts/Imports/same_name_t12/01: MissingRuntimeError 379 Language/Libraries_and_Scripts/Imports/same_name_t12/01: MissingRuntimeError
381 Language/Libraries_and_Scripts/Imports/same_name_t15/01: MissingRuntimeError 380 Language/Libraries_and_Scripts/Imports/same_name_t15/01: MissingRuntimeError
382 Language/Libraries_and_Scripts/Imports/same_name_t19: RuntimeError 381 Language/Libraries_and_Scripts/Imports/same_name_t19: RuntimeError
383 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries. 382 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries.
384 Language/Libraries_and_Scripts/Imports/syntax_t32: MissingCompileTimeError 383 Language/Libraries_and_Scripts/Imports/syntax_t32: MissingCompileTimeError
385 Language/Libraries_and_Scripts/Imports/syntax_t41: MissingCompileTimeError 384 Language/Libraries_and_Scripts/Imports/syntax_t41: MissingCompileTimeError
386 Language/Libraries_and_Scripts/Parts/compilation_t02: Timeout 385 Language/Libraries_and_Scripts/Parts/compilation_t02: Timeout
387 Language/Libraries_and_Scripts/Parts/compilation_t07: MissingCompileTimeError 386 Language/Libraries_and_Scripts/Parts/compilation_t07: MissingCompileTimeError
388 Language/Libraries_and_Scripts/Parts/compilation_t08: DartkCrash
389 Language/Libraries_and_Scripts/Parts/compilation_t09: DartkCrash 387 Language/Libraries_and_Scripts/Parts/compilation_t09: DartkCrash
390 Language/Libraries_and_Scripts/Parts/compilation_t10: DartkCrash
391 Language/Libraries_and_Scripts/Parts/compilation_t11: MissingCompileTimeError 388 Language/Libraries_and_Scripts/Parts/compilation_t11: MissingCompileTimeError
392 Language/Libraries_and_Scripts/Parts/static_warning_t01: RuntimeError 389 Language/Libraries_and_Scripts/Parts/static_warning_t01: RuntimeError
393 Language/Libraries_and_Scripts/Parts/syntax_t01: MissingCompileTimeError 390 Language/Libraries_and_Scripts/Parts/syntax_t01: MissingCompileTimeError
394 Language/Libraries_and_Scripts/Parts/syntax_t06: Pass # OK 391 Language/Libraries_and_Scripts/Parts/syntax_t06: Pass # OK
395 Language/Libraries_and_Scripts/Scripts/syntax_t05: MissingCompileTimeError 392 Language/Libraries_and_Scripts/Scripts/syntax_t05: MissingCompileTimeError
396 Language/Libraries_and_Scripts/Scripts/syntax_t06: MissingCompileTimeError 393 Language/Libraries_and_Scripts/Scripts/syntax_t06: MissingCompileTimeError
397 Language/Libraries_and_Scripts/Scripts/syntax_t07: MissingCompileTimeError 394 Language/Libraries_and_Scripts/Scripts/syntax_t07: MissingCompileTimeError
398 Language/Libraries_and_Scripts/Scripts/syntax_t08: MissingCompileTimeError 395 Language/Libraries_and_Scripts/Scripts/syntax_t08: MissingCompileTimeError
399 Language/Libraries_and_Scripts/Scripts/syntax_t10: MissingCompileTimeError 396 Language/Libraries_and_Scripts/Scripts/syntax_t10: MissingCompileTimeError
400 Language/Libraries_and_Scripts/Scripts/syntax_t14: MissingCompileTimeError 397 Language/Libraries_and_Scripts/Scripts/syntax_t14: MissingCompileTimeError
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError 772 Language/Statements/Local_Variable_Declaration/syntax_t19: RuntimeError
776 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError 773 Language/Statements/Return/generative_constructor_t01: MissingCompileTimeError
777 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError 774 Language/Statements/Return/generative_constructor_t02: MissingCompileTimeError
778 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError 775 Language/Statements/Return/generative_constructor_t03: MissingCompileTimeError
779 Language/Statements/Try/syntax_t12: MissingCompileTimeError 776 Language/Statements/Try/syntax_t12: MissingCompileTimeError
780 Language/Variables/final_t03: MissingCompileTimeError 777 Language/Variables/final_t03: MissingCompileTimeError
781 778
782 # dartk: precompilation failures (debug) 779 # dartk: precompilation failures (debug)
783 [ $compiler == dartkp && $mode == debug ] 780 [ $compiler == dartkp && $mode == debug ]
784 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash 781 Language/Functions/External_Functions/not_connected_to_a_body_t01: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/source_library_builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698