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

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

Issue 2997353002: Adding adjusted `void` tests from CL 2699073003 (Closed)
Patch Set: Rebased 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
« no previous file with comments | « no previous file | tests/language_2/language_2_analyzer.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) 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 11 matching lines...) Expand all
22 [ ! $checked && ! $strong ] 22 [ ! $checked && ! $strong ]
23 closure_type_test: RuntimeError 23 closure_type_test: RuntimeError
24 24
25 [ ! $strong ] 25 [ ! $strong ]
26 class_literal_static_test: MissingCompileTimeError # Requires strong mode 26 class_literal_static_test: MissingCompileTimeError # Requires strong mode
27 class_literal_static_test/none: Pass 27 class_literal_static_test/none: Pass
28 class_override_test: MissingCompileTimeError # Requires strong mode 28 class_override_test: MissingCompileTimeError # Requires strong mode
29 closure_internals_test/01: MissingCompileTimeError # Requires strong mode 29 closure_internals_test/01: MissingCompileTimeError # Requires strong mode
30 closure_internals_test/02: MissingCompileTimeError # Requires strong mode 30 closure_internals_test/02: MissingCompileTimeError # Requires strong mode
31 closure_internals_test/03: MissingCompileTimeError # Requires strong mode 31 closure_internals_test/03: MissingCompileTimeError # Requires strong mode
32 void_type_callbacks_test: Skip # Requires strong mode
33 void_type_function_types_test: Skip # Requires strong mode
34 void_type_override_test: Skip # Requires strong mode
35 void_type_usage_test: Skip # Requires strong mode
OLDNEW
« no previous file with comments | « no previous file | tests/language_2/language_2_analyzer.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698