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

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

Issue 2556433004: Disallow deprecated typedef syntax for mixin apps in the VM (fixes #14410). (Closed)
Patch Set: dedup test 13 Created 4 years 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 | « tests/language/language_dart2js.status ('k') | tests/language/mixin_illegal_syntax_test.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 # These tests currently take too long. Remove when they are fixed. 5 # These tests currently take too long. Remove when they are fixed.
6 [ $compiler == dartk ] 6 [ $compiler == dartk ]
7 large_class_declaration_test: Skip 7 large_class_declaration_test: Skip
8 large_implicit_getter_test: Skip 8 large_implicit_getter_test: Skip
9 larger_implicit_getter_test: Skip 9 larger_implicit_getter_test: Skip
10 10
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 mixin_illegal_superclass_test/21: DartkMissingCompileTimeError 68 mixin_illegal_superclass_test/21: DartkMissingCompileTimeError
69 mixin_illegal_superclass_test/22: DartkMissingCompileTimeError 69 mixin_illegal_superclass_test/22: DartkMissingCompileTimeError
70 mixin_illegal_superclass_test/23: DartkMissingCompileTimeError 70 mixin_illegal_superclass_test/23: DartkMissingCompileTimeError
71 mixin_illegal_superclass_test/24: DartkMissingCompileTimeError 71 mixin_illegal_superclass_test/24: DartkMissingCompileTimeError
72 mixin_illegal_superclass_test/25: DartkMissingCompileTimeError 72 mixin_illegal_superclass_test/25: DartkMissingCompileTimeError
73 mixin_illegal_superclass_test/26: DartkMissingCompileTimeError 73 mixin_illegal_superclass_test/26: DartkMissingCompileTimeError
74 mixin_illegal_superclass_test/27: DartkMissingCompileTimeError 74 mixin_illegal_superclass_test/27: DartkMissingCompileTimeError
75 mixin_illegal_superclass_test/28: DartkMissingCompileTimeError 75 mixin_illegal_superclass_test/28: DartkMissingCompileTimeError
76 mixin_illegal_superclass_test/29: DartkMissingCompileTimeError 76 mixin_illegal_superclass_test/29: DartkMissingCompileTimeError
77 mixin_illegal_superclass_test/30: DartkMissingCompileTimeError 77 mixin_illegal_superclass_test/30: DartkMissingCompileTimeError
78 mixin_illegal_syntax_test/13: DartkCompileTimeError
79 mixin_illegal_syntax_test/none: DartkCompileTimeError
80 multiline_newline_test/01: DartkCompileTimeError 78 multiline_newline_test/01: DartkCompileTimeError
81 multiline_newline_test/02: DartkCompileTimeError 79 multiline_newline_test/02: DartkCompileTimeError
82 multiline_newline_test/03: DartkCompileTimeError 80 multiline_newline_test/03: DartkCompileTimeError
83 multiline_newline_test/04: DartkMissingCompileTimeError 81 multiline_newline_test/04: DartkMissingCompileTimeError
84 multiline_newline_test/05: DartkMissingCompileTimeError 82 multiline_newline_test/05: DartkMissingCompileTimeError
85 multiline_newline_test/06: DartkMissingCompileTimeError 83 multiline_newline_test/06: DartkMissingCompileTimeError
86 no_main_test/01: DartkCrash 84 no_main_test/01: DartkCrash
87 not_enough_positional_arguments_test/01: DartkCompileTimeError 85 not_enough_positional_arguments_test/01: DartkCompileTimeError
88 regress_27617_test/1: DartkMissingCompileTimeError 86 regress_27617_test/1: DartkMissingCompileTimeError
89 super_call3_test/01: DartkCrash 87 super_call3_test/01: DartkCrash
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 stack_trace_test: RuntimeError 435 stack_trace_test: RuntimeError
438 string_interpolation7_test: RuntimeError 436 string_interpolation7_test: RuntimeError
439 super_call4_test: RuntimeError 437 super_call4_test: RuntimeError
440 438
441 # dartk: precompilation failures (debug) 439 # dartk: precompilation failures (debug)
442 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 440 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
443 constructor_named_arguments_test/01: Crash 441 constructor_named_arguments_test/01: Crash
444 generic_sends_test: Crash 442 generic_sends_test: Crash
445 not_enough_positional_arguments_test/05: Crash 443 not_enough_positional_arguments_test/05: Crash
446 enum_syntax_test/05: Crash 444 enum_syntax_test/05: Crash
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | tests/language/mixin_illegal_syntax_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698