Is anyone familiar with the automated test setup i...
# compiler
s
Is anyone familiar with the automated test setup in the compiler? I added some tests to verify IR pass code transformation is correct, and although my test passes it fails because its being included in another test suite where it cannot find my test data. I want to exclude my test from this suite, but I'm having a hard time locating where this inclusion is specified. The stack trace is unhelpful and the error message searches yields no result. The problem test suite is android-tests
I discovered that this is not specific to my test. If I run any ir test as a single test, the android task throws an error