This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository test-suite.
from 0bf4fa51 litsupport: fix pycodestyle/pyflakes reports; NFC new e2a3e693 cmake: Specify reference outputs in llvm_test_data() new 1cbf47c8 cmake: Copy HashProgramOutput.sh to build dir new f2b9bc6e litsupport/remote: Work without shared filesystem
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CMakeLists.txt | 6 +++ .../AnisotropicDiffusion/CMakeLists.txt | 7 ++- .../BilateralFiltering/CMakeLists.txt | 7 ++- .../ImageProcessing/Blur/CMakeLists.txt | 13 ++++-- .../ImageProcessing/Dilate/CMakeLists.txt | 7 ++- .../ImageProcessing/Dither/CMakeLists.txt | 13 ++++-- .../ImageProcessing/Interpolation/CMakeLists.txt | 13 ++++-- MicroBenchmarks/harris/CMakeLists.txt | 10 +++-- cmake/modules/SingleMultiSource.cmake | 37 +++++++++++----- cmake/modules/TestFile.cmake | 5 +++ cmake/modules/TestSuite.cmake | 35 +++++++++++---- litsupport/modules/microbenchmark.py | 34 +++++++-------- litsupport/modules/profilegen.py | 2 + litsupport/modules/remote.py | 51 ++++++++++++++++------ litsupport/modules/timeit.py | 14 ++++-- litsupport/test.py | 16 +------ litsupport/testplan.py | 20 +++++++++ tools/CMakeLists.txt | 20 ++++++--- utils/rsync.sh | 34 +++++++++++++++ 19 files changed, 249 insertions(+), 95 deletions(-) create mode 100755 utils/rsync.sh