This is an automated email from the git hooks/post-receive script.
antoine.moynault pushed a change to branch linaro-local/master in repository toolchain/llvm-lnt.
from 30e42e4 Add benchmark noise adds 8b50a4c Remove outdated note in README (NFC) adds fa31c47 Merge pull request #16 from JOE1994/JOE1994-patch-1 adds a9301a3 [Profile] Fix CFG BB weight calculation (#17) adds 2b8a708 Add --filter and --filter-out arguments to test-suite (#18) adds e076972 Change /usr/bin/python -> /usr/bin/env python in tests (#23) adds c13ff67 Update old unittest asserts in tests (#24) adds 7688741 Invoke build tool via cmake --build in test-suite (#21) adds f987c12 Bump dependencies to get working on Python 3.12 (#22) adds d9db435 Add --build-tool-options to pass options to make/ninja/etc. (#25) adds e80247a [Profile] Add CFG support for RISC-V (#19) adds 30f4c1e Fix crash in runtest when build_tool_options is not set (#27) new d04b87d Merge main branch into linaro-local/master
The 1 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: README.md | 2 +- docs/quickstart.rst | 7 ++ lnt/server/ui/static/lnt_profile.js | 19 ++++- lnt/server/ui/templates/v4_profile.html | 1 + lnt/tests/test_suite.py | 89 +++++++++++++--------- setup.py | 6 +- tests/runtest/Inputs/test-suite-cmake/fake-cmake | 3 + .../Inputs/test-suite-cmake/fake-diagnose-cmake | 45 +++++++++++ .../Inputs/test-suite-cmake/fake-diagnose-make | 38 --------- tests/runtest/Inputs/test-suite-cmake/fake-lit | 2 +- .../Inputs/test-suite-cmake/fake-lit-fails-compile | 2 +- .../Inputs/test-suite-cmake/fake-lit-fails-exec | 2 +- .../Inputs/test-suite-cmake/fake-lit-profile | 4 +- .../test-suite-cmake/fake-lit-profile-import | 2 +- tests/runtest/test_suite-only-test.shtest | 2 +- tests/runtest/test_suite-pgo.shtest | 14 ++-- tests/runtest/test_suite_diagnose.shtest | 3 +- tests/server/ui/change_processing.py | 2 +- tests/server/ui/test_api.py | 2 +- tests/testing/TestingTest.py | 28 +++---- 20 files changed, 157 insertions(+), 116 deletions(-) create mode 100755 tests/runtest/Inputs/test-suite-cmake/fake-diagnose-cmake delete mode 100755 tests/runtest/Inputs/test-suite-cmake/fake-diagnose-make