Open
Description
We could add a filter-list file that ui_test will use to choose whether to run a test, and also add a flag that makes sure we run all tests and error if any tests not on the list pass. We could even bless the list file automatically. Mostly I want it so CI detects any changes for partially supported targets.
though it would mean we always run all tests for a target, even those it can't support.
Similarly for // ignore-X
tests, we could run them there and mention if they pass under a special mode.
Very rambly post, but I think there's something here we could explore