Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ASan] Mark test as UNSUPPORTED for iOS simulator | Julian Lettner | 2019-11-18 | 1 | -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 cpp | Nico Weber | 2019-08-05 | 1 | -0/+41 |
See r367803 and similar other changes. llvm-svn: 367887 |