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

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

Issue 2916333002: Setup correct scope for initializers and complain about fields initialized more than once. (Closed)
Patch Set: More typos. 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
11 Language/Classes/Constructors/Factories/const_modifier_t02: MissingCompileTimeEr ror 11 Language/Classes/Constructors/Factories/const_modifier_t02: MissingCompileTimeEr ror
12 Language/Classes/Constructors/Factories/default_value_t01: MissingCompileTimeErr or 12 Language/Classes/Constructors/Factories/default_value_t01: MissingCompileTimeErr or
13 Language/Classes/Constructors/Factories/default_value_t02: MissingCompileTimeErr or 13 Language/Classes/Constructors/Factories/default_value_t02: MissingCompileTimeErr or
14 Language/Classes/Constructors/Factories/name_t01: MissingCompileTimeError 14 Language/Classes/Constructors/Factories/name_t01: MissingCompileTimeError
15 Language/Classes/Constructors/Factories/name_t03: MissingCompileTimeError 15 Language/Classes/Constructors/Factories/name_t03: MissingCompileTimeError
16 Language/Classes/Constructors/Factories/name_t04: MissingCompileTimeError 16 Language/Classes/Constructors/Factories/name_t04: MissingCompileTimeError
17 Language/Classes/Constructors/Factories/name_t05: MissingCompileTimeError 17 Language/Classes/Constructors/Factories/name_t05: MissingCompileTimeError
18 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: RuntimeError # Dartk Issue 28566
19 Language/Classes/Constructors/Generative_Constructors/execution_t04: MissingComp ileTimeError 18 Language/Classes/Constructors/Generative_Constructors/execution_t04: MissingComp ileTimeError
20 Language/Classes/Constructors/Generative_Constructors/execution_t05: MissingComp ileTimeError 19 Language/Classes/Constructors/Generative_Constructors/execution_t05: MissingComp ileTimeError
21 Language/Classes/Constructors/Generative_Constructors/execution_t06: MissingComp ileTimeError 20 Language/Classes/Constructors/Generative_Constructors/execution_t06: MissingComp ileTimeError
22 Language/Classes/Constructors/Generative_Constructors/execution_t07: MissingComp ileTimeError 21 Language/Classes/Constructors/Generative_Constructors/execution_t07: MissingComp ileTimeError
23 Language/Classes/Constructors/Generative_Constructors/execution_t09: MissingComp ileTimeError 22 Language/Classes/Constructors/Generative_Constructors/execution_t09: MissingComp ileTimeError
24 Language/Classes/Constructors/Generative_Constructors/execution_t12: MissingComp ileTimeError 23 Language/Classes/Constructors/Generative_Constructors/execution_t12: MissingComp ileTimeError
25 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t02: Miss ingCompileTimeError
26 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: RuntimeError # Dartk Issue 28566
27 Language/Classes/Constructors/Generative_Constructors/redirection_t02: MissingCo mpileTimeError 24 Language/Classes/Constructors/Generative_Constructors/redirection_t02: MissingCo mpileTimeError
28 Language/Classes/Constructors/Generative_Constructors/redirection_t03: MissingCo mpileTimeError 25 Language/Classes/Constructors/Generative_Constructors/redirection_t03: MissingCo mpileTimeError
29 Language/Classes/Constructors/Generative_Constructors/redirection_t07: MissingCo mpileTimeError 26 Language/Classes/Constructors/Generative_Constructors/redirection_t07: MissingCo mpileTimeError
30 Language/Classes/Constructors/Generative_Constructors/redirection_t08: MissingCo mpileTimeError 27 Language/Classes/Constructors/Generative_Constructors/redirection_t08: MissingCo mpileTimeError
31 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t02 : MissingCompileTimeError 28 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t02 : MissingCompileTimeError
32 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t03 : MissingCompileTimeError 29 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t03 : MissingCompileTimeError
33 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t05 : MissingCompileTimeError 30 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t05 : MissingCompileTimeError
34 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t06 : MissingCompileTimeError 31 Language/Classes/Constructors/Generative_Constructors/superclass_constructor_t06 : MissingCompileTimeError
35 Language/Classes/Constructors/Generative_Constructors/syntax_t04: MissingCompile TimeError 32 Language/Classes/Constructors/Generative_Constructors/syntax_t04: MissingCompile TimeError
36 Language/Classes/Constructors/Generative_Constructors/syntax_t05: MissingCompile TimeError 33 Language/Classes/Constructors/Generative_Constructors/syntax_t05: MissingCompile TimeError
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 Language/Types/Type_Declarations/Typedef/self_reference_t14: MissingCompileTimeE rror 225 Language/Types/Type_Declarations/Typedef/self_reference_t14: MissingCompileTimeE rror
229 Language/Types/Type_Declarations/Typedef/self_reference_t15: MissingCompileTimeE rror 226 Language/Types/Type_Declarations/Typedef/self_reference_t15: MissingCompileTimeE rror
230 Language/Types/Type_Declarations/Typedef/self_reference_t16: MissingCompileTimeE rror 227 Language/Types/Type_Declarations/Typedef/self_reference_t16: MissingCompileTimeE rror
231 Language/Types/Type_Declarations/Typedef/self_reference_t17: MissingCompileTimeE rror 228 Language/Types/Type_Declarations/Typedef/self_reference_t17: MissingCompileTimeE rror
232 Language/Types/Type_Void/syntax_t02: MissingCompileTimeError 229 Language/Types/Type_Void/syntax_t02: MissingCompileTimeError
233 Language/Variables/constant_variable_t05: MissingCompileTimeError 230 Language/Variables/constant_variable_t05: MissingCompileTimeError
234 Language/Variables/constant_variable_t06: MissingCompileTimeError 231 Language/Variables/constant_variable_t06: MissingCompileTimeError
235 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError 232 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError
236 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError 233 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError
237 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError 234 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError
238 Language/Variables/final_t01/01: MissingRuntimeError # Dartk Issue 28566
239 Language/Variables/final_t02/01: MissingRuntimeError # Dartk Issue 28566
240 Language/Variables/final_t04: MissingCompileTimeError 235 Language/Variables/final_t04: MissingCompileTimeError
241 Language/Variables/final_t05: MissingCompileTimeError 236 Language/Variables/final_t05: MissingCompileTimeError
242 Language/Variables/final_t06: MissingCompileTimeError 237 Language/Variables/final_t06: MissingCompileTimeError
243 Language/Variables/final_t07: MissingCompileTimeError 238 Language/Variables/final_t07: MissingCompileTimeError
244 Language/Variables/local_variable_t01: MissingCompileTimeError 239 Language/Variables/local_variable_t01: MissingCompileTimeError
245 Language/Variables/local_variable_t04: MissingCompileTimeError 240 Language/Variables/local_variable_t04: MissingCompileTimeError
246 Language/Variables/local_variable_t05: MissingCompileTimeError 241 Language/Variables/local_variable_t05: MissingCompileTimeError
247 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries. 242 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries.
248 LibTest/core/Invocation/isAccessor_A01_t01: RuntimeError 243 LibTest/core/Invocation/isAccessor_A01_t01: RuntimeError
249 LibTest/core/Invocation/isAccessor_A01_t02: RuntimeError 244 LibTest/core/Invocation/isAccessor_A01_t02: RuntimeError
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError 340 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError
346 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError 341 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
347 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError 342 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
348 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError 343 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
349 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError 344 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
350 345
351 # Deferred loading kernel issue 28335. 346 # Deferred loading kernel issue 28335.
352 [ $compiler == dartk || $compiler == dartkp ] 347 [ $compiler == dartk || $compiler == dartkp ]
353 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335. 348 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335.
354 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335. 349 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335.
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/unhandled_listener.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698