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

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

Issue 2640853005: Make Analyzer, VM and dart2js accept URI strings as part-of library identifier. (Closed)
Patch Set: Status fixes 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 | « runtime/vm/parser.cc ('k') | tests/language/part_of_uri2_part.dart » ('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 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 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 unsupported_operators_test/03: MissingCompileTimeError 773 unsupported_operators_test/03: MissingCompileTimeError
774 unsupported_operators_test/04: MissingCompileTimeError 774 unsupported_operators_test/04: MissingCompileTimeError
775 vm/closure_memory_retention_test: Skip # Hits OOM 775 vm/closure_memory_retention_test: Skip # Hits OOM
776 776
777 # dartk: precompilation failures (debug) 777 # dartk: precompilation failures (debug)
778 [ $compiler == dartkp && $mode == debug ] 778 [ $compiler == dartkp && $mode == debug ]
779 external_test/13: Crash 779 external_test/13: Crash
780 final_syntax_test/09: Crash 780 final_syntax_test/09: Crash
781 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 781 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
782 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 782 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
783
784 [$compiler == dartk && $runtime == vm]
785 part_of_uri_test: DartkCrash
786 part_of_uri2_test: Crash
787 [$compiler == dartkp && $runtime == dart_precompiled]
788 part_of_uri_test: DartkCrash
789 part_of_uri2_test: Crash
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/part_of_uri2_part.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698