summaryrefslogtreecommitdiff
path: root/test/asan
AgeCommit message (Expand)Author
2014-03-26[sanitizer] Intercept __aeabi_mem(set|cpy|move).Evgeniy Stepanov
2014-03-20Mark this test as 64-bit specificAlexey Samsonov
2014-03-14[ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=274Alexander Potapenko
2014-03-05Improve llvm-symbolizer discovery in asan_symbolize.pyAlexey Samsonov
2014-03-04[ASan] Speed up stack trace unwinding for stacks of size 2.Alexey Samsonov
2014-02-27tsan: another attempt to fix the tls_get_addr crashDmitry Vyukov
2014-02-26[ASan] Split interception-in-shared-lib-test.cc into two tests with platform-...Alexander Potapenko
2014-02-25[asan] Remove extra sonames from libraries in tests.Evgeniy Stepanov
2014-02-25[asan] Reenable waitid test on Android.Evgeniy Stepanov
2014-02-24[asan] Add a test for interceptors in shared libraries.Evgeniy Stepanov
2014-02-24[asan] A test was reverted, but not "svn rm"-ed in r202016.Evgeniy Stepanov
2014-02-24Revert r202014.Evgeniy Stepanov
2014-02-24[asan] Add a test for interceptors in shared libraries.Evgeniy Stepanov
2014-02-24[asan] Avoid hardcoding library path in test binary.Evgeniy Stepanov
2014-02-20[CMake] lit tests shouldn't depend on runtimes in standalone buildAlexey Samsonov
2014-02-19Add rudimentary support for running compiler-rt lit tests with GCCAlexey Samsonov
2014-02-19[asan] Ensure that stack is limited before attempting to overflow it.Evgeniy Stepanov
2014-02-19[CMake] Introduce COMPILER_RT_INCLUDE_TESTS optionAlexey Samsonov
2014-02-19[asan] Improve stack overflow detection.Evgeniy Stepanov
2014-02-18[asan] Relax stack-overflow test.Evgeniy Stepanov
2014-02-18[asan] Disable stack-overflow test on main thread.Evgeniy Stepanov
2014-02-18[asan] Stack overflow detection.Evgeniy Stepanov
2014-02-18[asan] Fix one test on OSX.Evgeniy Stepanov
2014-02-18Drop test/asan/GenericConfig directoryAlexey Samsonov
2014-02-18[asan] Replace rand_r with rand in test.Evgeniy Stepanov
2014-02-17Simplify defining Clang compile flags in lit configsAlexey Samsonov
2014-02-17[asan] Add a test for stack unwinding in new and delete.Evgeniy Stepanov
2014-02-14[asan] Replace posix_memalign with memalign in test.Evgeniy Stepanov
2014-02-14[ASan] Rename asan_runtime_libraries to asan. Re-enable tests on Android.Alexey Samsonov
2014-02-14[asan] Disabled one more test on Android.Evgeniy Stepanov
2014-02-14[asan] Change stack uar test to not use ulimit.Evgeniy Stepanov
2014-02-14Move ASan lit-tests under test/asanAlexey Samsonov