-
Notifications
You must be signed in to change notification settings - Fork 12.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actual Linux/sparc64 testing found that hundreds of
sparcv9
test `F…
…AIL`. In hindsight this is no wonder: while `compiler-rt/lib/asan/asan_mapping_sparc64.h` has support for the Linux/sparc64 VA hole, ``` commit 9df0754 Author: Vitaly Buka <vitalybuka@google.com> Date: Tue Mar 12 21:02:24 2019 +0000 AddressSanitizer: 64-bit SPARC/Linux port ``` there's nothing corresponding in `clang`. Also, `gcc` disables 64-bit ASan on Linux/sparc64, too. So this patch disables `sparcv9` ASan testing in general. Tested on `sparcv9-sun-solaris2.11` and `sparc64-unknown-linux-gnu`
- Loading branch information
Showing
4 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters