File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 76
76
#
77
77
# * `CFG_ENABLE_VALGRIND=1` - Run tests under valgrind
78
78
# * `VALGRIND_COMPILE=1` - Run the compiler itself under valgrind
79
- # (may require `CFG_ENABLE_VALGRIND`)
79
+ # (requires `CFG_ENABLE_VALGRIND`)
80
80
#
81
81
# * `NO_REBUILD=1` - Don't rebootstrap when testing std
82
82
# (and possibly other crates)
Original file line number Diff line number Diff line change 46
46
# see https://blog.mozilla.org/jseward/2012/06/05/valgrind-now-supports-jemalloc-builds-directly/
47
47
ifdef CFG_VALGRIND
48
48
CFG_VALGRIND += --error-exitcode=100 \
49
- --soname-synonyms=somalloc=NONE \
49
+ --fair-sched=try \
50
50
--quiet \
51
+ --soname-synonyms=somalloc=NONE \
51
52
--suppressions=$(CFG_SRC_DIR ) src/etc/x86.supp \
52
53
$(OS_SUPP )
53
54
ifdef CFG_ENABLE_HELGRIND
You can’t perform that action at this time.
0 commit comments