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

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

Issue 2710973002: Revert "Add support for the new function-type syntax." (Closed)
Patch Set: Created 3 years, 10 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 | « tests/language/language_dart2js.status ('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 # 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 || $compiler == dartkp ] 6 [ $compiler == dartk || $compiler == dartkp ]
7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312
8 8
9 ############################################################################### 9 ###############################################################################
10 # Dartk Entries 10 # Dartk Entries
(...skipping 27 matching lines...) Expand all
38 multiline_newline_test/04: MissingCompileTimeError 38 multiline_newline_test/04: MissingCompileTimeError
39 multiline_newline_test/05: MissingCompileTimeError 39 multiline_newline_test/05: MissingCompileTimeError
40 multiline_newline_test/06: MissingCompileTimeError 40 multiline_newline_test/06: MissingCompileTimeError
41 regress_27617_test/1: MissingCompileTimeError 41 regress_27617_test/1: MissingCompileTimeError
42 type_variable_conflict2_test/02: MissingCompileTimeError 42 type_variable_conflict2_test/02: MissingCompileTimeError
43 vm/debug_break_enabled_vm_test/01: CompileTimeError 43 vm/debug_break_enabled_vm_test/01: CompileTimeError
44 vm/debug_break_enabled_vm_test/none: CompileTimeError 44 vm/debug_break_enabled_vm_test/none: CompileTimeError
45 vm/reflect_core_vm_test: CompileTimeError 45 vm/reflect_core_vm_test: CompileTimeError
46 vm/regress_27201_test: CompileTimeError 46 vm/regress_27201_test: CompileTimeError
47 vm/regress_28325_test: RuntimeError # Issue 28055. 47 vm/regress_28325_test: RuntimeError # Issue 28055.
48 generic_function_typedef2_test: DartkCrash # Issue 27969
49 generic_function_typedef_test: DartkCrash # Issue 27969
50 function_type/function_type*: DartkCrash # Issue 27969
51 48
52 # dartk: JIT failures 49 # dartk: JIT failures
53 [ $compiler == dartk && $runtime == vm ] 50 [ $compiler == dartk && $runtime == vm ]
54 config_import_corelib_test: RuntimeError 51 config_import_corelib_test: RuntimeError
55 52
56 # dartk: precompilation failures 53 # dartk: precompilation failures
57 [ $compiler == dartkp && $runtime == dart_precompiled ] 54 [ $compiler == dartkp && $runtime == dart_precompiled ]
58 config_import_corelib_test: RuntimeError 55 config_import_corelib_test: RuntimeError
59 not_enough_positional_arguments_test/01: DartkCompileTimeError # Issue 28590 56 not_enough_positional_arguments_test/01: DartkCompileTimeError # Issue 28590
60 57
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 bad_raw_string_test/none: Skip # Issue 28680 244 bad_raw_string_test/none: Skip # Issue 28680
248 bad_raw_string_test/03: Skip # Issue 28680 245 bad_raw_string_test/03: Skip # Issue 28680
249 246
250 # Triaged checked mode failures 247 # Triaged checked mode failures
251 [ ($compiler == dartk || $compiler == dartkp) && $checked ] 248 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
252 language/regress_22728_test: Fail # Dartk Issue 28498 249 language/regress_22728_test: Fail # Dartk Issue 28498
253 250
254 # Slow (very slow!) during Gardening shift: 251 # Slow (very slow!) during Gardening shift:
255 [ $compiler == dartk && $runtime == vm && $mode == debug ] 252 [ $compiler == dartk && $runtime == vm && $mode == debug ]
256 vm/optimized_stacktrace_test: Skip # Issue 28788 253 vm/optimized_stacktrace_test: Skip # Issue 28788
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698