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

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

Issue 2747173002: Handle 'part of' declarations with URI correctly in Fasta. (Closed)
Patch Set: Address comments. Created 3 years, 9 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 abstract_beats_arguments_test: RuntimeError 6 abstract_beats_arguments_test: RuntimeError
7 abstract_runtime_error_test/01: RuntimeError 7 abstract_runtime_error_test/01: RuntimeError
8 abstract_runtime_error_test/02: RuntimeError 8 abstract_runtime_error_test/02: RuntimeError
9 accessor_conflict_export2_test: RuntimeError 9 accessor_conflict_export2_test: RuntimeError
10 accessor_conflict_export_test: RuntimeError 10 accessor_conflict_export_test: RuntimeError
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 setter_declaration_negative_test: Crash 706 setter_declaration_negative_test: Crash
707 try_catch_syntax_test/05: Crash 707 try_catch_syntax_test/05: Crash
708 vm/closure_memory_retention_test: Skip # Hits OOM 708 vm/closure_memory_retention_test: Skip # Hits OOM
709 709
710 # dartk: precompilation failures (debug) 710 # dartk: precompilation failures (debug)
711 [ $compiler == dartkp && $mode == debug ] 711 [ $compiler == dartkp && $mode == debug ]
712 external_test/13: Crash 712 external_test/13: Crash
713 final_syntax_test/09: Crash 713 final_syntax_test/09: Crash
714 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 714 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
715 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 715 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
716
717 [$compiler == dartk && $runtime == vm]
718 part_of_uri_test: DartkCrash
719 part_of_uri2_test: Crash
720 [$compiler == dartkp && $runtime == dart_precompiled]
721 part_of_uri_test: DartkCrash
722 part_of_uri2_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