disable tmacro_highlight on i386, refs #17945 (#17949)

This commit is contained in:
Timothee Cour
2021-05-06 12:24:16 -07:00
committed by GitHub
parent 98cd1671a3
commit 39e0a5322a

View File

@@ -338,6 +338,10 @@ proc main() =
else:
for x in walkFiles(tpath / "t*.nim"):
echo "Test ", x
when defined(i386):
if x == "nimsuggest/tests/tmacro_highlight.nim":
echo "skipping" # workaround bug #17945
continue
let xx = expandFilename x
when not defined(windows):
# XXX Windows IO redirection seems bonkers: