llvm-project/compiler-rt/test
Rainer Orth b4ae67fffa [asan][test] XFAIL global-location-nodebug.cpp on Solaris
A new test `FAIL`s on Solaris:

  FAIL: AddressSanitizer-i386-sunos ::
TestCases/global-location-nodebug.cpp (465 of 64279)
  FAIL: AddressSanitizer-i386-sunos-dynamic ::
TestCases/global-location-nodebug.cpp (961 of 64279)

The problem is the unconditional use of `-Wl,-S`:

  ld: fatal: dlopen() of support library (-lstdc++) failed with error:
ld.so.1: ld: -lstdc++: open failed: No such file or directory

`ld -S` has a completely different semantics compared to GNU `ld
-S`/`--strip-debug`: specify a link-edit support library.  To avoid this,
I've chosen to `XFAIL` the test.

Tested on `amd64-pc-solaris2.11`.

Differential Revision: https://reviews.llvm.org/D128516
2022-06-25 10:40:11 +02:00
..
BlocksRuntime [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
asan [asan][test] XFAIL global-location-nodebug.cpp on Solaris 2022-06-25 10:40:11 +02:00
builtins Speculatively fix build bots 2022-04-20 12:02:16 -04:00
cfi [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
crt [crt][test] Fix dso_handle.cpp for Linux systems which default to PIE 2022-04-07 09:37:59 -07:00
dfsan [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
fuzzer Fix TableLookupTest on FreeBSD 2022-06-09 09:24:09 -04:00
gwp_asan [compiler-rt][GWP-ASAN] Disable 2 tests on Armv7 Linux 2021-07-19 10:45:11 +00:00
hwasan Add no_sanitize('hwaddress') (and 'memtag', but that's a no-op). 2022-06-24 12:04:11 -07:00
interception
lsan Fix for e1d84c421d 2022-06-07 17:28:24 -07:00
memprof [sanitizer] Check if directory exists before trying to create 2022-02-13 06:59:32 -08:00
msan Revert "[CMake][compiler-rt] Clean up the use of libcxx and libcxxabi" 2022-06-25 03:10:55 +00:00
orc [ORC-RT] Add integration tests for AArch64 2022-06-14 20:49:56 -07:00
profile XFAIL some PGO tests on AIX until the new linker becomes publicly available. 2022-05-06 01:35:32 +00:00
safestack Speculatively fix build bot 2022-04-20 13:39:53 -04:00
sanitizer_common [Sanitizers] prctl interception update for the PR_SET_VMA option case. 2022-06-09 06:07:26 +01:00
scudo Revert "[Scudo] Make -fsanitize=scudo use standalone. Migrate tests." 2021-05-26 10:50:26 -07:00
shadowcallstack
tsan Revert "[CMake][compiler-rt] Clean up the use of libcxx and libcxxabi" 2022-06-25 03:10:55 +00:00
ubsan [ubsan][test] Unsupport Android for new test diag-stacktrace.cpp 2022-04-12 12:55:44 -07:00
ubsan_minimal [test] Fix unused FileCheck prefixes in compiler-rt 2021-02-01 22:32:13 -08:00
xray [compiler-rt][xray] Disable fdr-reinit test on Arm 2022-02-14 13:36:51 +00:00
.clang-format [tests][sanitizers] Don't reflow comments 2021-08-03 12:54:00 -07:00
.clang-tidy [NFC][compiler-rt] Refine .clang-tidy checks 2020-09-05 15:42:15 -07:00
CMakeLists.txt Generalize "check-all" umbrella targets, use for check-clang-tools 2022-05-06 12:30:49 +02:00
lit.common.cfg.py PPC+TSan whack-a-mole, round 3. 2022-05-20 14:21:58 -07:00
lit.common.configured.in [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00