summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/Posix/coverage-fork.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [ASan] Mark test as UNSUPPORTED for iOS simulatorJulian Lettner2019-11-181-0/+1
| | | | | | coverage-fork.cpp uses `fork()` which requires additional permissions in the iOS simulator sandbox. We cannot use `sandbox-exec` to grant these permissions since this is a Posix (not Darwin) test.
* compiler-rt: Rename cc files below test/asan to cppNico Weber2019-08-051-0/+41
See r367803 and similar other changes. llvm-svn: 367887
OpenPOWER on IntegriCloud