Checkpoint

This commit is contained in:
Alexey Milovidov 2019-08-20 21:55:05 +03:00
parent 295aafb13f
commit 3fa67f4b72

View File

@ -1,5 +1,9 @@
#!/usr/bin/env bash
# This test is disabled because it triggers internal assert in Thread Sanitizer.
# Thread Sanitizer does not support for more than 64 mutexes to be locked in a single thread.
# https://github.com/google/sanitizers/issues/950
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
. $CURDIR/../shell_config.sh