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

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

Issue 3008573002: Migrate test block 113 to Dart 2.0. (Closed)
Patch Set: Merge fixups 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 | « tests/language_2/language_2_dartdevc.status ('k') | tests/language_2/language_2_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) 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 # Sections in this file should contain "$runtime == flutter". 5 # Sections in this file should contain "$runtime == flutter".
6 6
7 # flutter uses --error_on_bad_type, --error_on_bad_override 7 # flutter uses --error_on_bad_type, --error_on_bad_override
8 # and --await_is_keyword so # the following tests fail with 8 # and --await_is_keyword so # the following tests fail with
9 # a Compilation Error 9 # a Compilation Error
10 [ $runtime == flutter ] 10 [ $runtime == flutter ]
11 async_await_test: CompileTimeError 11 async_await_test: CompileTimeError
12 async_await_syntax_test/a05c: CompileTimeError 12 async_await_syntax_test/a05c: CompileTimeError
13 async_await_syntax_test/a05e: CompileTimeError 13 async_await_syntax_test/a05e: CompileTimeError
14 async_await_syntax_test/d08c: CompileTimeError 14 async_await_syntax_test/d08c: CompileTimeError
15 bad_override_test/06: CompileTimeError 15 bad_override_test/06: CompileTimeError
16 call_constructor_on_unresolvable_class_test/01: CompileTimeError 16 call_constructor_on_unresolvable_class_test/01: CompileTimeError
17 call_constructor_on_unresolvable_class_test/03: CompileTimeError 17 call_constructor_on_unresolvable_class_test/03: CompileTimeError
18 call_constructor_on_unresolvable_class_test/02: CompileTimeError 18 call_constructor_on_unresolvable_class_test/02: CompileTimeError
19 call_constructor_on_unresolvable_class_test/07: CompileTimeError 19 call_constructor_on_unresolvable_class_test/07: CompileTimeError
20 class_keyword_test/02: CompileTimeError 20 class_keyword_test/02: CompileTimeError
21 class_override_test/00: CompileTimeError 21 class_override_test/00: CompileTimeError
22 generic_function_typedef2_test/04: CompileTimeError
22 type_variable_scope_test/none: CompileTimeError 23 type_variable_scope_test/none: CompileTimeError
23 type_variable_scope_test/00: CompileTimeError 24 type_variable_scope_test/00: CompileTimeError
24 type_variable_scope_test/01: CompileTimeError 25 type_variable_scope_test/01: CompileTimeError
25 type_variable_scope_test/03: CompileTimeError 26 type_variable_scope_test/03: CompileTimeError
26 type_variable_scope_test/02: CompileTimeError 27 type_variable_scope_test/02: CompileTimeError
27 type_variable_scope_test/04: CompileTimeError 28 type_variable_scope_test/04: CompileTimeError
28 type_variable_scope_test/05: CompileTimeError 29 type_variable_scope_test/05: CompileTimeError
29 unicode_bom_test: CompileTimeError 30 unicode_bom_test: CompileTimeError
30 type_variable_scope2_test: CompileTimeError 31 type_variable_scope2_test: CompileTimeError
31 32
32 # The VM doesn't enforce that potentially const expressions are actually 33 # The VM doesn't enforce that potentially const expressions are actually
33 # const expressions when the constructor is called with `const`. 34 # const expressions when the constructor is called with `const`.
34 [ $runtime == flutter && $compiler == none && $checked ] 35 [ $runtime == flutter && $compiler == none && $checked ]
35 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. 36 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
OLDNEW
« no previous file with comments | « tests/language_2/language_2_dartdevc.status ('k') | tests/language_2/language_2_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698