summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/sanitizer_flags_test.cc
AgeCommit message (Expand)Author
2017-06-02[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-05-25[compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusiveVitaly Buka
2017-05-19[compiler-rt] Switch handle_<signal> flags from bool to enum.Vitaly Buka
2017-05-19[compiler-rt] Add negative test for boolean flags.Vitaly Buka
2016-06-30[compiler-rt] Fix broken (flaky) unittests based on FlagParser.Etienne Bergeron
2015-01-19[sanitizer] Make unrecognized flags not fatal.Evgeniy Stepanov
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2014-12-26[sanitizer] Treat \r, \n, \t as flag separators.Evgeniy Stepanov
2014-12-19[Sanitizer] Refactor CommonFlags interface. NFC.Alexey Samsonov
2014-05-29[sanitizer] Update flags test.Evgeniy Stepanov
2014-03-20[libsanitizer] Introduce flag descriptions.Alexander Potapenko
2013-03-28Fix unmatching ASan runtime flag for init-order checking exposed by r178158. ...Alexey Samsonov
2013-02-19[Sanitizer] Allow runtime flags be separated by colon as well as spaceAlexey Samsonov
2012-12-25tsan: fix tests to consistently use internal functions (otherwise it leads to...Dmitry Vyukov
2012-08-31[Sanitizer] Resolve fixme: break dependency of sanitizer_common tests on TSan...Alexey Samsonov
2012-08-27[Sanitizer] align allocation sizes in low level allocatorAlexey Samsonov
2012-07-18[Sanitizer] add missing unit test for flag parsing (forgot to run svn add bef...Alexey Samsonov