Skip to content

Commit

Permalink
Suppress thread-sanitizer warnings for some flags
Browse files Browse the repository at this point in the history
TSAN_OPTIONS="suppressions=../../../thread_sanitizer.sup" ./tangram
  • Loading branch information
hjanetzek committed May 3, 2018
1 parent cfb25f0 commit 792e2ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions thread_sanitizer.sup
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# cancel flag
race:Tangram::UrlClient::cancelRequest
race:Tangram::UrlClient::curlProgressCallback

# icu cmemory.c - gHeapInUse flag
race:uprv_malloc_52

0 comments on commit 792e2ac

Please sign in to comment.