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

Side by Side Diff: tests/language/language_kernel.status

Issue 2780543002: Handle complicated imports. (Closed)
Patch Set: Fix infinite loop. 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/source/source_library_builder.dart ('k') | no next file » | 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 accessor_conflict_import2_test: RuntimeError
7 application_negative_test: Crash 6 application_negative_test: Crash
8 arg_param_trailing_comma_test/107: MissingCompileTimeError 7 arg_param_trailing_comma_test/107: MissingCompileTimeError
9 await_for_test: RuntimeError 8 await_for_test: RuntimeError
10 bad_constructor_test/05: CompileTimeError 9 bad_constructor_test/05: CompileTimeError
11 bad_initializer1_negative_test: Crash 10 bad_initializer1_negative_test: Crash
12 bad_raw_string_negative_test: Fail 11 bad_raw_string_negative_test: Fail
13 body_less_constructor_wrong_arg_negative_test: Crash 12 body_less_constructor_wrong_arg_negative_test: Crash
14 built_in_identifier_test/01: CompileTimeError 13 built_in_identifier_test/01: CompileTimeError
15 call_nonexistent_static_test/01: CompileTimeError 14 call_nonexistent_static_test/01: CompileTimeError
16 call_nonexistent_static_test/04: CompileTimeError 15 call_nonexistent_static_test/04: CompileTimeError
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 try_catch_syntax_test/05: Crash 536 try_catch_syntax_test/05: Crash
538 537
539 # dartk: precompilation failures (debug) 538 # dartk: precompilation failures (debug)
540 [ $compiler == dartkp && $mode == debug ] 539 [ $compiler == dartkp && $mode == debug ]
541 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 540 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
542 external_test/13: Crash 541 external_test/13: Crash
543 final_syntax_test/09: Crash 542 final_syntax_test/09: Crash
544 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 543 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
545 regress_22445_test: Crash 544 regress_22445_test: Crash
546 regress_23498_test: Crash 545 regress_23498_test: Crash
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/source_library_builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698