| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index a16ddfbcb37a7311c8106017fdcaa59719e90a92..51fd661d9cf9400f32b0c1decf698a83028f5c9c 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -5,16 +5,6 @@
|
| # This directory contains tests that are intended to show the
|
| # current state of the language.
|
|
|
| -# In order to maintain maximum test coverage for all builds,
|
| -# please use the following procedure to mark a test
|
| -# failed on architectures other than the one you are working on.
|
| -#
|
| -# 1) Copy the old version of the test to
|
| -# tests/language/src/test_name_[dartc|vm]_test.dart.
|
| -# to maintain coverage.
|
| -# 2) File a bug on each architecture for the failure due to the language change.
|
| -# 3) Update the language/src directory with the updated test.
|
| -
|
| [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ]
|
| licm2_test: Skip # Issue: 12298
|
|
|
| @@ -51,10 +41,6 @@ named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
|
|
|
| lazy_static3_test: Fail # Issue 3558
|
|
|
| -# DartC specific tests that should not be run by the VM
|
| -*dartc_test: Skip
|
| -*dartc_negative_test: Skip
|
| -
|
| compile_time_constant10_test/none: Fail # issue 5214
|
|
|
| export_cyclic_test: Fail, Crash # issue 6060
|
|
|