summaryrefslogtreecommitdiffstats
path: root/iwyu_test_util.py (follow)
Commit message (Expand)AuthorAgeLines
* Make it possible to verify exit code in testsKim Gräsman2022-02-26-3/+21
* Reflow commentKim Gräsman2022-02-20-3/+3
* Delete the first argument of TestIwyuOnRelativeFileAlexey Storozhev2021-05-01-4/+3
* Delete IWYU launch arguments editing from test runnerAlexey Storozhev2021-01-31-16/+3
* Parse IWYU arguments from test files.Alexey Storozhev2021-01-31-7/+47
* Simplify _StripCommentFromLineAlexey Storozhev2020-12-06-6/+1
* [python] Clean up license headersKim Grasman2019-12-04-2/+2
* Clean up output from test runnerKim Grasman2016-08-15-2/+11
* Don't require grep to run tests.Volodymyr Sapsai2016-08-08-21/+31
* Fix in tests "fatal error: file not found", make test suite detect such issue.Volodymyr Sapsai2016-06-08-1/+1
* Don't assume . as an include path for testsFlamefire2016-04-28-2/+1
* Fix #231: Allow spaces in paths in test runnerKim Grasman2015-11-13-1/+1
* Fix #216: Allow user to specify IWYU path to testKim Grasman2015-10-01-11/+23
* Update shebangs to find Python in PATH.Kim Grasman2015-08-04-1/+1
* Fix ResourceWarning when using Python 3Kim Grasman2015-07-23-1/+2
* Normalize line endings in IWYU output before attempting assertions.Kim Gräsman2014-01-18-0/+1
* Fix issue 116: have tests search for IWYU in heuristic, hard-coded paths firs...Kim Gräsman2013-12-27-20/+35
* Ignore null types during recursive visiting (resolves issue #79).Volodymyr Sapsai2013-01-03-25/+8
* Added default mapping file. Patch by Kim Gräsman.Volodymyr Sapsai2012-12-02-1/+0
* Read private to public mappings from external file. Patch by Kim Gräsman.Volodymyr Sapsai2012-10-14-0/+2
* Avoid throwing exceptions in _PortableNext (finally resolves issue #51).Volodymyr Sapsai2012-07-19-2/+2
* Added more IWYU search paths, for out-of-tree build.Volodymyr Sapsai2012-06-19-0/+9
* Run run_iwyu_tests.py cleanly under Python 3.2.Volodymyr Sapsai2012-06-12-7/+10
* Fixed Constructor handling for clang post r150682 (solves issue 65)FFabioFracassi2012-03-10-0/+3
* Don't ask me why, but the automated system I use for updating patches wants t...csilvers+iwyu2011-08-01-10/+29
* Don't ask me why, but the automated system I use for updating patches wants t...csilvers+iwyu2011-08-01-30/+11
* Make a number of small changes to better support python 3.2, and when running...paul.holden2011-07-21-10/+29
* Improve our handling of the 'sanity check' case where we addcsilvers+iwyu2011-04-06-1/+2
* Redo the rest of the clang changes that had gotten pushed around r63, but had...csilvers+iwyu2011-03-18-3/+15
* Reapply the changes to parse commandline flags. This, and some othercsilvers2011-03-18-3/+7
* Revamped the error reporting code again. Simpler & symmetric.csilvers+iwyu2011-03-18-56/+33
* Revamped the iwyu_test_util assertion error reporting to make it morecsilvers+iwyu2011-03-18-51/+59
* I knew that there would be trouble if I tried to callcsilvers+iwyu2011-03-18-17/+3
* Allow finding _IWYU_PATH in one of several locations. This way we cancsilvers2011-03-15-3/+17
* Move the check_also test to tests/, so it can run under thecsilvers+iwyu2011-03-04-4/+6
* Initial release! Grains of salt not included.csilvers2011-02-04-0/+386