[all-commits] [llvm/llvm-project] ab8a46: [asan][test] Handle Solaris in large_func_test.cpp...
rorth via All-commits
all-commits at lists.llvm.org
Fri Mar 5 16:31:08 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab8a46024157b4d042ea6325710bbccd598adcfc
https://github.com/llvm/llvm-project/commit/ab8a46024157b4d042ea6325710bbccd598adcfc
Author: Rainer Orth <ro at gcc.gnu.org>
Date: 2021-03-06 (Sat, 06 Mar 2021)
Changed paths:
M compiler-rt/test/asan/TestCases/large_func_test.cpp
M compiler-rt/test/asan/TestCases/use-after-delete.cpp
Log Message:
-----------
[asan][test] Handle Solaris in large_func_test.cpp etc.
Two ASan tests currently `FAIL' on Solaris
AddressSanitizer-i386-sunos :: TestCases/large_func_test.cpp
AddressSanitizer-i386-sunos :: TestCases/use-after-delete.cpp
both for the same reason:
error: no check strings found with prefix 'CHECK-SunOS:'
Fixed by adding the appropriate check strings.
Tested on `amd64-pc-solaris2.11` and `x86_64-pc-linux-gnu`.
Differential Revision: https://reviews.llvm.org/D97931
More information about the All-commits
mailing list