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

Unified Diff: tests/corelib_2/corelib_2.status

Issue 2989473002: Migrated test block 27 to Dart 2.0. (Closed)
Patch Set: Addressed Bob's nits and fixed test failures 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/string_fromcharcode_test.dart ('k') | tests/corelib_2/stacktrace_fromstring_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 1adfdac6a5245b7f284be7a6b19578e83cc6fb2c..0446bb98af847642e874072d299bb853a7815f74 100644
--- a/tests/corelib_2/corelib_2.status
+++ b/tests/corelib_2/corelib_2.status
@@ -5,12 +5,15 @@
# All static_tests have expected compile-time errors.
[ $strong && $compiler != dart2analyzer && $compiler != dartdevc ]
core_runtime_types_static_test: MissingCompileTimeError
+string_base_vm_static_test: MissingCompileTimeError
[ !$strong && $compiler != dartdevc && $checked ]
core_runtime_types_static_test: MissingCompileTimeError
+string_base_vm_static_test: MissingCompileTimeError
[ !$strong && !$checked ]
core_runtime_types_static_test: MissingCompileTimeError
+string_base_vm_static_test: MissingCompileTimeError
[ $compiler == dart2js && $fast_startup ]
apply3_test: Fail # mirrors not supported
@@ -43,6 +46,8 @@ core_runtime_types_test: Pass, Fail # Issue 27913
[ $runtime == flutter ]
apply3_test: CompileTimeError # mirrors not supported
bool_from_environment_test: Fail # Flutter Issue 9111
+string_from_environment_test: Fail # Flutter Issue 9111
+string_from_environment2_test: Fail # Flutter Issue 9111
[ $hot_reload || $hot_reload_rollback ]
big_integer_huge_mul_vm_test: Pass, Slow # Slow
@@ -63,10 +68,17 @@ bool_from_environment2_test/04: MissingCompileTimeError
bool_from_environment2_test/05: MissingCompileTimeError
compare_to2_test: RuntimeError
unicode_test: RuntimeError
+string_case_test/01: RuntimeError
+string_from_environment3_test/01: MissingCompileTimeError
+string_from_environment3_test/02: MissingCompileTimeError
+string_from_environment3_test/03: MissingCompileTimeError
+string_from_environment3_test/04: MissingCompileTimeError
+string_from_environment3_test/05: MissingCompileTimeError
[ $compiler == none && $runtime == drt ]
bool_from_environment2_test: Skip
bool_from_environment_test: Skip
+string_case_test/01: Fail # Issue 18061
[ $runtime == ff || $runtime == jsshell ]
unicode_test: Fail
@@ -76,3 +88,20 @@ big_integer_parsed_mul_div_vm_test: Pass, Slow
[ $compiler == precompiler ]
big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify
+
+[ ($compiler == none && $runtime == vm) || $compiler == dart2js ]
+string_base_vm_static_test: MissingCompileTimeError
+
+[ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ]
+string_case_test/01: Fail, OK # Bug in Firefox.
+
+[ $compiler == none && $runtime == drt ]
+string_from_environment2_test: Skip
+string_from_environment3_test: Skip
+string_from_environment_test: Skip
+
+[ $system == windows && $arch == x64 ]
+stopwatch_test: Skip # Flaky test due to expected performance behaviour.
+
+[ $runtime == vm ]
+string_case_test/01: RuntimeError
« no previous file with comments | « tests/corelib/string_fromcharcode_test.dart ('k') | tests/corelib_2/stacktrace_fromstring_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698