This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch riscv-cfg in repository llvm-lnt.
discards 1c443e6 [Profile] Add CFG support for RISC-V 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) new 7b020b1 [Profile] Add CFG support for RISC-V new 10466ce Fix jump regexp quantifier
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (1c443e6) \ N -- N -- N refs/heads/riscv-cfg (10466ce)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 2 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: docs/quickstart.rst | 7 ++ lnt/server/ui/static/lnt_profile.js | 2 +- lnt/tests/test_suite.py | 78 +++++++++++----------- 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 ++++---- 18 files changed, 130 insertions(+), 112 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