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

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

Issue 2994383002: Migrating block 50, first commit, after tool has run (Closed)
Patch Set: Filed issue with exact types in strong mode Created 3 years, 3 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) 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 generic_test: SkipByDesign # Requires checked mode.
8 8
9 [ $compiler == none && $runtime == drt && !$checked ] 9 [ $compiler == none && $runtime == drt && !$checked ]
10 assertion_initializer_const_error2_test/cc02: Fail 10 assertion_initializer_const_error2_test/cc02: Fail
(...skipping 24 matching lines...) Expand all
35 void_type_callbacks_test: Skip # Requires strong mode 35 void_type_callbacks_test: Skip # Requires strong mode
36 void_type_function_types_test: Skip # Requires strong mode 36 void_type_function_types_test: Skip # Requires strong mode
37 void_type_override_test: Skip # Requires strong mode 37 void_type_override_test: Skip # Requires strong mode
38 void_type_usage_test: Skip # Requires strong mode 38 void_type_usage_test: Skip # Requires strong mode
39 compile_time_constant_static_test: Skip # Requires strong mode 39 compile_time_constant_static_test: Skip # Requires strong mode
40 compile_time_constant_static2_test: Skip # Requires strong mode 40 compile_time_constant_static2_test: Skip # Requires strong mode
41 compile_time_constant_static3_test: Skip # Requires strong mode 41 compile_time_constant_static3_test: Skip # Requires strong mode
42 compile_time_constant_static4_test: Skip # Requires strong mode 42 compile_time_constant_static4_test: Skip # Requires strong mode
43 compile_time_constant_static5_test: Skip # Requires strong mode 43 compile_time_constant_static5_test: Skip # Requires strong mode
44 44
45 [ $strong ]
46 compile_time_constant_static5_test/11: CompileTimeError # Issue 30546
47 compile_time_constant_static5_test/16: CompileTimeError # Issue 30546
48 compile_time_constant_static5_test/21: CompileTimeError # Issue 30546
49 compile_time_constant_static5_test/23: CompileTimeError # Issue 30546
50
45 [ $compiler == dartdevc ] 51 [ $compiler == dartdevc ]
46 compile_time_constant_e_test: RuntimeError # Issue 30466 52 compile_time_constant_e_test: RuntimeError # Issue 30466
47 compile_time_constant_k_test/none: RuntimeError # Issue 30466 53 compile_time_constant_k_test/none: RuntimeError # Issue 30466
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