[all-commits] [llvm/llvm-project] 961bc3: [ASan][test] XFAIL global-overflow.cpp etc. on SPA...
Rainer Orth via All-commits
all-commits at lists.llvm.org
Mon Sep 16 00:48:00 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 961bc37d449819e0c959f385f7927cd8b8dc9037
https://github.com/llvm/llvm-project/commit/961bc37d449819e0c959f385f7927cd8b8dc9037
Author: Rainer Orth <ro at gcc.gnu.org>
Date: 2024-09-16 (Mon, 16 Sep 2024)
Changed paths:
M compiler-rt/test/asan/TestCases/global-overflow.cpp
M compiler-rt/test/asan/TestCases/large_func_test.cpp
Log Message:
-----------
[ASan][test] XFAIL global-overflow.cpp etc. on SPARC (#108200)
When enabling ASan testing on SPARC as per PR #107405, two tests `FAIL`
in similar ways as detailed in Issue #108194: at `-O1` and above, one
line of the stacktrace lacks the line number info, causing the tests to
`FAIL`. I could trace this to `clang` generating incomplete line number
info; `g++` gets this right.
To avoid this, this patch `XFAIL`s the affected tests on SPARC.
Tested on `sparcv9-sun-solaris2.11`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list