summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/exitcode.cc
Commit message (Collapse)AuthorAgeFilesLines
* [asan] Fixup to r286608 that makes the test pass on iOS.Anna Zaks2016-11-151-0/+4
| | | | | | | TARGET_OS_IPHONE is defined in TargetConditionals.h. Without the include the iOS path is never triggered. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@286929 91177308-0d34-0410-b5e6-96231b3b80d8
* Disable a test using posix_spawn on AndroidReid Kleckner2016-11-111-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@286673 91177308-0d34-0410-b5e6-96231b3b80d8
* Add missing %run to test to fix AArch64 buildbotReid Kleckner2016-11-111-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@286609 91177308-0d34-0410-b5e6-96231b3b80d8
* [asan/win] Fix wrong TerminateProcess exit codeReid Kleckner2016-11-111-0/+123
Add a test for it. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@286608 91177308-0d34-0410-b5e6-96231b3b80d8