summaryrefslogtreecommitdiff
path: root/test/dfsan
AgeCommit message (Expand)Author
2018-06-01Add weak definitions of trace-cmp hooks to dfsanKostya Serebryany
2018-04-06[compiler-rt][dfsan][mips] UnXPASS a consistently passing testSimon Dardis
2017-05-09[mips] XFAIL dfsan's custom.cc test on mips64.Simon Dardis
2016-12-09[DFSAN] Another unstable test in AArch64 breaking bots unnecessarilyRenato Golin
2016-11-29[sanitizer] Add macOS minimum deployment target to all compiler invocations i...Kuba Mracek
2016-08-12[mips] XFAIL the new mips64el compiler-rt tests that fail on clang-cmake-mipsel.Daniel Sanders
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-04-16Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov
2016-03-09[DFSan] Fix test_inet_pton for big endian archsMohit K. Bhakkad
2016-02-23[tests] Always specify correct config.target_arch when configuring test suite.Alexey Samsonov
2016-02-09[dfsan] Run the tests for each supported arch and suffix each one to distingu...Daniel Sanders
2015-07-31[AArch64|DFSAN] XPASS custom.cc, as it got fixed by r243686Renato Golin
2015-07-30[dfsan] Enable dfsan for aarch64Adhemerval Zanella
2015-04-10Extend s{,n}printf custom wrappers to support '*' in the format specifiersLorenzo Martignoni
2015-04-09Revert r234477, "Differential Revision: http://reviews.llvm.org/D7249"Peter Collingbourne
2015-04-09Differential Revision: http://reviews.llvm.org/D7249Lorenzo Martignoni
2015-03-02[DFSan] Remove explicit -m64 from RUN lines.Alexey Samsonov
2014-11-20[DFSan] Add flag to dump the labels when the program terminates.Lorenzo Martignoni
2014-11-05[dfsan] Add runtime function for aborting on indirect calls toPeter Collingbourne
2014-10-30Update __dfsw_s{,n}printf custom functions for new calling convention.Peter Collingbourne
2014-10-08Custom wrappers for DFSanitizing sprintf & snprintf.Lorenzo Martignoni
2014-06-04[dfsan] Fix the declaration of dfsan_add_label.Peter Collingbourne
2014-04-30Add %run to all lit testsGreg Fitzgerald
2014-04-24Add user-defined callback on write() calls.Peter Collingbourne
2014-03-26Add function to get the number of DFSan labels allocated.Peter Collingbourne
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-17Simplify defining Clang compile flags in lit configsAlexey Samsonov
2014-02-14Move DFSan test suite under test/Alexey Samsonov