tests: fix copy/paste from tsan -> asan comments
This commit is contained in:
parent
ca9cc25ce8
commit
f0661bf318
|
@ -1,4 +1,4 @@
|
||||||
# this file simulates a program that has been built with thread sanitizer
|
# this file simulates a program that has been built with address sanitizer
|
||||||
# options
|
# options
|
||||||
|
|
||||||
message("ASAN_OPTIONS = [$ENV{ASAN_OPTIONS}]")
|
message("ASAN_OPTIONS = [$ENV{ASAN_OPTIONS}]")
|
||||||
|
@ -12,8 +12,7 @@ endif()
|
||||||
# clear the log file
|
# clear the log file
|
||||||
file(REMOVE "${LOG_FILE}.2343")
|
file(REMOVE "${LOG_FILE}.2343")
|
||||||
|
|
||||||
# create an error of each type of thread santizer
|
# create an example error from address santizer
|
||||||
# these names come from tsan_report.cc in llvm
|
|
||||||
|
|
||||||
file(APPEND "${LOG_FILE}.2343"
|
file(APPEND "${LOG_FILE}.2343"
|
||||||
"=================================================================
|
"=================================================================
|
||||||
|
|
Loading…
Reference in New Issue