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

Side by Side Diff: tests/corelib/corelib.status

Issue 2792033002: [kernel] vm: Fix a few issues in the kernel flow graph builder, update status file for checked-mode (Closed)
Patch Set: addressed comments Created 3 years, 8 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/co19/co19-kernel.status ('k') | tests/language/language_kernel.status » ('j') | 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_test: Skip 7 bool_from_environment_test: Skip
8 from_environment_const_type_test: Skip 8 from_environment_const_type_test: Skip
9 from_environment_const_type_undefined_test: Skip 9 from_environment_const_type_undefined_test: Skip
10 int_from_environment2_test: Skip 10 int_from_environment2_test: Skip
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 symbol_reserved_word_test/06: RuntimeError 296 symbol_reserved_word_test/06: RuntimeError
297 symbol_reserved_word_test/07: MissingCompileTimeError 297 symbol_reserved_word_test/07: MissingCompileTimeError
298 symbol_reserved_word_test/09: RuntimeError 298 symbol_reserved_word_test/09: RuntimeError
299 symbol_reserved_word_test/10: MissingCompileTimeError 299 symbol_reserved_word_test/10: MissingCompileTimeError
300 symbol_reserved_word_test/12: RuntimeError 300 symbol_reserved_word_test/12: RuntimeError
301 symbol_test/01: MissingCompileTimeError 301 symbol_test/01: MissingCompileTimeError
302 symbol_test/02: MissingCompileTimeError 302 symbol_test/02: MissingCompileTimeError
303 symbol_test/03: MissingCompileTimeError 303 symbol_test/03: MissingCompileTimeError
304 symbol_test/none: RuntimeError 304 symbol_test/none: RuntimeError
305 unicode_test: RuntimeError 305 unicode_test: RuntimeError
306
307 # dartk: checked mode failures
308 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
309 symbol_test/01: Pass
310 symbol_test/02: Pass
311 from_environment_const_type_test/02: MissingCompileTimeError
312 from_environment_const_type_test/03: MissingCompileTimeError
313 from_environment_const_type_test/04: MissingCompileTimeError
314 from_environment_const_type_test/06: MissingCompileTimeError
315 from_environment_const_type_test/07: MissingCompileTimeError
316 from_environment_const_type_test/08: MissingCompileTimeError
317 from_environment_const_type_test/09: MissingCompileTimeError
318 from_environment_const_type_test/11: MissingCompileTimeError
319 from_environment_const_type_test/12: MissingCompileTimeError
320 from_environment_const_type_test/13: MissingCompileTimeError
321 from_environment_const_type_test/14: MissingCompileTimeError
322 from_environment_const_type_test/16: MissingCompileTimeError
323 from_environment_const_type_undefined_test/02: MissingCompileTimeError
324 from_environment_const_type_undefined_test/03: MissingCompileTimeError
325 from_environment_const_type_undefined_test/04: MissingCompileTimeError
326 from_environment_const_type_undefined_test/06: MissingCompileTimeError
327 from_environment_const_type_undefined_test/07: MissingCompileTimeError
328 from_environment_const_type_undefined_test/08: MissingCompileTimeError
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698