Skip to content

Commit

Permalink
Removed files that were missed during migration and fixed status file.
Browse files Browse the repository at this point in the history
Migrated test block 29 to Dart 2.0

-Spit string_test into string_test and string_static_test
-Added various MissingCompileTimeError entries in status files for
tests which throw exceptions on configurations that haven't implemented Dart 2.0
-Switched var -> dynamic in symbol_operator_test

TBR=jcollins@google.com
BUG=

Review-Url: https://codereview.chromium.org/2984893002 .
  • Loading branch information
bkonyi committed Jul 23, 2017
1 parent 3867d84 commit 8247191
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 214 deletions.
3 changes: 3 additions & 0 deletions tests/corelib/corelib.status
Expand Up @@ -15,6 +15,9 @@ string_from_environment2_test: Skip
string_from_environment3_test: Skip
string_from_environment_test: Skip

[ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
string_case_test/01: Fail # Bug 18061

[ $compiler == dart2js ]
int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 being whitespace.
int_parse_radix_test/02: Fail # No bigints.
Expand Down
124 changes: 0 additions & 124 deletions tests/corelib/symbol_reserved_word_test.dart

This file was deleted.

90 changes: 0 additions & 90 deletions tests/corelib/symbol_test.dart

This file was deleted.

0 comments on commit 8247191

Please sign in to comment.