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

Unified Diff: tests/corelib_2/corelib_2.status

Issue 2986503002: Migrate test block 4 to Dart 2.0. (Closed)
Patch Set: Merge with head Created 3 years, 5 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/corelib_2/core_runtime_types_test.dart ('k') | tests/corelib_2/data_uri_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib_2/corelib_2.status
diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status
index ce736cc5f0ff477c5d8f60dfb2eaba40b6a80427..8588dc9ca62ac03cb5ad47f30e73f331c660d985 100644
--- a/tests/corelib_2/corelib_2.status
+++ b/tests/corelib_2/corelib_2.status
@@ -2,6 +2,12 @@
# 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.
+#[ $strong && $compiler != dart2analyzer ]
+# All static_tests have expected compile-time errors.
+[ $strong && $compiler != dart2analyzer && $compiler != dartdevc ]
+core_runtime_types_static_test: MissingCompileTimeError
+
+
[ $compiler == dart2js && $fast_startup ]
apply3_test: Fail # mirrors not supported
@@ -12,6 +18,12 @@ big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify
[ $compiler == dartdevc && $runtime != none ]
apply2_test: RuntimeError # Issue 29921
apply3_test: RuntimeError # Issue 29921
+big_integer_arith_vm_test: RuntimeError # Issue 30170
+big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921
+const_list_literal_test: RuntimeError # Issue 29921
+const_list_remove_range_test: RuntimeError # Issue 29921
+const_list_set_range_test: RuntimeError # Issue 29921
+compare_to2_test: RuntimeError # Issue 30170
[ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ]
big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170
@@ -21,6 +33,9 @@ big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921
bit_twiddling_bigint_test: RuntimeError # Required bigint support.
compare_to2_test: RuntimeError, OK # Requires bigint support.
+[ $compiler == dart2js && $runtime == drt && $csp && $minified ]
+core_runtime_types_test: Pass, Fail # Issue 27913
+
[ $runtime == flutter ]
apply3_test: CompileTimeError # mirrors not supported
bool_from_environment_test: Fail # Flutter Issue 9111
« no previous file with comments | « tests/corelib_2/core_runtime_types_test.dart ('k') | tests/corelib_2/data_uri_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698