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

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

Issue 2993043002: Split language_2.status into multiple files. (Closed)
Patch Set: Merge branch 'master' into split-language-tests 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 | « 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
(Empty)
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
3 # BSD-style license that can be found in the LICENSE file.
4
5 # Sections in this file should contain "$runtime == flutter".
6
7 # flutter uses --error_on_bad_type, --error_on_bad_override
8 # and --await_is_keyword so # the following tests fail with
9 # a Compilation Error
10 [ $runtime == flutter ]
11 async_await_test: CompileTimeError
12 async_await_syntax_test/a05c: CompileTimeError
13 async_await_syntax_test/a05e: CompileTimeError
14 async_await_syntax_test/d08c: CompileTimeError
15 bad_override_test/06: CompileTimeError
16
17 # The VM doesn't enforce that potentially const expressions are actually
18 # const expressions when the constructor is called with `const`.
19 [ $runtime == flutter && $compiler == none && $checked ]
20 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