[all-commits] [llvm/llvm-project] 466fab: [lsan] Mark 2 new lsan tests unsupported on arm-linux
David Spickett via All-commits
all-commits at lists.llvm.org
Thu Apr 8 07:59:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 466fab5c9410abb79f1a70c5075147e9a768124e
https://github.com/llvm/llvm-project/commit/466fab5c9410abb79f1a70c5075147e9a768124e
Author: David Spickett <david.spickett at linaro.org>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
M compiler-rt/test/lsan/TestCases/malloc_zero.c
M compiler-rt/test/lsan/TestCases/realloc_too_big.c
Log Message:
-----------
[lsan] Mark 2 new lsan tests unsupported on arm-linux
These tests were added in:
1daa48f005bd477ba8711ecdf91a1f1515f01383
59e422c90bf4796fc73237e838d8954b4e2099b1
malloc_zero.c and realloc_too_big.c fail when only
leak sanitizer is enabled.
http://lab.llvm.org:8011/#/builders/59/builds/1635
(also in an armv8 32 bit build)
(I would XFAIL them but the same test is run with
address and leak sanitizer enabled and that one does
pass)
More information about the All-commits
mailing list