Detect failures from all sanitizers
This commit is contained in:
Родитель
4733efda78
Коммит
d0810be039
|
@ -11,6 +11,9 @@ if [[ $toolchain != nightly* ]]; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Bail out once getting an error.
|
||||||
|
set -e
|
||||||
|
|
||||||
# Ideally, sanitizers should be ("address" "leak" "memory" "thread") but
|
# Ideally, sanitizers should be ("address" "leak" "memory" "thread") but
|
||||||
# - `memory`: It doesn't works with target x86_64-apple-darwin
|
# - `memory`: It doesn't works with target x86_64-apple-darwin
|
||||||
# - `leak`: Get some errors that are out of our control. See:
|
# - `leak`: Get some errors that are out of our control. See:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче