summaryrefslogtreecommitdiff
path: root/test/asan
AgeCommit message (Expand)Author
2016-05-06[asan] Bail out on stack overflow in recovery mode.Maxim Ostapenko
2016-05-02Relax stack check as on some platforms demanglers failVitaly Buka
2016-05-02Add another failing use-after-scope testVitaly Buka
2016-05-02[sanitizer] Fix a crash in SizeClassAllocator32 with an out-of-range pointerKuba Brecka
2016-04-30[ASan] Add shadow offset for SystemZ.Marcin Koscielnicki
2016-04-30Finally fix invalid-pointer-pairs.cc. This time the demangle on the Windows b...Filipe Cabecinhas
2016-04-29Fix test's memory leaks.Filipe Cabecinhas
2016-04-29Try to fix clang-cmake-aarch64-42vma by removing a memory leak (have a global...Filipe Cabecinhas
2016-04-29[asan] Assert in __sanitizer_ptr_{sub,cmp} if one of the pointers was freed.Filipe Cabecinhas
2016-04-29[ASan] [SystemZ] Mark segv_read_write.c as UNSUPPORTED.Marcin Koscielnicki
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