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

Unified Diff: tests/corelib/corelib.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
« no previous file with comments | « no previous file | tests/corelib/string_substring_test.dart » ('j') | tests/corelib_2/string_static_test.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index 3ab82f36f28583cfbc1aa1f52076cc7aed0f4f0f..863719d423e6cea56276a52a398315dd5a88194a 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -15,37 +15,7 @@ string_from_environment2_test: Skip
string_from_environment3_test: Skip
string_from_environment_test: Skip
-[ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
-symbol_test/01: Fail, Pass # bug 11669
-
-# With the exception of 'void', new Symbol() should not accept reserved words.
-symbol_reserved_word_test/05: CompileTimeError # bug 20191
-symbol_reserved_word_test/06: RuntimeError # bug 11669
-symbol_reserved_word_test/09: RuntimeError # bug 11669
-symbol_reserved_word_test/12: RuntimeError # bug 11669
-
-symbol_test/none: Fail # bug 11669
-symbol_operator_test/03: Fail # bug 11669
-string_case_test/01: Fail # Bug 18061
-
-[ $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 # bug 20191
-
-# With the exception of 'void', const Symbol() should not accept reserved
-# words.
-symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972
-symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972
-symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972
-
[ $compiler == dart2js ]
-symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') should be allowed.
int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 being whitespace.
int_parse_radix_test/02: Fail # No bigints.
double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being whitespace.
@@ -53,11 +23,6 @@ integer_to_radix_string_test: RuntimeError # issue 22045
int_modulo_arith_test/bignum: RuntimeError # No bigints.
int_modulo_arith_test/modPow: RuntimeError # No bigints.
list_unmodifiable_test: Pass, RuntimeError # Issue 28712
-symbol_reserved_word_test/05: Crash # bug 20191
-
-[ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $runtime != dartium && $runtime != drt ]
-symbol_test/02: MissingCompileTimeError # bug 11669
-symbol_test/03: MissingCompileTimeError # bug 11669
[ $runtime == ff || $runtime == jsshell ]
# Firefox takes advantage of the ECMAScript number parsing cop-out clause
@@ -98,18 +63,9 @@ regress_r21715_test: RuntimeError # Requires bigint support.
[ $compiler == dart2js && $runtime == chromeOnAndroid ]
list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
-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_split_test: RuntimeError # Issue 21431
[ $compiler == dart2js && $runtime == safarimobilesim ]
list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
-string_trimlr_test/01: Fail
-string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
[ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ]
string_case_test/01: Fail, OK # Bug in Firefox.
@@ -188,14 +144,8 @@ big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow.
[ $compiler == dart2js && $dart2js_with_kernel ]
error_stack_trace1_test: Pass # Issue 27394
-symbol_reserved_word_test/03: Pass # Issue 27394
map_test: Crash # Issue 27394
regexp/pcre_test: RuntimeError # 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 && $dart2js_with_kernel && $host_checked ]
regress/4562_test/01: Crash # Issue 27394
@@ -212,23 +162,9 @@ string_from_environment3_test/02: MissingCompileTimeError
string_from_environment3_test/03: MissingCompileTimeError
string_from_environment3_test/04: MissingCompileTimeError
string_from_environment3_test/05: MissingCompileTimeError
-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/none: RuntimeError
# dartk: checked mode failures
[ $checked && ($compiler == dartk || $compiler == dartkp) ]
-symbol_test/01: Pass
-symbol_test/02: Pass
from_environment_const_type_test/02: MissingCompileTimeError
from_environment_const_type_test/03: MissingCompileTimeError
from_environment_const_type_test/04: MissingCompileTimeError
@@ -273,5 +209,4 @@ from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 9111
from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 9111
from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 9111
-string_trimlr_test/02: RuntimeError # Flutter Issue 9111
main_test: RuntimeError # Flutter Issue 9111
« no previous file with comments | « no previous file | tests/corelib/string_substring_test.dart » ('j') | tests/corelib_2/string_static_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698