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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_2/language_2_flutter.status
diff --git a/tests/language_2/language_2_flutter.status b/tests/language_2/language_2_flutter.status
new file mode 100644
index 0000000000000000000000000000000000000000..0532aa79afb7d8e52fb6dce1a6dab842e017246a
--- /dev/null
+++ b/tests/language_2/language_2_flutter.status
@@ -0,0 +1,20 @@
+# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
+# for details. All rights reserved. Use of this source code is governed by a
+# BSD-style license that can be found in the LICENSE file.
+
+# Sections in this file should contain "$runtime == flutter".
+
+# flutter uses --error_on_bad_type, --error_on_bad_override
+# and --await_is_keyword so # the following tests fail with
+# a Compilation Error
+[ $runtime == flutter ]
+async_await_test: CompileTimeError
+async_await_syntax_test/a05c: CompileTimeError
+async_await_syntax_test/a05e: CompileTimeError
+async_await_syntax_test/d08c: CompileTimeError
+bad_override_test/06: CompileTimeError
+
+# The VM doesn't enforce that potentially const expressions are actually
+# const expressions when the constructor is called with `const`.
+[ $runtime == flutter && $compiler == none && $checked ]
+assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
« 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