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

Unified Diff: tests/corelib_2/corelib_2.status

Issue 2983253002: Migrated test block 29 to Dart 2.0 (Closed)
Patch Set: Migrated test block 29 to Dart 2.0 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
Index: tests/corelib_2/corelib_2.status
diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status
index 44ef0fdb935361044a0b6f3344a55b0c4d6f400f..2b48f4e9f5a1b16a421ce5146f4e1bcb0446701a 100644
--- a/tests/corelib_2/corelib_2.status
+++ b/tests/corelib_2/corelib_2.status
@@ -22,6 +22,7 @@ compare_to2_test: RuntimeError, OK # Requires bigint support.
[ $runtime == flutter ]
apply3_test: CompileTimeError # mirrors not supported
bool_from_environment_test: Fail # Flutter Issue 9111
+string_trimlr_test/02: RuntimeError # Flutter Issue 9111
[ $hot_reload || $hot_reload_rollback ]
big_integer_huge_mul_vm_test: Pass, Slow # Slow
@@ -32,6 +33,16 @@ big_integer_huge_mul_vm_test: Pass, Slow # Slow
[ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
compare_to2_test: Fail # Issue 4018
unicode_test: Fail # Issue 6706
+symbol_test/01: Fail, Pass # Issue 11669
+
+# With the exception of 'void', new Symbol() should not accept reserved words.
+symbol_reserved_word_test/06: RuntimeError # Issue 11669
+symbol_reserved_word_test/09: RuntimeError # Issue 11669
+symbol_reserved_word_test/12: RuntimeError # Issue 11669
+
+symbol_test/none: Fail # Issue 11669
+symbol_operator_test/03: Fail # Issue 11669
+string_case_test/01: Fail # Bug 18061
[ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
bool_from_environment2_test/01: MissingCompileTimeError
@@ -40,6 +51,19 @@ bool_from_environment2_test/03: MissingCompileTimeError
bool_from_environment2_test/04: MissingCompileTimeError
bool_from_environment2_test/05: MissingCompileTimeError
compare_to2_test: RuntimeError
+string_trimlr_test/02: RuntimeError
+symbol_operator_test/03: RuntimeError
+symbol_reserved_word_test/04: MissingCompileTimeError
+symbol_reserved_word_test/06: RuntimeError
+symbol_reserved_word_test/07: MissingCompileTimeError
+symbol_reserved_word_test/09: RuntimeError
+symbol_reserved_word_test/10: MissingCompileTimeError
+symbol_reserved_word_test/12: RuntimeError
+symbol_test/01: MissingCompileTimeError
+symbol_test/02: MissingCompileTimeError
+symbol_test/03: MissingCompileTimeError
+symbol_test/04: MissingCompileTimeError
+symbol_test/none: RuntimeError
unicode_test: RuntimeError
[ $compiler == none && $runtime == drt ]
@@ -49,3 +73,58 @@ bool_from_environment_test: Skip
[ $runtime == ff || $runtime == jsshell ]
unicode_test: Fail
+[ $compiler == none && ($runtime == vm || $runtime == flutter)]
+string_trimlr_test/02: RuntimeError # Issue 29060
+
+[ $compiler == precompiler || $compiler == app_jit ]
+string_trimlr_test/02: RuntimeError # Issue 29060
+
+# void should be a valid symbol.
+[ $compiler == none || $compiler == precompiler || $compiler == app_jit || $compiler == dart2js ]
+symbol_reserved_word_test/02: CompileTimeError # Issue 20191
+
+# With the exception of 'void', const Symbol() should not accept reserved
+# words.
+symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972
+symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972
+symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972
+
+[ $compiler == dart2js ]
+string_static_test: MissingCompileTimeError
+symbol_test/04: MissingCompileTimeError
+
+[ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $runtime != drt ]
+symbol_test/02: MissingCompileTimeError # Issue 11669
+symbol_test/03: MissingCompileTimeError # Issue 11669
+symbol_test/04: MissingCompileTimeError
+
+[ $runtime == safari || $runtime == safarimobilesim ]
+string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
+string_split_test: RuntimeError # Issue 21431
+
+[ $compiler == dart2js && $runtime == chromeOnAndroid ]
+string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
+
+[ $compiler == dart2js && $runtime == drt ]
+string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
+
+[ $compiler == dart2js && $runtime == safarimobilesim ]
+string_trimlr_test/01: Fail
+string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
+
+[ $compiler == dart2js && $dart2js_with_kernel ]
+symbol_reserved_word_test/03: Pass # Issue 27394
+symbol_operator_test/03: RuntimeError # Issue 27394
+symbol_reserved_word_test/06: RuntimeError # Issue 27394
+symbol_reserved_word_test/09: RuntimeError # Issue 27394
+symbol_reserved_word_test/12: RuntimeError # Issue 27394
+symbol_test/none: RuntimeError # Issue 27394
+
+[ $compiler == dart2js && $runtime == jsshell ]
+symbol_test/none: RuntimeError
+
+[ $compiler == none && $runtime == vm ]
+string_static_test: MissingCompileTimeError
+
+[ $compiler == dart2js && $runtime != none]
+symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') should be allowed.

Powered by Google App Engine
This is Rietveld 408576698