| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index 62f45dad32db7a62e1f49a33d89ae422944542bb..975781609935d1bec8b08d4ca9303d639748239d 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -29,9 +29,6 @@ symbol_test/none: Fail # bug 11669
|
| symbol_operator_test/03: Fail # bug 11669
|
| string_case_test/01: Fail # Bug 18061
|
|
|
| -iterable_return_type_test/01: RuntimeError # Issue 13646
|
| -iterable_return_type_test/02: RuntimeError # Issue 13646
|
| -
|
| # #void should be a valid symbol.
|
| [ $compiler == none || $compiler == precompiler || $compiler == dart2app || $compiler == dart2js ]
|
| symbol_reserved_word_test/02: CompileTimeError # bug 20191
|
| @@ -92,6 +89,7 @@ hash_set_test/01: RuntimeError # Issue 11551
|
| integer_to_string_test/01: RuntimeError # Issue 1533
|
| iterable_return_type_test/01: RuntimeError # Issue 20085
|
| iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
|
| +iterable_to_list_test/01: RuntimeError # Issue 26501
|
|
|
| big_integer_*: Skip # VM specific test.
|
| bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
|
|
|