summaryrefslogtreecommitdiff
path: root/test/asan
AgeCommit message (Expand)Author
2016-04-28[test/asan] Update a test case to work with old Darwin SDK'sVedant Kumar
2016-04-27[sanitizers] read/write page fault detection on mac.Mike Aizatsky
2016-04-27Un-XFAIL tests on Windows after fixing PR27492Reid Kleckner
2016-04-26[sanitizers] rewriting test assuming assert() changes coverage.Mike Aizatsky
2016-04-26[sanitizer] [SystemZ] Add ptrace support bits.Marcin Koscielnicki
2016-04-26Revert "[sanitizers] read/write page fault detection on mac."Mehdi Amini
2016-04-25[sanitizers] read/write page fault detection on mac.Mike Aizatsky
2016-04-22[asan] Disable one test on windows.Evgeniy Stepanov
2016-04-22Enable stack-use-after-scope tests.Evgeniy Stepanov
2016-04-21[asan] Mark strdup test as unsupported on arm/linux.Evgeniy Stepanov
2016-04-20[asan] Add __strdup interceptor.Evgeniy Stepanov
2016-04-19[compiler-rt] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang
2016-04-18Additional test for use-after-scopeKostya Serebryany
2016-04-16Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov
2016-04-13[asan] Prefer alloc-dealloc-mismatch to new-delete-type-mismatch.Evgeniy Stepanov
2016-04-07[sancov] updaing android test after enabling cc edge pruningMike Aizatsky
2016-04-07[sancov] updaing android testMike Aizatsky
2016-04-07[sancov] removing flaky test case (win)Mike Aizatsky
2016-04-06[sancov] enabling coverage edge pruning by default.Mike Aizatsky
2016-04-04Apply suggestion from HJ Lu to avoid misaligned stack in testReid Kleckner
2016-04-04[asan,tsan] Make Darwin-specific tests more stable (use ignore_interceptors_a...Kuba Brecka
2016-03-30[asan] Mark the initialization-bug.cc unsupported on OS X Yosemite and olderRyan Govostes
2016-03-29[asan] Make the Darwin/dead-strip.c test require El Capitan or newerRyan Govostes
2016-03-28[asan] Add runtime support for __asan_(un)register_image_globalsRyan Govostes
2016-03-26[asan] bump the scariness score of read-after-frees (based on feedback from t...Kostya Serebryany
2016-03-22Move -fms-compatibility-version=19 into target cflagsReid Kleckner
2016-03-22[asan] Relax strdup test check linesReid Kleckner
2016-03-22[asan] Intercept strdup on WindowsReid Kleckner
2016-03-22Fix coverage-related asan tests for VS 2015Reid Kleckner
2016-03-21[asan] Pass -fms-compatibility-version=19 with VS 2015Reid Kleckner
2016-03-11Fix order of arguments to fputsReid Kleckner
2016-03-11Switch to fputs stderr to try to fix output buffering issuesReid Kleckner
2016-03-11Make printf-4 more robust to strlen interception after r263177Reid Kleckner
2016-03-11Fix ASan test cases after r263177Alexey Samsonov
2016-03-10[Windows] Fix UnmapOrDie and MmapAlignedOrDieReid Kleckner
2016-03-10[test/asan/closed-fds] Properly quote log_path for shell invocation.Filipe Cabecinhas
2016-03-04[asan] Fix odr_c_test failure with gold linkerAlexey Samsonov
2016-03-01[asan] Retry failed adb commands in android tests.Evgeniy Stepanov
2016-03-01[asan] Fix new[]/delete mismatch in tests.Evgeniy Stepanov
2016-02-29[asan] Fix UB in test/asan/TestCases/Linux/recvfrom.cc testcase.Maxim Ostapenko
2016-02-29[asan] Re-enable test/asan/TestCases/Linux/recvfrom.cc testcase.Maxim Ostapenko
2016-02-25[sanitizer] Fix third parameter in COMMON_INTERCEPTOR_WRITE_RANGE in recv and...Maxim Ostapenko
2016-02-25[asan] Disable recvfrom test failing on the bots.Maxim Ostapenko
2016-02-25[asan] Disable recvfrom testcase on Android due to buildbot failure.Maxim Ostapenko
2016-02-25[sanitizer] Move recvmsg and recv interceptors to sanitizer_common.Maxim Ostapenko
2016-02-23[tests] Run test that uses gnu asm syntax on Posix only.Alexey Samsonov
2016-02-23[tests] Remove "supported-target" in favor of "target-arch" lit features.Alexey Samsonov
2016-02-19[sancov] requiring dynamic asan.Mike Aizatsky
2016-02-19[sancov] using static asanMike Aizatsky
2016-02-19[Windows] Simplify more tests now that Clang supports EHReid Kleckner