Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-12-08 18:03:19 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-12-08 18:03:19 +0300
commit62cdcfe478718ba1f916aa1f65decb3af16d3462 (patch)
treec50fe7f6db0191d666f7812f95901c0c2e0d0ce8 /.travis.yml
parentc3c8d70c289095908d47979d21120574f17c42e5 (diff)
Travis CI: Workaround disclaim_test failure when TSan is used
(fix commit 153a2c7) GC incremental mode is not supported if compiled with TSan for now.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 22be23c6..05cc42ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -376,7 +376,7 @@ matrix:
dist: trusty
language: c
env:
- - CFLAGS_EXTRA="-fsanitize=thread -D NO_CANCEL_SAFE -D USE_SPIN_LOCK -fno-omit-frame-pointer"
+ - CFLAGS_EXTRA="-fsanitize=thread -D NO_CANCEL_SAFE -D NO_INCREMENTAL -D USE_SPIN_LOCK -fno-omit-frame-pointer"
- CONF_OPTIONS="--disable-parallel-mark --enable-handle-fork --enable-munmap"
- NO_CLONE_LIBATOMIC_OPS=true
- os: linux