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

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

Issue 2680863005: Mark language/bad_raw_string_test/{none,03} as failing on dartk. (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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 224
225 # New failures after respecting VMOptions in test files 225 # New failures after respecting VMOptions in test files
226 [ $compiler == dartk && $runtime == vm ] 226 [ $compiler == dartk && $runtime == vm ]
227 hello_dart_test: CompileTimeError # VMOptions=--compile-all causes us to hit "n ative function VMServiceIO_Shutdown cannot be resolved" 227 hello_dart_test: CompileTimeError # VMOptions=--compile-all causes us to hit "n ative function VMServiceIO_Shutdown cannot be resolved"
228 ct_const2_test: Pass, CompileTimeError # VMOptions=--compile-all causes us to h it "native function VMServiceIO_Shutdown cannot be resolved" 228 ct_const2_test: Pass, CompileTimeError # VMOptions=--compile-all causes us to h it "native function VMServiceIO_Shutdown cannot be resolved"
229 229
230 # Failures during Gardening shift: To be triaged! 230 # Failures during Gardening shift: To be triaged!
231 [ $compiler == dartk || $compiler == dartkp ] 231 [ $compiler == dartk || $compiler == dartkp ]
232 runtime_type_function_test: RuntimeError 232 runtime_type_function_test: RuntimeError
233 233
234 [ $compiler == dartkp ]
235 bad_raw_string_test/none: Skip # Issue 28680
236 bad_raw_string_test/03: Skip # Issue 28680
237
234 # Triaged checked mode failures 238 # Triaged checked mode failures
235 [ ($compiler == dartk || $compiler == dartkp) && $checked ] 239 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
236 language/regress_22728_test: Fail # Dartk Issue 28498 240 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