summaryrefslogtreecommitdiff
path: root/test/suites/base.bash
Commit message (Expand)AuthorAgeFilesLines
* test: Silence progress messages from CCACHE_UMASK testJoel Rosdahl2022-11-031-3/+3
* fix: Use configured umask for command line operations like --zero-statsJoel Rosdahl2022-10-281-0/+18
* test: Make the integration tests work under Windows (#1133)Orgad Shaneh2022-10-121-61/+80
* feat: Improve statistics for remote hits/missesJoel Rosdahl2022-10-041-0/+12
* fix: Don't increment preprocessed_cache_miss in recache modeJoel Rosdahl2022-10-021-0/+2
* chore: Rename primary/secondary storage to local/remote storageJoel Rosdahl2022-09-271-8/+8
* feat: Add support for Clang "--" optionJoel Rosdahl2022-08-281-0/+13
* feat: Add support for caching assembler listing filesJoel Rosdahl2022-08-281-3/+49
* test: Disable "output file failure" test for unsupported filesystemJoel Rosdahl2022-08-271-11/+16
* test: Add version output on failure (#1134)Orgad Shaneh2022-08-181-1/+1
* feat: Improve handling of dependency filesJoel Rosdahl2022-07-281-4/+12
* fix: Work around Clang bug when outputting to full NFS diskJoel Rosdahl2022-07-221-4/+4
* fix: Log "bad output file" instead of "cache miss" on output file errorJoel Rosdahl2022-07-191-0/+18
* fix: Avoid false positive cache hits for __asm__(".incbin" " \"file\"")Joel Rosdahl2022-07-191-2/+11
* feat: Include timestamp in per-object debug filenamesJoel Rosdahl2022-06-111-9/+9
* feat: Set CCACHE_DISABLE when calling compilerJoel Rosdahl2022-06-101-16/+15
* fix: Fall back to compiler when producing assembler listing fileJoel Rosdahl2022-06-071-0/+24
* fix: Don’t cache preexisting object file when using -fsyntax-onlyJoel Rosdahl2022-03-241-0/+36
* test: Don’t require C++-capable compiler for the test suiteJoel Rosdahl2022-03-131-4/+5
* feat: Add --inspect option instead of --dump-manifest/--dump-resultJoel Rosdahl2022-01-251-1/+1
* test: Verify -fsyntax-only handling without -cJoel Rosdahl2022-01-171-2/+3
* test: Improve code styleJoel Rosdahl2021-12-291-8/+9
* fix: Avoid .incbin false positive (#983)Alexey Sheplyakov2021-12-291-0/+14
* feat: Support caching stdout for all compiler typesJoel Rosdahl2021-12-121-16/+20
* Add support for caching stdout from MSVC (#962)Luboš Luňák2021-12-121-0/+20
* test: Cope with CC being a wrapper script that uses ccacheJoel Rosdahl2021-09-201-19/+22
* test: Improve output of differing text files on failureJoel Rosdahl2021-08-241-2/+2
* fix(test): Fix .incbin test with newer binutilsJoel Rosdahl2021-08-201-2/+4
* feat: Print statistics IDs instead of descriptions to debug logJoel Rosdahl2021-08-161-1/+1
* feat: Add statistics for forced recachesJoel Rosdahl2021-08-101-1/+3
* feat: Add statistics for primary/secondary hits/missJoel Rosdahl2021-08-101-0/+8
* feat: Add statistics for direct/preprocessed cache missJoel Rosdahl2021-08-101-0/+4
* test: Use machine-parsable statistics IDs in testsJoel Rosdahl2021-08-101-362/+362
* refactor(test): Improve duplicate tests in base suiteJoel Rosdahl2021-08-101-13/+7
* Add util::to_absolute_pathJoel Rosdahl2021-07-041-0/+6
* Silence stray printout from "-P -c" test caseJoel Rosdahl2021-06-131-1/+1
* Improve statistics for “-P -E”Joel Rosdahl2021-04-131-15/+31
* Fix "Debug option" test (#807)pawelkrysiak2021-03-061-1/+1
* Write debug log file in most argument processing error scenariosJoel Rosdahl2021-03-051-0/+7
* Handle -frecord-gcc-switches correctlyJoel Rosdahl2021-02-231-0/+21
* Only dup2 stderr into $UNCACHED_ERR_FD for preprocessor/compilerJoel Rosdahl2021-02-071-1/+9
* Improve handling of SOURCE_DATE_EPOCHJoel Rosdahl2021-02-011-18/+0
* Test suite fixes and improvements for Windows (#780)Nicholas Hutchinson2021-01-191-4/+15
* Ignore SOURCE_DATE_EPOCH under time_macros sloppiness (#755)Azat Khuzhin2021-01-091-0/+18
* Fix retrieval of object file when destination is /dev/nullJoel Rosdahl2021-01-031-0/+11
* Fix running tests on macOS (#756)Nicholas Hutchinson2020-12-281-2/+2
* Cache -fsyntax-only result (#685)Alexander Lanin2020-11-161-1/+28
* Add possibility of overriding compiler type guessJoel Rosdahl2020-11-091-0/+23
* Retain given color diagnostics options when forcing colored outputJoel Rosdahl2020-11-031-16/+9
* Restore original umask after finalize_at_exitJoel Rosdahl2020-10-281-3/+21