summaryrefslogtreecommitdiff
path: root/test/suites/base.bash
Commit message (Expand)AuthorAgeFilesLines
...
* Tweak code styleJoel Rosdahl2020-10-231-2/+2
* Support ccache ccache gcc (#687)Alexander Lanin2020-10-201-0/+25
* Make CCACHE_COMPILER always the highest priority (#664)Alexander Lanin2020-10-101-0/+29
* Allow running the test suite with a “+dirty” versionJoel Rosdahl2020-10-051-1/+1
* Encode hash digests as 4 base16 digits + 29 base32hex digitsJoel Rosdahl2020-09-231-2/+2
* Use short type suffix for cache filesJoel Rosdahl2020-09-231-3/+3
* Silence unwanted output in CCACHE_UMASK testJoel Rosdahl2020-09-231-1/+1
* Remove cache_dir_levels (CCACHE_NLEVELS) settingJoel Rosdahl2020-09-171-30/+0
* Remove upgrade code for populating config with legacy cache size valuesJoel Rosdahl2020-09-141-0/+1
* Allow for 64-bit values in statistics countersJoel Rosdahl2020-09-051-0/+12
* test: Improve names of expect_* functionsJoel Rosdahl2020-08-221-23/+23
* CCACHE_PREFIX test: Fix failure for GCC <4.9Joel Rosdahl2020-08-061-1/+1
* Let CCACHE_UMASK apply only to files/directories in the cache directoryJoel Rosdahl2020-08-011-0/+42
* ResultRetriever: Clear m_dest_data between entriesJoel Rosdahl2020-08-011-0/+21
* Share cache for different object file names with -MD/-MMD (#592)Deepak Yadav2020-07-251-3/+0
* Skip “Directory is not hashed if using -gz[=zlib]” tests for GCC 6Joel Rosdahl2020-07-051-2/+4
* Replace BLAKE2b with BLAKE3 (#519)Erik Johansson2020-06-181-2/+2
* Add inode cache for file hashes (#577)Olle Liljenzin2020-05-311-1/+5
* Add test case for merging stderr from preprocessor and compilerJoel Rosdahl2020-05-201-0/+28
* Clean up version output testJoel Rosdahl2020-04-261-4/+2
* Add test for human readable version output (#583)Alexander Lanin2020-04-261-0/+11
* Convert counters to a class (#548)Thomas Otto2020-03-011-0/+17
* Fix empty <obj>.ccache-log in debug mode without log_file setJoel Rosdahl2020-02-251-0/+18
* Move basedir tests to the basedir test suiteJoel Rosdahl2020-02-231-46/+0
* Make failure to run compiler_check command a soft errorJoel Rosdahl2020-02-221-3/+0
* Don’t increment STATS_COMPILER on fatal errorJoel Rosdahl2020-02-221-1/+4
* Send dependency arguments to compiler if run_second_cpp is trueJoel Rosdahl2020-01-161-0/+3
* Avoid passing compilation-only options to the preprocessor reduxJoel Rosdahl2020-01-151-3/+21
* Add tests for verifying dependency file contentJoel Rosdahl2020-01-051-0/+14
* Test .incbin detection for assembler compilationJoel Rosdahl2020-01-051-1/+12
* Remove the unify modeJoel Rosdahl2020-01-051-16/+0
* Remove now superfluous size check of uncompressed filesJoel Rosdahl2019-10-191-0/+26
* Include compiler-only arguments in the hashJoel Rosdahl2019-09-171-0/+20
* Support GCC 9’s -gz=[type] optionJoel Rosdahl2019-09-121-0/+44
* Added remaining changes to make tests run on MSYS (#246)Anders Björklund2019-07-281-0/+4
* Use BLAKE2b checksum instead of bundled MD4Anders F Björklund2019-07-221-2/+5
* Require libzstd and remove zlib supportJoel Rosdahl2019-07-011-0/+12
* Improve how <MD4, number of hashed bytes> is representedJoel Rosdahl2019-06-081-4/+3
* Remove --enabled-aggregated feature toggleJoel Rosdahl2019-06-011-14/+0
* Add aggregated file storing all the results (#408)Anders Björklund2019-05-301-4/+4
* Improve handling of debug levelsJoel Rosdahl2019-04-131-0/+20
* Don’t create missing output directoryJoel Rosdahl2019-04-011-2/+18
* Deduce output filename from source filename without or ending with dotJoel Rosdahl2019-03-271-0/+60
* Add test case for #365Joel Rosdahl2019-03-211-0/+11
* Split -gsplit-dwarf tests to a separate test suiteJoel Rosdahl2019-02-201-25/+0
* Hash CWD when using -gsplit-dwarfJoel Rosdahl2019-02-191-0/+25
* Hash environment variables related to localeJoel Rosdahl2019-01-091-0/+41
* Merge remote-tracking branch 'afbjorklund/hash_debug' into pr/279Joel Rosdahl2018-09-291-0/+14
|\
| * Add --hash-file command, for convenienceAnders F Björklund2018-06-231-0/+14
* | test: Fix various Solaris shell issuesThomas Otto2018-09-021-7/+14