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

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

Issue 2631513004: Revert "Add a few more tests." (Closed)
Patch Set: Created 3 years, 11 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_analyzer2.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 30 matching lines...) Expand all
41 no_main_test/01: DartkCrash 41 no_main_test/01: DartkCrash
42 not_enough_positional_arguments_test/01: DartkCompileTimeError 42 not_enough_positional_arguments_test/01: DartkCompileTimeError
43 regress_27617_test/1: MissingCompileTimeError 43 regress_27617_test/1: MissingCompileTimeError
44 super_call3_test/01: DartkCrash 44 super_call3_test/01: DartkCrash
45 type_variable_conflict2_test/02: MissingCompileTimeError 45 type_variable_conflict2_test/02: MissingCompileTimeError
46 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError 46 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError
47 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError 47 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError
48 vm/reflect_core_vm_test: DartkCompileTimeError 48 vm/reflect_core_vm_test: DartkCompileTimeError
49 vm/regress_27201_test: DartkCompileTimeError 49 vm/regress_27201_test: DartkCompileTimeError
50 vm/regress_28325_test: RuntimeError # Issue 28055. 50 vm/regress_28325_test: RuntimeError # Issue 28055.
51 covariant_test/06: MissingCompileTimeError # 28166 51 covariant_test/none: CompileTimeError # Issue 28166
52 covariant_test/06b: MissingCompileTimeError # 28166
53 covariant_test/07: MissingCompileTimeError # 28166
54 covariant_test/08: MissingCompileTimeError # 28166
55 covariant_test/11: MissingCompileTimeError # 28166
56 covariant_test/15: MissingCompileTimeError # 28166
57 covariant_test/26: MissingCompileTimeError # 28166
58 covariant_test/26b: MissingCompileTimeError # 28166
59 covariant_test/27: MissingCompileTimeError # 28166
60 covariant_test/28: MissingCompileTimeError # 28166
61 covariant_test/31: MissingCompileTimeError # 28166
62 covariant_test/35: MissingCompileTimeError # 28166
63 covariant_test/40: DartkCompileTimeError # 28166
64 covariant_test/40b: DartkCompileTimeError # 28166
65 covariant_test/42: DartkCompileTimeError # 28166
66 covariant_test/46: MissingCompileTimeError # 28166
67 covariant_test/46b: MissingCompileTimeError # 28166
68 covariant_test/47: MissingCompileTimeError # 28166
69 covariant_test/51: MissingCompileTimeError # 28166
70 covariant_test/52: DartkCompileTimeError # 28166
71 covariant_test/54: DartkCompileTimeError # 28166
72 covariant_test/55: MissingCompileTimeError # 28166
73 covariant_test/56: DartkCompileTimeError # 28166
74 covariant_override_test: DartkCrash # Issue 28166 52 covariant_override_test: DartkCrash # Issue 28166
75 53
76 # dartk: JIT failures 54 # dartk: JIT failures
77 [ $compiler == dartk && $runtime == vm ] 55 [ $compiler == dartk && $runtime == vm ]
78 config_import_corelib_test: RuntimeError 56 config_import_corelib_test: RuntimeError
79 enum_syntax_test/05: MissingCompileTimeError 57 enum_syntax_test/05: MissingCompileTimeError
80 reify_typevar_static_test/00: MissingCompileTimeError 58 reify_typevar_static_test/00: MissingCompileTimeError
81 type_variable_conflict2_test/06: MissingCompileTimeError 59 type_variable_conflict2_test/06: MissingCompileTimeError
82 type_variable_conflict2_test/08: MissingCompileTimeError 60 type_variable_conflict2_test/08: MissingCompileTimeError
83 type_variable_conflict2_test/10: MissingCompileTimeError 61 type_variable_conflict2_test/10: MissingCompileTimeError
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 232
255 # dartk: precompilation failures 233 # dartk: precompilation failures
256 [ $compiler == dartkp && $runtime == dart_precompiled ] 234 [ $compiler == dartkp && $runtime == dart_precompiled ]
257 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 235 if_null_assignment_static_test/35: Crash # Dartk Issue 28302
258 string_interpolation7_test: RuntimeError # Dartk Issue 28306 236 string_interpolation7_test: RuntimeError # Dartk Issue 28306
259 237
260 # dartk: precompilation failures (debug) 238 # dartk: precompilation failures (debug)
261 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 239 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
262 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 240 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
263 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 241 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698