summaryrefslogtreecommitdiff
path: root/lib/asan/lit_tests
Commit message (Expand)AuthorAge
* [ASan] Use OS-specific matches in the malloc_context_size.cc lit test.Alexander Potapenko2013-11-06
* [ASan] Disable back init-order checker. Make strict_init_order imply check_in...Alexey Samsonov2013-11-06
* [ASan] Make sure slow stack unwinder doesn't return empty stacks.Alexey Samsonov2013-11-05
* Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info.Peter Collingbourne2013-10-25
* [ASan] fix compilation of atexit_stats.cc on OSXAlexander Potapenko2013-10-18
* [asan] fix a test on MacKostya Serebryany2013-10-18
* [asan] fix atexit statsKostya Serebryany2013-10-18
* [ASan] fix assign_large_valloc_to_global.cc to use the correct header for val...Alexander Potapenko2013-10-17
* [asan] fix a failure with ASAN_OPTIONS=verbosity=1:use_sigaltstack=1Kostya Serebryany2013-10-17
* [asan] Fix a deadlock between asan's allocator and lsanKostya Serebryany2013-10-17
* Use configured PYTHON in asan lit tests.Will Dietz2013-10-17
* [asan] introduce run-time flag 'poison_partial' Kostya Serebryany2013-10-16
* Fix a typo.Evgeniy Stepanov2013-10-15
* [ASan] Make test from r192581 Linux-only, as wild memory contents is less pre...Alexey Samsonov2013-10-15
* [ASan] Don't die with internal ASan error on large buffer overflowsAlexey Samsonov2013-10-14
* [asan] introduce run-time flag uar_stack_size_log to control the size of Fake...Kostya Serebryany2013-09-27
* [asan] remove -fsanitize=use-after-return from the tests (this flag now comes...Kostya Serebryany2013-09-23
* [ASan] Fix the interface test on Darwin.Alexander Potapenko2013-09-23
* [asan] disable the detect_stack_use_after_return run-time flag by default and...Kostya Serebryany2013-09-23
* [ASan] Fix init-order-dlopen.cc test to not depend on the -Wl,-undefined,dyna...Alexander Potapenko2013-09-19
* [asan] add a run-time option detect_stack_use_after_return, add verbosity out...Kostya Serebryany2013-09-18
* [asan] a bit of performance improvement in fake stack, generalized one test, ...Kostya Serebryany2013-09-12
* [asan] add a test for use-after-return and exceptions and fix it. Not 100% su...Kostya Serebryany2013-09-12
* [asan] hopefully make the FakeStack async-signal safe, enable the related testKostya Serebryany2013-09-12
* [asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany2013-09-10
* [sanitizer] Fix PR17138.Evgeniy Stepanov2013-09-09
* [ASan] fix one more memory leak in test caseAlexey Samsonov2013-09-08
* [ASan] turn on leak checking for ASan tests and fix a few discovered leaksAlexey Samsonov2013-09-08
* [sanitizer] A bunch of linux system call handlers.Evgeniy Stepanov2013-09-06
* [ASan] make the check for NULL more portable.Alexander Potapenko2013-09-06
* [asan] make calloc crash instead of returning 0 on overflow (controlled by th...Kostya Serebryany2013-09-06
* [sanitizer] make the allocator crash instead of returning 0 on huge size (con...Kostya Serebryany2013-09-06
* [asan] add a test that demonstrates why the current use-after-return is not s...Kostya Serebryany2013-09-04
* [asan] make use-after-return handle very deep recursion; fixes 483.xalancbmk ...Kostya Serebryany2013-09-04
* implement PR17059: more visible diagnostics for stack-buffer-overflowKostya Serebryany2013-09-03
* ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...Alexey Samsonov2013-09-03
* [ASan] Make blacklist test more robustAlexey Samsonov2013-09-02
* Improve collecting malloc stats in ASanAlexey Samsonov2013-09-02
* [asan]: fix a CHECK failure in use-after-return mode; enable and fix stack-us...Kostya Serebryany2013-08-28
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-09
* [sanitizer] ASan/MSan tests for r187967.Evgeniy Stepanov2013-08-08
* ASan: fix one more test case for pipefailAlexey Samsonov2013-08-07
* Distinguish 32-bit ASan from 64-bit ASan in lit configsAlexey Samsonov2013-08-07
* Enable pipefail for ASan testsAlexey Samsonov2013-08-07
* disable pipefail on asan for now.Rafael Espindola2013-07-26
* Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605Hans Wennborg2013-07-18
* Fix a veritable conucopia of bugs in the readdir_r interceptors.Chandler Carruth2013-07-11
* Fix a bug in the readdir_r interceptor: when we reach the end of theChandler Carruth2013-07-10
* [asan] Update blacklists to use categories.Peter Collingbourne2013-07-09
* [ASan] Properly disable strict init-order checking when pthread_create is calledAlexey Samsonov2013-07-01