summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/sanitizer_flags_test.cc
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer-coverage] nuke more stale codeKostya Serebryany2017-06-021-3/+3
* [compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusiveVitaly Buka2017-05-251-2/+4
* [compiler-rt] Switch handle_<signal> flags from bool to enum.Vitaly Buka2017-05-191-0/+22
* [compiler-rt] Add negative test for boolean flags.Vitaly Buka2017-05-191-0/+8
* [compiler-rt] Fix broken (flaky) unittests based on FlagParser.Etienne Bergeron2016-06-301-0/+6
* [sanitizer] Make unrecognized flags not fatal.Evgeniy Stepanov2015-01-191-2/+7
* [sanitizer] Flag parser rewrite.Evgeniy Stepanov2015-01-151-25/+55
* [sanitizer] Treat \r, \n, \t as flag separators.Evgeniy Stepanov2014-12-261-0/+3
* [Sanitizer] Refactor CommonFlags interface. NFC.Alexey Samsonov2014-12-191-0/+18
* [sanitizer] Update flags test.Evgeniy Stepanov2014-05-291-2/+2
* [libsanitizer] Introduce flag descriptions.Alexander Potapenko2014-03-201-4/+4
* Fix unmatching ASan runtime flag for init-order checking exposed by r178158. ...Alexey Samsonov2013-03-281-0/+1
* [Sanitizer] Allow runtime flags be separated by colon as well as spaceAlexey Samsonov2013-02-191-1/+18
* tsan: fix tests to consistently use internal functions (otherwise it leads to...Dmitry Vyukov2012-12-251-1/+2
* [Sanitizer] Resolve fixme: break dependency of sanitizer_common tests on TSan...Alexey Samsonov2012-08-311-6/+0
* [Sanitizer] align allocation sizes in low level allocatorAlexey Samsonov2012-08-271-0/+1
* [Sanitizer] add missing unit test for flag parsing (forgot to run svn add bef...Alexey Samsonov2012-07-181-0/+72