summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/lit_tests/TestCases/Linux
Commit message (Expand)AuthorAgeFilesLines
* Move ASan lit-tests under test/asanAlexey Samsonov2014-02-1431-1110/+0
* [asan] Remove extra clone() arguments in test.Evgeniy Stepanov2014-02-131-1/+1
* [asan] Avoid deadlock in CovDump.Evgeniy Stepanov2014-02-131-0/+3
* [asan] introduce two functions that will allow implementations of C++ garbage...Kostya Serebryany2014-02-061-0/+2
* [sanitizer] Resubmit r200683: disable -ffunction-sections.Evgeniy Stepanov2014-02-031-0/+39
* Revert r200683.Evgeniy Stepanov2014-02-031-39/+0
* [sanitizer] Disable -ffunction-sections.Evgeniy Stepanov2014-02-031-0/+39
* [ASan] Add a failing test that demonstrates that ASan currently breaks dead c...Alexander Potapenko2014-01-311-0/+13
* [sanitizer] Fix typo that breaks shmctl() interceptor.Evgeniy Stepanov2014-01-301-0/+6
* [asan] re-enable __tls_get_addr interceptor with a proper fix (use __attribut...Kostya Serebryany2014-01-301-2/+0
* [asan] disable __tls_get_addr interceptor while I am investigating why it cau...Kostya Serebryany2014-01-301-1/+6
* [asan] experimental intercetor for __tls_get_addr. So far it does nothing int...Kostya Serebryany2014-01-291-0/+102
* [asan] Nuke ASAN_FLEXIBLE_MAPPING_AND_OFFSET.Evgeniy Stepanov2014-01-163-68/+0
* [asan] clean up at the end of the shmget/shmctl testKostya Serebryany2013-12-231-0/+1
* [ASan] Get rid of __asan_symbolize functionAlexey Samsonov2013-12-191-1/+0
* [asan] rewrite asan's stack frame layout, compiler-rt partKostya Serebryany2013-12-061-2/+2
* [asan] revert files which I accidentally commited in r196490Kostya Serebryany2013-12-051-2/+2
* [tsan] fix the include path that is broken in configure/make build but works ...Kostya Serebryany2013-12-051-2/+2
* [asan] revert 196373: committed to many files by mistakeKostya Serebryany2013-12-041-2/+2
* [asan] require __i686__ for the SSE test; also make weaker claims about stack...Kostya Serebryany2013-12-041-2/+2
* [asan] dump coverage even if asan has reported an error Kostya Serebryany2013-11-291-0/+7
* [sanitizer] disable shmctl intercetor in 32-bit -- it is rotten (bug filed)Kostya Serebryany2013-11-291-0/+17
* Reapply asan coverage changes 194702-194704.Bob Wilson2013-11-151-0/+45
* Speculatively revert asan coverage changes 194702-194704.Bob Wilson2013-11-151-45/+0
* [asan] Poor man's coverage that works with ASan (compiler-rt part)Kostya Serebryany2013-11-141-0/+45
* [ASan] Do not rely on malloc context in allocator reports.Alexey Samsonov2013-11-131-3/+9
* [asan] fix a leak in tds (https://code.google.com/p/address-sanitizer/issues/...Kostya Serebryany2013-11-131-0/+39
* [ASan] Disable back init-order checker. Make strict_init_order imply check_in...Alexey Samsonov2013-11-061-4/+2
* Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info.Peter Collingbourne2013-10-251-0/+2
* [ASan] Make test from r192581 Linux-only, as wild memory contents is less pre...Alexey Samsonov2013-10-151-0/+23
* [asan] remove -fsanitize=use-after-return from the tests (this flag now comes...Kostya Serebryany2013-09-232-3/+3
* [asan] disable the detect_stack_use_after_return run-time flag by default and...Kostya Serebryany2013-09-231-0/+1
* [asan] hopefully make the FakeStack async-signal safe, enable the related testKostya Serebryany2013-09-121-7/+11
* [asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany2013-09-101-0/+1
* [ASan] turn on leak checking for ASan tests and fix a few discovered leaksAlexey Samsonov2013-09-082-0/+3
* [sanitizer] A bunch of linux system call handlers.Evgeniy Stepanov2013-09-061-1/+1
* [asan] add a test that demonstrates why the current use-after-return is not s...Kostya Serebryany2013-09-041-0/+66
* Enable pipefail for ASan testsAlexey Samsonov2013-08-0712-27/+27
* Fix a veritable conucopia of bugs in the readdir_r interceptors.Chandler Carruth2013-07-111-7/+34
* Fix a bug in the readdir_r interceptor: when we reach the end of theChandler Carruth2013-07-101-0/+30
* [ASan] Remove leading underscores from function names in output testsAlexey Samsonov2013-07-012-2/+2
* [ASan] Remove %symbolize from lit tests: we now use external symbolizer inste...Alexey Samsonov2013-06-2810-20/+19
* [sanitizer] Intercept ptrace.Evgeniy Stepanov2013-06-281-0/+52
* Add cmake rules for building LSan common on Mac OSAlexey Samsonov2013-06-221-16/+0
* [ASan] make test for LSan annotations Linux-only for nowAlexey Samsonov2013-06-211-0/+16
* [ASan] create separate configs for running ASan lit tests in both 32- and 64-...Alexey Samsonov2013-06-0718-94/+86
* [ASan] move all lit_tests under TestCasesAlexey Samsonov2013-06-0623-0/+698
OpenPOWER on IntegriCloud