| Index: tests/utils/utils.status
|
| diff --git a/tests/utils/utils.status b/tests/utils/utils.status
|
| index 19f1e9df01cc0edbfac9f64bfeb37e3ee2897d94..7bc14140d013e91dd4d767622a78b498a4fb6a61 100644
|
| --- a/tests/utils/utils.status
|
| +++ b/tests/utils/utils.status
|
| @@ -20,10 +20,6 @@ txt_layout_test: Skip # Might just go away.
|
| [ $system == macos || $system == windows ]
|
| *_layout_test: Skip
|
|
|
| -[ $compiler == dart2dart ]
|
| -# Skip until we stabilize language tests.
|
| -*: Skip
|
| -
|
| [ $arch == arm ]
|
| *: Skip
|
|
|
| @@ -35,17 +31,3 @@ txt_layout_test: Skip # Might just go away.
|
|
|
| [ $arch == simmips ]
|
| *: Skip
|
| -
|
| -[ $compiler == dartanalyzer ]
|
| -
|
| -# Test issue 11123- Only static fields can be declared as 'const'
|
| -dummy_compiler_test: fail, OK
|
| -dart2js_test: fail, OK
|
| -recursive_import_test: fail, OK
|
| -
|
| -[ $compiler == dart2analyzer ]
|
| -
|
| -# Test issue 11123- Only static fields can be declared as 'const'
|
| -dummy_compiler_test: fail, OK
|
| -dart2js_test: fail, OK
|
| -recursive_import_test: fail, OK
|
|
|