File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compiler-rt/test/asan/TestCases/Linux Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
2
2
// XFAIL: android
3
3
// Fails with debug checks: https://bugs.llvm.org/show_bug.cgi?id=46862
4
- // XFAIL: !compiler-rt-optimized
4
+ // XFAIL: !compiler-rt-optimized && !riscv64
5
5
//
6
6
// We use fast_unwind_on_malloc=0 to have full unwinding even w/o frame
7
7
// pointers. This setting is not on by default because it's too expensive.
Original file line number Diff line number Diff line change 1
1
// Fails with debug checks: https://bugs.llvm.org/show_bug.cgi?id=46862
2
- // XFAIL: !compiler-rt-optimized
2
+ // XFAIL: !compiler-rt-optimized && !riscv64
3
3
4
4
// RUN: %clangxx_asan -fno-rtti -DBUILD_SO1 -fPIC -shared %s -o %dynamiclib1
5
5
// RUN: %clangxx_asan -fno-rtti -DBUILD_SO2 -fPIC -shared %s -o %dynamiclib2
You can’t perform that action at this time.
0 commit comments