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

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

Issue 3001803002: Migrate block 114 (and some of 113). (Closed)
Patch Set: 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 generic_test: SkipByDesign # Requires checked mode.
7 8
8 [ $compiler == none && $runtime == drt && !$checked ] 9 [ $compiler == none && $runtime == drt && !$checked ]
9 assertion_initializer_const_error2_test/cc02: Fail 10 assertion_initializer_const_error2_test/cc02: Fail
10 assertion_initializer_const_error_test/01: Fail 11 assertion_initializer_const_error_test/01: Fail
11 assertion_initializer_const_function_error_test/01: Fail 12 assertion_initializer_const_function_error_test/01: Fail
12 13
13 [ ! $checked ] 14 [ ! $checked ]
14 function_type/*: Skip # Needs checked mode. 15 function_type/*: Skip # Needs checked mode.
15 16
16 [ $hot_reload || $hot_reload_rollback ] 17 [ $hot_reload || $hot_reload_rollback ]
17 cha_deopt1_test: Crash # Requires deferred libraries 18 cha_deopt1_test: Crash # Requires deferred libraries
18 cha_deopt2_test: Crash # Requires deferred libraries 19 cha_deopt2_test: Crash # Requires deferred libraries
19 cha_deopt3_test: Crash # Requires deferred libraries 20 cha_deopt3_test: Crash # Requires deferred libraries
20 21
21 [ ! $checked && ! $strong ] 22 [ ! $checked && ! $strong ]
22 closure_type_test: RuntimeError 23 closure_type_test: RuntimeError
23 24
24 [ ! $strong ] 25 [ ! $strong ]
25 class_literal_static_test: MissingCompileTimeError # Requires strong mode 26 class_literal_static_test: MissingCompileTimeError # Requires strong mode
26 class_literal_static_test/none: Pass 27 class_literal_static_test/none: Pass
27 class_override_test: MissingCompileTimeError # Requires strong mode 28 class_override_test: MissingCompileTimeError # Requires strong mode
28 closure_internals_test/01: MissingCompileTimeError # Requires strong mode 29 closure_internals_test/01: MissingCompileTimeError # Requires strong mode
29 closure_internals_test/02: MissingCompileTimeError # Requires strong mode 30 closure_internals_test/02: MissingCompileTimeError # Requires strong mode
30 closure_internals_test/03: MissingCompileTimeError # Requires strong mode 31 closure_internals_test/03: MissingCompileTimeError # Requires strong mode
32
33 [ $strong ]
34 generic_list_checked_test: Skip
Jennifer Messerly 2017/08/17 06:22:45 why are these skipped?
bkonyi 2017/08/22 08:09:29 This section should be removed and the tests made
Bob Nystrom 2017/08/24 01:00:26 Ben's right. This was a mistake on my part. Fixed!
35 generic_tearoff_test: Skip
36 generic_test: Skip
37 generics_test: Skip
38 get_set_syntax_test: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698