mirror of
https://github.com/facebook/zstd.git
synced 2025-08-08 17:22:10 +03:00
removing tests using too much resources for 32-bit address space
This commit is contained in:
2
.github/workflows/generic-dev.yml
vendored
2
.github/workflows/generic-dev.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
|||||||
- name: make check on 32-bit
|
- name: make check on 32-bit
|
||||||
run: |
|
run: |
|
||||||
make libc6install
|
make libc6install
|
||||||
CFLAGS="-m32 -O1 -fstack-protector" make test V=1
|
CFLAGS="-m32 -O1 -fstack-protector" make check V=1
|
||||||
|
|
||||||
gcc-6-7-libzstd:
|
gcc-6-7-libzstd:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@@ -1342,8 +1342,6 @@ optCSize19=$(datagen -g2M | zstd -19 -c | wc -c)
|
|||||||
longCSize19=$(datagen -g2M | zstd -19 --long -c | wc -c)
|
longCSize19=$(datagen -g2M | zstd -19 --long -c | wc -c)
|
||||||
optCSize19wlog23=$(datagen -g2M | zstd -19 -c --zstd=wlog=23 | wc -c)
|
optCSize19wlog23=$(datagen -g2M | zstd -19 -c --zstd=wlog=23 | wc -c)
|
||||||
longCSize19wlog23=$(datagen -g2M | zstd -19 -c --long=23 | wc -c)
|
longCSize19wlog23=$(datagen -g2M | zstd -19 -c --long=23 | wc -c)
|
||||||
optCSize22=$(datagen -g900K | zstd -22 --ultra -c | wc -c)
|
|
||||||
longCSize22=$(datagen -g900K | zstd -22 --ultra --long -c | wc -c)
|
|
||||||
if [ "$longCSize16" -gt "$optCSize16" ]; then
|
if [ "$longCSize16" -gt "$optCSize16" ]; then
|
||||||
echo using --long on compression level 16 should not cause compressed size regression
|
echo using --long on compression level 16 should not cause compressed size regression
|
||||||
exit 1
|
exit 1
|
||||||
@@ -1353,9 +1351,6 @@ elif [ "$longCSize19" -gt "$optCSize19" ]; then
|
|||||||
elif [ "$longCSize19wlog23" -gt "$optCSize19wlog23" ]; then
|
elif [ "$longCSize19wlog23" -gt "$optCSize19wlog23" ]; then
|
||||||
echo using --long on compression level 19 with wLog=23 should not cause compressed size regression
|
echo using --long on compression level 19 with wLog=23 should not cause compressed size regression
|
||||||
exit 1
|
exit 1
|
||||||
elif [ "$longCSize22" -gt "$optCSize22" ]; then
|
|
||||||
echo using --long on compression level 22 should not cause compressed size regression
|
|
||||||
exit 1
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user