re PR sanitizer/55679 (new asan tests from r194458 fail on x86_64-apple-darwin10)
authorJack Howarth <howarth@bromo.med.uc.edu>
Thu, 17 Jan 2013 21:28:56 +0000 (21:28 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 17 Jan 2013 21:28:56 +0000 (21:28 +0000)
commitec03e9e94598351083d3d9a46b6e5a97cfe0e88c
treef67df12fade984a9ff43d76eae8ba4d08b36beb0
parent1bd3f7500b7223cded3ae19ff27eb27e05a9b147
re PR sanitizer/55679 (new asan tests from r194458 fail on x86_64-apple-darwin10)

        PR sanitizer/55679
        * g++.dg/asan/interception-test-1.C: Skip on darwin.
        * lib/target-supports.exp (check_effective_target_swapcontext): Use
        check_no_compiler_messages to test support in ucontext.h.
(check_effective_target_setrlimit): Return 0 for Darwin's non-posix
compliant RLIMIT_AS.

From-SVN: r195281
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/asan/interception-test-1.C
gcc/testsuite/lib/target-supports.exp