| Index: test_reflectable/.status
|
| diff --git a/test_reflectable/.status b/test_reflectable/.status
|
| index a5894e16aed7a4a00b3db39fc6394e69ea934e75..c543fdcf385147273eff182123a3759f06c3fdf0 100644
|
| --- a/test_reflectable/.status
|
| +++ b/test_reflectable/.status
|
| @@ -8,6 +8,10 @@ build/test/invoke_capabilities_test: RuntimeError # Missing implementation
|
| [ $compiler == dart2js ]
|
| test/*_test: skip # Dart2js does not implement of mirrors to support reflectable.
|
|
|
| +[ $compiler == none || $compiler == dart2js || $compiler == dartanalyzer || $compiler == dart2analyzer]
|
| +build/test/name_clash_test: Fail # Disambiguation is needed.
|
| +build/test/metadata_name_clash_test: Fail # The printing of constants is broken.
|
| +
|
| [ ($compiler == none && $runtime != dartium) || $compiler == dart2js || $compiler == dartanalyzer || $compiler == dart2analyzer]
|
| build/test/new_instance_default_values_test: CompileTimeError # Issue #8
|
|
|
|
|