Platform selectors for dart2js/dartdevc #652
Labels
status-blocked
Blocked from making progress by another (referenced) issue
type-enhancement
A request for a change that isn't a bug
There is the potential for behavioral differences between dart2js and the dev compiler, and it would be nice to be able to be able to use platform selectors to run tests on one and not the other. (Is this even possible, since running tests in the DDC relies on a separate Pub server that the test package has no knowledge of?)
For instance, there are some known bugs in the dev compiler output that break certain tests, and we'd like to avoid running those tests until the bugs are fixed in the SDK.
For now, we're using tags, but it'd be nice to not have to pass those in when running the tests.
The text was updated successfully, but these errors were encountered: