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

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

Issue 2681123003: Mark deferred loading test as failing for vm-kernel-precompiled (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 | « no previous file | 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 library_env_test/has_no_mirror_support: RuntimeError 201 library_env_test/has_no_mirror_support: RuntimeError
202 redirecting_factory_reflection_test: RuntimeError 202 redirecting_factory_reflection_test: RuntimeError
203 203
204 # dartk: JIT failures (debug) 204 # dartk: JIT failures (debug)
205 [ $compiler == dartk && $runtime == vm && $mode == debug ] 205 [ $compiler == dartk && $runtime == vm && $mode == debug ]
206 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 206 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
207 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 207 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
208 208
209 # dartk: precompilation failures 209 # dartk: precompilation failures
210 [ $compiler == dartkp && $runtime == dart_precompiled ] 210 [ $compiler == dartkp && $runtime == dart_precompiled ]
211 deferred_regression_28678_test: Fail # Issue 28335
Kevin Millikin (Google) 2017/02/09 09:54:07 Fail ==> RuntimeError
211 212
212 # dartk: precompilation failures (debug) 213 # dartk: precompilation failures (debug)
213 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 214 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
214 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 215 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
215 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 216 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
216 217
217 # New failures after respecting VMOptions in test files 218 # New failures after respecting VMOptions in test files
218 [ $compiler == dartk || $compiler == dartkp ] 219 [ $compiler == dartk || $compiler == dartkp ]
219 vm/regress_27671_test: RuntimeError 220 vm/regress_27671_test: RuntimeError
220 221
(...skipping 10 matching lines...) Expand all
231 [ $compiler == dartk || $compiler == dartkp ] 232 [ $compiler == dartk || $compiler == dartkp ]
232 runtime_type_function_test: RuntimeError 233 runtime_type_function_test: RuntimeError
233 234
234 [ $compiler == dartkp ] 235 [ $compiler == dartkp ]
235 bad_raw_string_test/none: Skip # Issue 28680 236 bad_raw_string_test/none: Skip # Issue 28680
236 bad_raw_string_test/03: Skip # Issue 28680 237 bad_raw_string_test/03: Skip # Issue 28680
237 238
238 # Triaged checked mode failures 239 # Triaged checked mode failures
239 [ ($compiler == dartk || $compiler == dartkp) && $checked ] 240 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
240 language/regress_22728_test: Fail # Dartk Issue 28498 241 language/regress_22728_test: Fail # Dartk Issue 28498
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698