summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorhlaaftana <10591326+hlaaftana@users.noreply.github.com>2020-04-26 11:12:16 +0300
committerGitHub <noreply@github.com>2020-04-26 10:12:16 +0200
commit76ffa4fa25ebf8f03a399a343088fa46e4ee13cb (patch)
treebe20f16f3064c88383d554c44745fa02e3f744e1 /testament
parent31ba27590c6a2ddd5e6b65247b2d9f74b8ca1ba2 (diff)
downloadNim-76ffa4fa25ebf8f03a399a343088fa46e4ee13cb.tar.gz
fixes #14112, tests for #12892, #12671, #11697 (#14125)
Diffstat (limited to 'testament')
-rw-r--r--testament/specs.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/testament/specs.nim b/testament/specs.nim
index b79cade2b..964d53d24 100644
--- a/testament/specs.nim
+++ b/testament/specs.nim
@@ -237,6 +237,8 @@ proc parseSpec*(filename: string): TSpec =
           when defined(freebsd): result.err = reDisabled
         of "arm64":
           when defined(arm64): result.err = reDisabled
+        of "i386":
+          when defined(i386): result.err = reDisabled
         of "openbsd":
           when defined(openbsd): result.err = reDisabled
         of "netbsd":