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

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

Issue 2930093002: Complain about external methods with a body. (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 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t08: MissingCompileTimeError # Issue 24332 96 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t08: MissingCompileTimeError # Issue 24332
97 Language/Expressions/This/placement_t04: MissingCompileTimeError 97 Language/Expressions/This/placement_t04: MissingCompileTimeError
98 Language/Expressions/Throw/syntax_t02: MissingCompileTimeError 98 Language/Expressions/Throw/syntax_t02: MissingCompileTimeError
99 Language/Expressions/Type_Cast/syntax_t01: RuntimeError 99 Language/Expressions/Type_Cast/syntax_t01: RuntimeError
100 Language/Expressions/Type_Test/evaluation_t10: RuntimeError # Kernel Issue 28335 (deferred libraries) 100 Language/Expressions/Type_Test/evaluation_t10: RuntimeError # Kernel Issue 28335 (deferred libraries)
101 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError # Dartk Issue 28565 101 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError # Dartk Issue 28565
102 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01: Missing CompileTimeError 102 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01: Missing CompileTimeError
103 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02: Missing CompileTimeError 103 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02: Missing CompileTimeError
104 Language/Functions/Formal_Parameters/Required_Formals/syntax_t06: MissingCompile TimeError 104 Language/Functions/Formal_Parameters/Required_Formals/syntax_t06: MissingCompile TimeError
105 Language/Functions/Formal_Parameters/Required_Formals/syntax_t07: MissingCompile TimeError 105 Language/Functions/Formal_Parameters/Required_Formals/syntax_t07: MissingCompile TimeError
106 Language/Functions/Function_Declarations/external_function_t01: MissingCompileTi meError
107 Language/Functions/Function_Declarations/external_function_t02: MissingCompileTi meError
108 Language/Libraries_and_Scripts/Exports/reexport_t01: MissingCompileTimeError 106 Language/Libraries_and_Scripts/Exports/reexport_t01: MissingCompileTimeError
109 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: CompileTimeErro r 107 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: CompileTimeErro r
110 Language/Libraries_and_Scripts/Imports/invalid_uri_t01: MissingCompileTimeError 108 Language/Libraries_and_Scripts/Imports/invalid_uri_t01: MissingCompileTimeError
111 Language/Libraries_and_Scripts/Imports/same_name_t10: RuntimeError 109 Language/Libraries_and_Scripts/Imports/same_name_t10: RuntimeError
112 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries. 110 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries.
113 Language/Libraries_and_Scripts/Imports/syntax_t41: MissingCompileTimeError 111 Language/Libraries_and_Scripts/Imports/syntax_t41: MissingCompileTimeError
114 Language/Libraries_and_Scripts/Parts/compilation_t11: MissingCompileTimeError 112 Language/Libraries_and_Scripts/Parts/compilation_t11: MissingCompileTimeError
115 Language/Libraries_and_Scripts/Parts/syntax_t01: MissingCompileTimeError 113 Language/Libraries_and_Scripts/Parts/syntax_t01: MissingCompileTimeError
116 Language/Libraries_and_Scripts/Scripts/syntax_t05: MissingCompileTimeError 114 Language/Libraries_and_Scripts/Scripts/syntax_t05: MissingCompileTimeError
117 Language/Libraries_and_Scripts/Scripts/syntax_t06: MissingCompileTimeError 115 Language/Libraries_and_Scripts/Scripts/syntax_t06: MissingCompileTimeError
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError 287 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError
290 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError 288 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
291 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError 289 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
292 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError 290 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
293 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError 291 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
294 292
295 # Deferred loading kernel issue 28335. 293 # Deferred loading kernel issue 28335.
296 [ $compiler == dartk || $compiler == dartkp ] 294 [ $compiler == dartk || $compiler == dartkp ]
297 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335. 295 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335.
298 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335. 296 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698