20:23:27 gwr: your script verifications in your check tool ignore other filters 20:23:44 gwr: for eg, if I have tests that are `arch = i86pc` when I am not, and then they don't exist, you fail your check 20:24:18 gwr: for a test, add a stanza `[/foo/bar/baz]` and guard it on a fake architecture 20:25:28 OK. Mind opening an issue? I'll fix it. So if a test group has arch=x and we're not x then it's skipped? 20:25:46 Yeah it should be skipped but your check_*.py doesn't 20:25:50 as best as I can tell thus far 20:25:56 I'll file an issue, I was hoping you could help confirm it :) 20:26:03 but I'll file it and if it's bad, I'll apologize in advance 20:26:13 OK. Let me know how it should behave. I obviously missed taht. 20:31:43 #18193 (fenix?) 20:31:44 BUG 18193: runfile checks don't respect arch (other?) guards (New) 20:31:44 ↳ https://www.illumos.org/issues/18193 20:45:53 gwr: there's an annoying test-runner bug where if you don't specify an outputdir the default is one-too-low and the whole run fails, that I noticed putting together that silly example too :( 20:46:24 I guess we've literally never used test-runner's defaults 20:46:27 oops