Chromium Code Reviews| Index: test_reflectable/.status |
| diff --git a/test_reflectable/.status b/test_reflectable/.status |
| index 0ba1ef3050bae44314de63ba78350d39597af489..a1a73a36428ed3df8f520d34238e1c55ac908995 100644 |
| --- a/test_reflectable/.status |
| +++ b/test_reflectable/.status |
| @@ -1,2 +1,3 @@ |
| [ $compiler == dart2js ] |
| -test/declarations_test: RuntimeError # Dart2js does not implement all properties of mirrors. |
| +test/declarations_test: RuntimeError # Dart2js does not implement all properties of mirrors. |
| +test/new_instance_test: RuntimeError # dartbug.com/19635 |
|
eernst
2015/06/18 13:35:41
Maybe separate the tests into the cases that will
sigurdm
2015/06/19 07:50:54
I don't want to spend too much time on supporting
|