These tests explicitly make use of POSIX absolute paths.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
thanks this makes sense! we were filtering on target_triple before, which is not right, especially when host triple is not the default target.
as a follow up i'll drop all the target={{...}} conditions as we should actually be able to run these tests even when they're cross-compiling to windows, let's not do this as part of this patch though as it might trigger running on new buildbots and failures for unrelated reasons.