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

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

Issue 2927613002: Improve NSM handling. (Closed)
Patch Set: Address review comments. 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
« no previous file with comments | « runtime/lib/invocation_mirror_patch.dart ('k') | tests/language/language_kernel.status » ('j') | 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 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError 6 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError
7 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError 7 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError
8 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError 8 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError
9 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError 9 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError
10 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr ror 10 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr ror
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 Language/Classes/declarations_t08: MissingCompileTimeError 55 Language/Classes/declarations_t08: MissingCompileTimeError
56 Language/Classes/declarations_t25: MissingCompileTimeError 56 Language/Classes/declarations_t25: MissingCompileTimeError
57 Language/Classes/declarations_t26: MissingCompileTimeError 57 Language/Classes/declarations_t26: MissingCompileTimeError
58 Language/Classes/declarations_t27: MissingCompileTimeError 58 Language/Classes/declarations_t27: MissingCompileTimeError
59 Language/Classes/declarations_t28: MissingCompileTimeError 59 Language/Classes/declarations_t28: MissingCompileTimeError
60 Language/Classes/declarations_t33: MissingCompileTimeError 60 Language/Classes/declarations_t33: MissingCompileTimeError
61 Language/Classes/definition_t23: CompileTimeError 61 Language/Classes/definition_t23: CompileTimeError
62 Language/Classes/same_name_member_and_class_t01: MissingCompileTimeError 62 Language/Classes/same_name_member_and_class_t01: MissingCompileTimeError
63 Language/Classes/same_name_member_and_class_t03: MissingCompileTimeError 63 Language/Classes/same_name_member_and_class_t03: MissingCompileTimeError
64 Language/Enums/restrictions_t08: MissingCompileTimeError 64 Language/Enums/restrictions_t08: MissingCompileTimeError
65 Language/Expressions/Assignment/super_assignment_failed_t01: RuntimeError
66 Language/Expressions/Assignment/super_assignment_failed_t02: RuntimeError
67 Language/Expressions/Assignment/super_assignment_value_t02: RuntimeError
68 Language/Expressions/Constants/bitwise_operators_t02: Crash 65 Language/Expressions/Constants/bitwise_operators_t02: Crash
69 Language/Expressions/Constants/bitwise_operators_t03: Crash 66 Language/Expressions/Constants/bitwise_operators_t03: Crash
70 Language/Expressions/Constants/bitwise_operators_t04: Crash 67 Language/Expressions/Constants/bitwise_operators_t04: Crash
71 Language/Expressions/Constants/bitwise_operators_t06: Crash 68 Language/Expressions/Constants/bitwise_operators_t06: Crash
72 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError 69 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError
73 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError 70 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError
74 Language/Expressions/Constants/depending_on_itself_t03: Crash 71 Language/Expressions/Constants/depending_on_itself_t03: Crash
75 Language/Expressions/Constants/equals_expression_t03: MissingCompileTimeError 72 Language/Expressions/Constants/equals_expression_t03: MissingCompileTimeError
76 Language/Expressions/Constants/exception_t04: MissingCompileTimeError 73 Language/Expressions/Constants/exception_t04: MissingCompileTimeError
77 Language/Expressions/Constants/literal_string_t02: MissingCompileTimeError 74 Language/Expressions/Constants/literal_string_t02: MissingCompileTimeError
78 Language/Expressions/Constants/logical_expression_t02: MissingCompileTimeError 75 Language/Expressions/Constants/logical_expression_t02: MissingCompileTimeError
79 Language/Expressions/Constants/logical_expression_t03: MissingCompileTimeError 76 Language/Expressions/Constants/logical_expression_t03: MissingCompileTimeError
80 Language/Expressions/Constants/logical_expression_t04: MissingCompileTimeError 77 Language/Expressions/Constants/logical_expression_t04: MissingCompileTimeError
81 Language/Expressions/Constants/math_operators_t04: Crash 78 Language/Expressions/Constants/math_operators_t04: Crash
82 Language/Expressions/Constants/math_operators_t05: Crash 79 Language/Expressions/Constants/math_operators_t05: Crash
83 Language/Expressions/Constants/no_other_constant_expressions_t11: Crash 80 Language/Expressions/Constants/no_other_constant_expressions_t11: Crash
84 Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError 81 Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError
85 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar guments_t01: MissingCompileTimeError 82 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar guments_t01: MissingCompileTimeError
86 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError 83 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError
87 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError 84 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError
88 Language/Expressions/Instance_Creation/Const/arguments_t03: MissingCompileTimeEr ror 85 Language/Expressions/Instance_Creation/Const/arguments_t03: MissingCompileTimeEr ror
89 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t02: Miss ingCompileTimeError 86 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t02: Miss ingCompileTimeError
90 Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_c lass_t02: MissingCompileTimeError 87 Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_c lass_t02: MissingCompileTimeError
91 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError # Kernel Issue 28335 (deferred libraries) 88 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError # Kernel Issue 28335 (deferred libraries)
92 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError # Kernel Issue 28335 (deferred libraries) 89 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError # Kernel Issue 28335 (deferred libraries)
93 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError 90 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError
94 Language/Expressions/Maps/key_value_equals_operator_t01: MissingCompileTimeError 91 Language/Expressions/Maps/key_value_equals_operator_t01: MissingCompileTimeError
95 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat ion_t01: MissingCompileTimeError # Issue 25496 92 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat ion_t01: MissingCompileTimeError # Issue 25496
96 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat ion_t02: MissingCompileTimeError # Issue 25496 93 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat ion_t02: MissingCompileTimeError # Issue 25496
97 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01 : RuntimeError
98 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t02 : RuntimeError
99 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t03 : RuntimeError
100 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t04 : RuntimeError
101 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError 94 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t02: MissingC ompileTimeError
102 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03: MissingC ompileTimeError 95 Language/Expressions/Method_Invocation/Super_Invocation/invocation_t03: MissingC ompileTimeError
103 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t01: MissingCompileTimeError # Issue 24332 96 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t01: MissingCompileTimeError # Issue 24332
104 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t02: MissingCompileTimeError # Issue 24332 97 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t02: MissingCompileTimeError # Issue 24332
105 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t03: MissingCompileTimeError # Issue 24332 98 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t03: MissingCompileTimeError # Issue 24332
106 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t04: MissingCompileTimeError # Issue 24332 99 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t04: MissingCompileTimeError # Issue 24332
107 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t05: MissingCompileTimeError # Issue 24332 100 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t05: MissingCompileTimeError # Issue 24332
108 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t06: MissingCompileTimeError # Issue 24332 101 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t06: MissingCompileTimeError # Issue 24332
109 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t07: MissingCompileTimeError # Issue 24332 102 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t07: MissingCompileTimeError # Issue 24332
110 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t08: MissingCompileTimeError # Issue 24332 103 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t08: MissingCompileTimeError # Issue 24332
111 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: RuntimeError
112 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t02: RuntimeError
113 Language/Expressions/This/placement_t04: MissingCompileTimeError 104 Language/Expressions/This/placement_t04: MissingCompileTimeError
114 Language/Expressions/Throw/syntax_t02: MissingCompileTimeError 105 Language/Expressions/Throw/syntax_t02: MissingCompileTimeError
115 Language/Expressions/Type_Cast/syntax_t01: RuntimeError 106 Language/Expressions/Type_Cast/syntax_t01: RuntimeError
116 Language/Expressions/Type_Test/evaluation_t10: RuntimeError # Kernel Issue 28335 (deferred libraries) 107 Language/Expressions/Type_Test/evaluation_t10: RuntimeError # Kernel Issue 28335 (deferred libraries)
117 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError # Dartk Issue 28565 108 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError # Dartk Issue 28565
118 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01: Missing CompileTimeError 109 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01: Missing CompileTimeError
119 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02: Missing CompileTimeError 110 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02: Missing CompileTimeError
120 Language/Functions/Formal_Parameters/Optional_Formals/name_t01: MissingCompileTi meError 111 Language/Functions/Formal_Parameters/Optional_Formals/name_t01: MissingCompileTi meError
121 Language/Functions/Formal_Parameters/Optional_Formals/name_t02: MissingCompileTi meError 112 Language/Functions/Formal_Parameters/Optional_Formals/name_t02: MissingCompileTi meError
122 Language/Functions/Formal_Parameters/Required_Formals/syntax_t06: MissingCompile TimeError 113 Language/Functions/Formal_Parameters/Required_Formals/syntax_t06: MissingCompile TimeError
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError 224 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError
234 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError 225 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError
235 Language/Variables/final_t04: MissingCompileTimeError 226 Language/Variables/final_t04: MissingCompileTimeError
236 Language/Variables/final_t05: MissingCompileTimeError 227 Language/Variables/final_t05: MissingCompileTimeError
237 Language/Variables/final_t06: MissingCompileTimeError 228 Language/Variables/final_t06: MissingCompileTimeError
238 Language/Variables/final_t07: MissingCompileTimeError 229 Language/Variables/final_t07: MissingCompileTimeError
239 Language/Variables/local_variable_t01: MissingCompileTimeError 230 Language/Variables/local_variable_t01: MissingCompileTimeError
240 Language/Variables/local_variable_t04: MissingCompileTimeError 231 Language/Variables/local_variable_t04: MissingCompileTimeError
241 Language/Variables/local_variable_t05: MissingCompileTimeError 232 Language/Variables/local_variable_t05: MissingCompileTimeError
242 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries. 233 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries.
243 LibTest/core/Invocation/isAccessor_A01_t01: RuntimeError
244 LibTest/core/Invocation/isAccessor_A01_t02: RuntimeError
245 LibTest/core/Invocation/isGetter_A01_t01: RuntimeError
246 LibTest/core/Invocation/isGetter_A01_t02: RuntimeError
247 LibTest/core/Invocation/isMethod_A01_t01: RuntimeError
248 LibTest/core/Invocation/isMethod_A01_t02: RuntimeError
249 LibTest/core/Invocation/isSetter_A01_t01: RuntimeError
250 LibTest/core/Invocation/isSetter_A01_t02: RuntimeError
251 LibTest/core/Invocation/memberName_A01_t01: RuntimeError
252 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError
253 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError
254 LibTest/isolate/Isolate/spawnUri_A01_t06: Skip 234 LibTest/isolate/Isolate/spawnUri_A01_t06: Skip
255 235
256 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] 236 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
257 Language/Classes/Instance_Variables/constant_t01: Crash 237 Language/Classes/Instance_Variables/constant_t01: Crash
258 Language/Statements/Labels/scope_t01: Crash 238 Language/Statements/Labels/scope_t01: Crash
259 Language/Statements/Labels/scope_t07: Crash 239 Language/Statements/Labels/scope_t07: Crash
260 Language/Statements/Switch/syntax_t16: Crash 240 Language/Statements/Switch/syntax_t16: Crash
261 Language/Statements/Switch/syntax_t17: Crash 241 Language/Statements/Switch/syntax_t17: Crash
262 242
263 # dartk: JIT failures 243 # dartk: JIT failures
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError 320 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError
341 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError 321 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
342 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError 322 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
343 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError 323 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
344 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError 324 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
345 325
346 # Deferred loading kernel issue 28335. 326 # Deferred loading kernel issue 28335.
347 [ $compiler == dartk || $compiler == dartkp ] 327 [ $compiler == dartk || $compiler == dartkp ]
348 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335. 328 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335.
349 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335. 329 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335.
OLDNEW
« no previous file with comments | « runtime/lib/invocation_mirror_patch.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698