summaryrefslogtreecommitdiff
path: root/test/asan/lit.cfg
AgeCommit message (Expand)Author
2015-08-12[windows] Always use the lit shell on Windows, even if bash is presentReid Kleckner
2015-08-06[ASAN/AArch64] Make sure aarch64 is not stable-runtimeRenato Golin
2015-08-05[asan] Enable asan for aarch64Adhemerval Zanella
2015-08-03[asan] Print VAs instead of RVAs for module offsets on WindowsReid Kleckner
2015-08-01[asan] Link tests with ld.gold on Android.Evgeniy Stepanov
2015-07-28[asan] Set abort_on_error=1 by default on OS XKuba Brecka
2015-06-15[ASan] Test churn for setting ASAN_OPTIONS=symbolize_vs_style=falseFilipe Cabecinhas
2015-04-20[Asan] Link lit tests shared libraries with -Wl,z,origin on FreeBSDViktor Kutuzov
2015-04-01[ASan] Speculative fix for TestCases/Posix/interception-in-shared-lib-test.cc...Alexander Potapenko
2015-04-01[ASan] Deduplicate interception-in-shared-lib-test.cc by introducing platform...Alexander Potapenko
2015-03-18[sanitizer] change the sanitizer coverage format once again, this time adding...Kostya Serebryany
2015-03-17[sanitizer] change the format of coverage dump: instead of always dumping 32-...Kostya Serebryany
2015-02-18[ASan] Set DYLD_LIBRARY_PATH on DarwinGreg Fitzgerald
2015-02-17Use lit's internal shell when running tests on WindowsReid Kleckner
2015-01-14Handle LD_LIBRARY_PATH not being defined.Rafael Espindola
2014-12-17[ASan] Add -ldl to linker invocation to lit tests that require it.Alexey Samsonov
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