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

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

Issue 2567133002: Add support for the new function-type syntax. (Closed)
Patch Set: Fixes after rebase. 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
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
48 51
49 # dartk: JIT failures 52 # dartk: JIT failures
50 [ $compiler == dartk && $runtime == vm ] 53 [ $compiler == dartk && $runtime == vm ]
51 config_import_corelib_test: RuntimeError 54 config_import_corelib_test: RuntimeError
52 55
53 # dartk: precompilation failures 56 # dartk: precompilation failures
54 [ $compiler == dartkp && $runtime == dart_precompiled ] 57 [ $compiler == dartkp && $runtime == dart_precompiled ]
55 config_import_corelib_test: RuntimeError 58 config_import_corelib_test: RuntimeError
56 not_enough_positional_arguments_test/01: DartkCompileTimeError # Issue 28590 59 not_enough_positional_arguments_test/01: DartkCompileTimeError # Issue 28590
57 60
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 bad_raw_string_test/none: Skip # Issue 28680 247 bad_raw_string_test/none: Skip # Issue 28680
245 bad_raw_string_test/03: Skip # Issue 28680 248 bad_raw_string_test/03: Skip # Issue 28680
246 249
247 # Triaged checked mode failures 250 # Triaged checked mode failures
248 [ ($compiler == dartk || $compiler == dartkp) && $checked ] 251 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
249 language/regress_22728_test: Fail # Dartk Issue 28498 252 language/regress_22728_test: Fail # Dartk Issue 28498
250 253
251 # Slow (very slow!) during Gardening shift: 254 # Slow (very slow!) during Gardening shift:
252 [ $compiler == dartk && $runtime == vm && $mode == debug ] 255 [ $compiler == dartk && $runtime == vm && $mode == debug ]
253 vm/optimized_stacktrace_test: Skip # Issue 28788 256 vm/optimized_stacktrace_test: Skip # Issue 28788
OLDNEW
« tests/language/generic_function_typedef_test.dart ('K') | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698