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

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

Issue 2801853006: Produce a compile-time error if there's no main method. (Closed)
Patch Set: Created 3 years, 8 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/fasta.dart ('k') | tests/isolate/isolate.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/potentially_constant_express ion_t02: MissingCompileTimeError 8 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError
9 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError 9 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError
10 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError 10 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries. 195 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries.
196 Language/Libraries_and_Scripts/Imports/syntax_t41: MissingCompileTimeError 196 Language/Libraries_and_Scripts/Imports/syntax_t41: MissingCompileTimeError
197 Language/Libraries_and_Scripts/Parts/compilation_t11: MissingCompileTimeError 197 Language/Libraries_and_Scripts/Parts/compilation_t11: MissingCompileTimeError
198 Language/Libraries_and_Scripts/Parts/syntax_t01: MissingCompileTimeError 198 Language/Libraries_and_Scripts/Parts/syntax_t01: MissingCompileTimeError
199 Language/Libraries_and_Scripts/Scripts/syntax_t05: MissingCompileTimeError 199 Language/Libraries_and_Scripts/Scripts/syntax_t05: MissingCompileTimeError
200 Language/Libraries_and_Scripts/Scripts/syntax_t06: MissingCompileTimeError 200 Language/Libraries_and_Scripts/Scripts/syntax_t06: MissingCompileTimeError
201 Language/Libraries_and_Scripts/Scripts/syntax_t07: MissingCompileTimeError 201 Language/Libraries_and_Scripts/Scripts/syntax_t07: MissingCompileTimeError
202 Language/Libraries_and_Scripts/Scripts/syntax_t08: MissingCompileTimeError 202 Language/Libraries_and_Scripts/Scripts/syntax_t08: MissingCompileTimeError
203 Language/Libraries_and_Scripts/Scripts/syntax_t10: MissingCompileTimeError 203 Language/Libraries_and_Scripts/Scripts/syntax_t10: MissingCompileTimeError
204 Language/Libraries_and_Scripts/Scripts/syntax_t14: MissingCompileTimeError 204 Language/Libraries_and_Scripts/Scripts/syntax_t14: MissingCompileTimeError
205 Language/Libraries_and_Scripts/Scripts/top_level_main_t01: Crash
206 Language/Libraries_and_Scripts/definition_syntax_t01: MissingCompileTimeError 205 Language/Libraries_and_Scripts/definition_syntax_t01: MissingCompileTimeError
207 Language/Libraries_and_Scripts/definition_syntax_t03: MissingCompileTimeError 206 Language/Libraries_and_Scripts/definition_syntax_t03: MissingCompileTimeError
208 Language/Libraries_and_Scripts/definition_syntax_t04: MissingCompileTimeError 207 Language/Libraries_and_Scripts/definition_syntax_t04: MissingCompileTimeError
209 Language/Libraries_and_Scripts/definition_syntax_t05: MissingCompileTimeError 208 Language/Libraries_and_Scripts/definition_syntax_t05: MissingCompileTimeError
210 Language/Libraries_and_Scripts/definition_syntax_t06: MissingCompileTimeError 209 Language/Libraries_and_Scripts/definition_syntax_t06: MissingCompileTimeError
211 Language/Libraries_and_Scripts/definition_syntax_t07: MissingCompileTimeError 210 Language/Libraries_and_Scripts/definition_syntax_t07: MissingCompileTimeError
212 Language/Libraries_and_Scripts/definition_syntax_t08: MissingCompileTimeError 211 Language/Libraries_and_Scripts/definition_syntax_t08: MissingCompileTimeError
213 Language/Libraries_and_Scripts/definition_syntax_t09: MissingCompileTimeError 212 Language/Libraries_and_Scripts/definition_syntax_t09: MissingCompileTimeError
214 Language/Libraries_and_Scripts/definition_syntax_t10: MissingCompileTimeError 213 Language/Libraries_and_Scripts/definition_syntax_t10: MissingCompileTimeError
215 Language/Libraries_and_Scripts/private_access_t03: RuntimeError 214 Language/Libraries_and_Scripts/private_access_t03: RuntimeError
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError 454 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError
456 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError 455 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
457 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError 456 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
458 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError 457 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
459 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError 458 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
460 459
461 # Deferred loading kernel issue 28335. 460 # Deferred loading kernel issue 28335.
462 [ $compiler == dartk || $compiler == dartkp ] 461 [ $compiler == dartk || $compiler == dartkp ]
463 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335. 462 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335.
464 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335. 463 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/fasta.dart ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698