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

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

Issue 3001433002: Migrating a block of dart 1 tests to dart 2 (Closed)
Patch Set: Fixed merge conflict characters Created 3 years, 4 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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 [ $mode == product ] 5 [ $mode == product ]
6 assertion_test: SkipByDesign # Requires checked mode. 6 assertion_test: SkipByDesign # Requires checked mode.
7 7
8 [ $compiler == none && $runtime == drt && !$checked ] 8 [ $compiler == none && $runtime == drt && !$checked ]
9 assertion_initializer_const_error2_test/cc02: Fail 9 assertion_initializer_const_error2_test/cc02: Fail
10 assertion_initializer_const_error_test/01: Fail 10 assertion_initializer_const_error_test/01: Fail
11 assertion_initializer_const_function_error_test/01: Fail 11 assertion_initializer_const_function_error_test/01: Fail
12 12
13 [ ! $checked ] 13 [ ! $checked ]
14 function_type/*: Skip # Needs checked mode. 14 function_type/*: Skip # Needs checked mode.
15 15
16 [ $hot_reload || $hot_reload_rollback ] 16 [ $hot_reload || $hot_reload_rollback ]
17 cha_deopt1_test: Crash # Requires deferred libraries 17 cha_deopt1_test: Crash # Requires deferred libraries
18 cha_deopt2_test: Crash # Requires deferred libraries 18 cha_deopt2_test: Crash # Requires deferred libraries
19 cha_deopt3_test: Crash # Requires deferred libraries 19 cha_deopt3_test: Crash # Requires deferred libraries
20
21 [ ! $strong ]
22 class_literal_static_test: SkipByDesign # Requires strong mode
23 class_override_test: SkipByDesign # Requires strong mode
24 closure_internals_test: SkipByDesign # Requires strong mode
25 closure_in_initializer_static_test: SkipByDesign # Requires strong mode
OLDNEW
« no previous file with comments | « tests/language_2/closure_shared_state_test.dart ('k') | tests/language_2/language_2_analyzer.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698