| Index: tests/corelib_2/corelib_2.status
|
| diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status
|
| index 25234c98de0ad81dab48055cc4f40f1956b57255..ac39c1fd26ce2ebeeaac9a8ab1712808037c4f88 100644
|
| --- a/tests/corelib_2/corelib_2.status
|
| +++ b/tests/corelib_2/corelib_2.status
|
| @@ -2,9 +2,6 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| -# TODO(bkonyi): Fix this test.
|
| -package_resource_test: Skip
|
| -
|
| # All static_tests have expected compile-time errors.
|
| [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ]
|
| core_runtime_types_static_test: MissingCompileTimeError
|
| @@ -199,7 +196,6 @@ string_trimlr_test/02: RuntimeError # Issue 29060
|
|
|
| [ $compiler == precompiler || $compiler == app_jit ]
|
| string_trimlr_test/02: RuntimeError # Issue 29060
|
| -package_resource_test: Skip # Resolve URI not supported yet in product mode.
|
|
|
| # void should be a valid symbol.
|
| [ $compiler == none || $compiler == precompiler || $compiler == app_jit || ($compiler == dart2js && !$dart2js_with_kernel) ]
|
| @@ -597,6 +593,3 @@ regexp/pcre_test: Pass, Slow, Timeout
|
|
|
| [ $mode == debug ]
|
| regexp/pcre_test: Pass, Slow # Issue 22008
|
| -
|
| -[ $compiler == dart2js && ! $browser ]
|
| -package_resource_test: RuntimeError # Issue 26842
|
|
|