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

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

Issue 3007803002: Migrate block 162 to Dart 2.0.
Patch Set: 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
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 type_variable_bounds_test/00: CompileTimeError
23 type_variable_bounds_test/06: CompileTimeError
24 type_variable_bounds_test/07: CompileTimeError
25 type_variable_bounds_test/09: CompileTimeError
26 type_variable_bounds_test/10: CompileTimeError
27 type_variable_bounds_test/08: CompileTimeError
22 28
23 # The VM doesn't enforce that potentially const expressions are actually 29 # The VM doesn't enforce that potentially const expressions are actually
24 # const expressions when the constructor is called with `const`. 30 # const expressions when the constructor is called with `const`.
25 [ $runtime == flutter && $compiler == none && $checked ] 31 [ $runtime == flutter && $compiler == none && $checked ]
26 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. 32 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698