summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 01:56:38 (GMT)
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 01:56:38 (GMT)
commit485907563ffc98c70d463256e8fcad2584bb29b0 (patch)
tree1baa1d5ebf96f2abd2fd844026aafe7d796adf0c /.travis.yml
parent8704584f6c533d5cfe62d1a0ee86ab29d77edfca (diff)
downloadlz4-485907563ffc98c70d463256e8fcad2584bb29b0.zip
lz4-485907563ffc98c70d463256e8fcad2584bb29b0.tar.gz
lz4-485907563ffc98c70d463256e8fcad2584bb29b0.tar.bz2
Disable "ASAN tests with fuzzer and frametest"
[lz4-asan-x64] contains the following command ``` sudo sysctl -w vm.mmap_min_addr=4096 CC=clang MOREFLAGS=-fsanitize=address make -C tests test-frametest test-fuzzer ``` [lz4-asan-x64] https://github.com/lz4/lz4/blob/025c3ce8f994213371a4260ae932ea244d44c6fc/.github/workflows/ci.yml#L361-L376
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 1f89265..6413103 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,12 +25,12 @@ matrix:
# script:
# - make -C tests test-frametest test-fuzzer
#
- - name: ASAN tests with fuzzer and frametest
- install:
- - sudo sysctl -w vm.mmap_min_addr=4096
- script:
- - CC=clang MOREFLAGS=-fsanitize=address make -C tests test-frametest test-fuzzer
-
+# - name: ASAN tests with fuzzer and frametest
+# install:
+# - sudo sysctl -w vm.mmap_min_addr=4096
+# script:
+# - CC=clang MOREFLAGS=-fsanitize=address make -C tests test-frametest test-fuzzer
+#
- name: Custom LZ4_DISTANCE_MAX ; lz4-wlib (CLI linked to dynamic library); LZ4_USER_MEMORY_FUNCTIONS
script:
- MOREFLAGS=-DLZ4_DISTANCE_MAX=8000 make check