OLD | NEW |
---|---|
1 [ $compiler == dart2js ] | 1 [ $compiler == dart2js ] |
2 test/declarations_test: RuntimeError # Dart2js does not implement all properties of mirrors. | 2 test/declarations_test: RuntimeError # Dart2js does not implement all properties of mirrors. |
3 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
| |
OLD | NEW |