index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/tar/PKGBUILD | 20 |
diff --git a/core/tar/PKGBUILD b/core/tar/PKGBUILD new file mode 100644 index 00000000..ee2da38f --- /dev/null +++ b/core/tar/PKGBUILD @@ -0,0 +1,20 @@ +# The following tests fail on 64-bit and 32-bit: +# 92: link mismatch FAILED (difflink.at:19) +# 117: directory removed before reading FAILED (dirrem01.at:37) +# 118: explicitly named directory removed before reading FAILED (dirrem02.at:34) +# 152: storing sparse files > 8G FAILED (sparse03.at:30) +# 154: listing sparse files bigger than 2^33 B FAILED (sparse05.at:31) +# 155: storing sparse file using seek method FAILED (sparse06.at:32) +# The following tests fail on 64-bit: +# 117: directory removed before reading FAILED (dirrem01.at:37) +# 118: explicitly named directory removed before reading FAILED (dirrem02.at:34) +# +# at least bug 92 is known upstream: FS#57270 +# +# => run the tests, but make tests not fail the build +eval "$( + declare -f check | \ + sed ' + s/make check/make check || true/ + ' +)" |