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

Unified Diff: tests/co19/co19-kernel.status

Issue 2915933004: Clean up handling of types. (Closed)
Patch Set: Merged with 586a465c45db7d1ec7498b8c1df9cc8d245e8e61. Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: tests/co19/co19-kernel.status
diff --git a/tests/co19/co19-kernel.status b/tests/co19/co19-kernel.status
index 80dac613653becb111061b13fa1b25057ad00829..24bfbdfd7a1fae76c2560cf448fe281b57297b6d 100644
--- a/tests/co19/co19-kernel.status
+++ b/tests/co19/co19-kernel.status
@@ -65,9 +65,6 @@ Language/Classes/definition_t23: CompileTimeError
Language/Classes/same_name_member_and_class_t01: MissingCompileTimeError
Language/Classes/same_name_member_and_class_t03: MissingCompileTimeError
Language/Enums/restrictions_t08: MissingCompileTimeError
-Language/Expressions/Assignment/expression_assignment_failed_t03: CompileTimeError
-Language/Expressions/Assignment/expression_assignment_t07: CompileTimeError
-Language/Expressions/Assignment/static_type_t06: CompileTimeError
Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError
Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError
Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError
@@ -86,7 +83,6 @@ Language/Expressions/Constants/logical_expression_t03: MissingCompileTimeError
Language/Expressions/Constants/logical_expression_t04: MissingCompileTimeError
Language/Expressions/Constants/math_operators_t04: Crash
Language/Expressions/Constants/math_operators_t05: Crash
-Language/Expressions/Constants/no_other_constant_expressions_t10: MissingCompileTimeError
Language/Expressions/Constants/no_other_constant_expressions_t11: Crash
Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError
Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_arguments_t01: MissingCompileTimeError
@@ -99,9 +95,6 @@ Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError # Kernel
Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError # Kernel Issue 28335 (deferred libraries)
Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError
Language/Expressions/Maps/key_value_equals_operator_t01: MissingCompileTimeError
-Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07: RuntimeError # Dartk Issue 28562
-Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t17: RuntimeError
-Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_t18: RuntimeError # Dartk Issue 28562
Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocation_t01: MissingCompileTimeError # Issue 25496
Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocation_t02: MissingCompileTimeError # Issue 25496
Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01: RuntimeError
@@ -122,11 +115,7 @@ Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz
Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closurization/no_such_method_t02: RuntimeError
Language/Expressions/This/placement_t04: MissingCompileTimeError
Language/Expressions/Throw/syntax_t02: MissingCompileTimeError
-Language/Expressions/Type_Cast/evaluation_t04: RuntimeError
-Language/Expressions/Type_Cast/evaluation_t05: RuntimeError
Language/Expressions/Type_Cast/syntax_t01: RuntimeError
-Language/Expressions/Type_Test/evaluation_t03: RuntimeError
-Language/Expressions/Type_Test/evaluation_t04: RuntimeError
Language/Expressions/Type_Test/evaluation_t10: RuntimeError # Kernel Issue 28335 (deferred libraries)
Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError # Dartk Issue 28565
Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01: MissingCompileTimeError
@@ -140,16 +129,10 @@ Language/Functions/Formal_Parameters/Required_Formals/syntax_t09: MissingCompile
Language/Functions/Function_Declarations/external_function_t01: MissingCompileTimeError
Language/Functions/Function_Declarations/external_function_t02: MissingCompileTimeError
Language/Functions/syntax_t05: MissingCompileTimeError
-Language/Generics/malformed_t01: RuntimeError
Language/Libraries_and_Scripts/Exports/reexport_t01: MissingCompileTimeError
Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: CompileTimeError
Language/Libraries_and_Scripts/Imports/invalid_uri_t01: MissingCompileTimeError
-Language/Libraries_and_Scripts/Imports/same_name_t02/01: MissingRuntimeError
-Language/Libraries_and_Scripts/Imports/same_name_t05: RuntimeError
Language/Libraries_and_Scripts/Imports/same_name_t10: RuntimeError
-Language/Libraries_and_Scripts/Imports/same_name_t12/01: MissingRuntimeError
-Language/Libraries_and_Scripts/Imports/same_name_t15/01: MissingRuntimeError
-Language/Libraries_and_Scripts/Imports/same_name_t19: RuntimeError
Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for deferred libraries.
Language/Libraries_and_Scripts/Imports/syntax_t41: MissingCompileTimeError
Language/Libraries_and_Scripts/Parts/compilation_t11: MissingCompileTimeError
@@ -197,8 +180,6 @@ Language/Mixins/Mixin_Application/deferred_t01: MissingCompileTimeError
Language/Mixins/Mixin_Application/syntax_t16: CompileTimeError # Issue 25765
Language/Mixins/declaring_constructor_t05: MissingCompileTimeError # Issue 24767
Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767
-Language/Overview/Privacy/private_and_public_t06: RuntimeError
-Language/Overview/Privacy/private_and_public_t09: CompileTimeError
Language/Overview/Scoping/conflicting_names_t35: MissingCompileTimeError
Language/Overview/Scoping/conflicting_names_t39: MissingCompileTimeError
Language/Overview/Scoping/conflicting_names_t40: MissingCompileTimeError
@@ -227,13 +208,11 @@ Language/Statements/Switch/expressions_t03: MissingCompileTimeError
Language/Statements/Switch/expressions_t04: MissingCompileTimeError
Language/Statements/Switch/syntax_t16: MissingCompileTimeError
Language/Statements/Switch/syntax_t17: MissingCompileTimeError
-Language/Statements/Try/malformed_type_t04: RuntimeError
Language/Statements/Try/syntax_t13: MissingCompileTimeError
Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompileTimeError # Issue 25495
Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompileTimeError # Issue 25495
Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompileTimeError # Issue 25495
Language/Types/Static_Types/deferred_type_t01: RuntimeError # Kernel Issue 28335 (deferred libraries)
-Language/Types/Static_Types/malformed_type_t01: RuntimeError
Language/Types/Type_Declarations/Typedef/param_default_value_t02: MissingCompileTimeError
Language/Types/Type_Declarations/Typedef/param_default_value_t03: MissingCompileTimeError
Language/Types/Type_Declarations/Typedef/self_reference_t01: MissingCompileTimeError
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/kernel_invalid_type_builder.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698