projects
/
platform
/
upstream
/
libgc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5e2b03
)
Travis CI: Test with increased number of test threads
author
Ivan Maidanski
<ivmai@mail.ru>
Wed, 13 Dec 2017 14:27:36 +0000
(17:27 +0300)
committer
Ivan Maidanski
<ivmai@mail.ru>
Wed, 13 Dec 2017 14:31:49 +0000
(17:31 +0300)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
05cc42e
..
d27afd1
100644
(file)
--- 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 NO_INCREMENTAL -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
-D NTHREADS=15
"
- CONF_OPTIONS="--disable-parallel-mark --enable-handle-fork --enable-munmap"
- NO_CLONE_LIBATOMIC_OPS=true
- os: linux