-
richlowegwr: your script verifications in your check tool ignore other filters
-
richlowegwr: for eg, if I have tests that are `arch = i86pc` when I am not, and then they don't exist, you fail your check
-
richlowegwr: for a test, add a stanza `[/foo/bar/baz]` and guard it on a fake architecture
-
gwrOK. 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?
-
richloweYeah it should be skipped but your check_*.py doesn't
-
richloweas best as I can tell thus far
-
richloweI'll file an issue, I was hoping you could help confirm it :)
-
richlowebut I'll file it and if it's bad, I'll apologize in advance
-
gwrOK. Let me know how it should behave. I obviously missed taht.
-
richlowe#18193 (fenix?)
-
fenixBUG 18193: runfile checks don't respect arch (other?) guards (New)
-
fenix
-
richlowegwr: 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 :(
-
richloweI guess we've literally never used test-runner's defaults
-
richloweoops