summaryrefslogtreecommitdiff
path: root/test/asan/lit.cfg
AgeCommit message (Expand)Author
2014-12-11Fix check-asan on Windows by putting lib/clang/... onto PATH (PR21880)Timur Iskhodzhanov
2014-11-26[asan] Disable preload tests on Android.Evgeniy Stepanov
2014-11-25[ASan] Fix leak tests on 64-bit targets other than x86-64 (take two)Jay Foad
2014-11-16Revert r222091 because it caused a buildbot failure.Jay Foad
2014-11-15[ASan] Fix leak tests on 64-bit targets other than x86-64Jay Foad
2014-09-29[sanitizer] Android build cleanup.Evgeniy Stepanov
2014-09-18Enable Asan lit tests on FreeBSD.Viktor Kutuzov
2014-09-05Use "-gline-tables-only" instead of "-g" in sanitizer test suites.Alexey Samsonov
2014-08-28[UBSan] Temporarily disable checks for stack traces in UBSan reports on DarwinAlexander Potapenko
2014-08-22[ASan/Win] Land the trivial bits of -MD RTL support (PR20214)Timur Iskhodzhanov
2014-07-16Remove explicit references to libdl from Asan test casesViktor Kutuzov
2014-07-14[ASan/Win] Add a test for the case when dll_thunk is linked twice to the same...Timur Iskhodzhanov
2014-05-30[ASan Win] Fix a couple of warnings in tests and enable -WXTimur Iskhodzhanov
2014-05-29Mark unstable tests as Unsupported on ARMGreg Fitzgerald
2014-05-28[sanitizer] Replace -lpthread with -pthread in tests.Evgeniy Stepanov
2014-05-28[ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Wind...Timur Iskhodzhanov
2014-05-19[sanitizer] Support sandboxing in sanitizer coverage.Sergey Matveev
2014-05-14[ASan tests] Add the first Windows-only lit testTimur Iskhodzhanov
2014-04-30Allow any test to be executed via a %run command.Greg Fitzgerald
2014-04-01[ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov
2014-03-27[asan] Do not sanitize kernel area on 32-bit targets, patch by Yuri GribovKostya Serebryany
2014-03-14[ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=274Alexander Potapenko
2014-02-19Add rudimentary support for running compiler-rt lit tests with GCCAlexey Samsonov
2014-02-17Simplify defining Clang compile flags in lit configsAlexey Samsonov
2014-02-14Move ASan lit-tests under test/asanAlexey Samsonov