summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ubsan-blacklist.c
Commit message (Collapse)AuthorAgeFilesLines
* [NFC] Fix ubsan-blacklist testJan Korous2019-10-081-11/+0
| | | | | | Restored original test and marked tests for VFS as unsupported on Windows. llvm-svn: 374011
* Reland 'Add VFS support for sanitizers' blacklist'Jan Korous2019-10-081-0/+11
| | | | | | | | | | The original patch broke the test for Windows. Trying to fix as per Reid's suggestions outlined here: https://reviews.llvm.org/rC371663 Differential Revision: https://reviews.llvm.org/D67742 llvm-svn: 374006
* Revert "Add VFS support for sanitizers' blacklist"Jan Korous2019-10-081-11/+0
| | | | | | | | Fix tests on Windows for now. This reverts commit 96ac97a4213287003f08636d0c372b3f71e9cfca. llvm-svn: 373999
* Add VFS support for sanitizers' blacklistJan Korous2019-10-071-0/+11
| | | | | | Differential Revision: https://reviews.llvm.org/D67742 llvm-svn: 373977
* Remove 24 instances of 'REQUIRES: shell'Reid Kleckner2016-10-201-4/+1
| | | | | | | | | | | | | | | | | Tests fall into one of the following categories: - The requirement was unnecessary - Additional quoting was required for backslashes in paths (see "sed -e 's/\\/\\\\/g'") in the sanitizer tests. - OpenMP used 'REQUIRES: shell' as a proxy for the test failing on Windows. Those tests fail there reliably, so use XFAIL instead. I tried not to remove shell requirements that were added to suppress flaky test failures, but if I screwed up, we can add it back as needed. llvm-svn: 284793
* Account for calling convention specifiers in function definitions in IR test ↵David Blaikie2015-06-291-6/+6
| | | | | | | | | | | | | cases Several tests wouldn't pass when executed on an armv7a_pc_linux triple due to the non-default arm_aapcs calling convention produced on the function definitions in the IR output. Account for this with the application of a little regex. Patch by Ying Yi. llvm-svn: 240971
* clang/test/CodeGen: Suppress a couple of tests on win32. It seems ↵NAKAMURA Takumi2013-01-181-0/+3
| | | | | | -fsanitize-blacklist doesn't accept DOSish pathnames. llvm-svn: 172820
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-181-0/+28
llvm-svn: 172808
OpenPOWER on IntegriCloud