This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch dependabot/pip/werkzeug-3.0.6 in repository llvm-lnt.
discards 49836f4 Bump werkzeug from 0.15.6 to 3.0.6 adds 30f4c1e Fix crash in runtest when build_tool_options is not set (#27) adds e7d5e9f Update the version check adds a57eea6 All llvm projects moved to github quite a while ago adds d5c039d Automatically set Ninja generator for --use-make=ninja adds 1909e5a Fix missed change of cmake_flags adds d6a7c2c Merge pull request #31 from omjavaid/fix_usemake_ninja adds 5b02472 Bump SQLAlchemy==1.3.24 to support lnt on Windows (#33) adds fab0b1d Fix lnt startup crash on Windows (#32) adds 0e9a3ae Handle non-Apple packaged GCC versions (#34) adds 0d5b979 Revert "Handle non-Apple packaged GCC versions (#34)" (#36) adds 37a5ba2 Reapply "Handle non-Apple packaged GCC versions (#34)" (#36) adds 11b8842 Add --cmake-toolchain and --remote-host flags for test-suite (#35) adds b20eb73 Use CMAKE_OBJDUMP when importing profiles in test-suite (#37) adds 5b2e8f0 [Profile] Handle binutils objdump RISC-V addresses adds 6ab1c0e [NFC] Fix typo in dropdown menu adds 4cb5091 [NFC] Remove stray Python string adds 8e8d9c8 [NFC] Fix typo in 404 error message adds 8a0a8ff added simple github action adds de742ec add mypy adds da59ce3 Fix various Flake8 issues in the codebase (#43) adds 06b6d38 Use allowlist_externals instead of whitelist_externals (#46) adds 609a425 Bump Sphinx version from 2.0 to 7.x (#47) adds ab46fce Fix another mention of whitelist_externals in tox.ini adds 1bdfa48 Bump Python requirement to 3.8 and replace usage of pkg_resou [...] adds 17a374c Fix "Can't determine which FROM clause to join from" SQLAlche [...] adds ed246e5 Run Tox tests in the Github Action CI (#49) adds 7485824 [tox] Fix a few invalid type annotations (#50) adds a86db1b Make aggregation function selection consistent across Run and [...] adds fc25e11 [CI] Update the version of actions used in the CI (#51) adds 04cc399 [tox] Remove now unused types-setuptools dependency (#53) adds ec02207 Unpit lit version from setup.py (#54) new 47b2c03 Bump werkzeug from 0.15.6 to 3.0.6
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 (49836f4) \ N -- N -- N refs/heads/dependabot/pip/werkzeug-3.0.6 (47b2c03)
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 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: .github/workflows/tox.yaml | 28 +++++++ docs/developer_guide.rst | 24 +++--- lnt/__init__.py | 9 +-- lnt/formats/__init__.py | 6 +- lnt/lnttool/main.py | 19 ++--- lnt/server/__init__.py | 4 +- lnt/server/db/__init__.py | 4 +- lnt/server/db/fieldchange.py | 22 +++--- lnt/server/db/migrations/upgrade_2_to_3.py | 2 +- lnt/server/db/migrations/upgrade_7_to_8.py | 2 +- lnt/server/db/rules/__init__.py | 4 +- .../db/rules/rule_update_fixed_regressions.py | 8 +- lnt/server/db/rules_manager.py | 4 +- lnt/server/db/testsuite.py | 2 +- lnt/server/db/util.py | 8 +- lnt/server/reporting/__init__.py | 4 +- lnt/server/ui/__init__.py | 4 +- lnt/server/ui/static/docs/index.html | 8 +- lnt/server/ui/static/lnt_profile.js | 4 +- lnt/server/ui/templates/submit_run.html | 2 +- lnt/server/ui/templates/v4_graph.html | 15 +++- lnt/server/ui/templates/v4_run.html | 12 +-- lnt/server/ui/util.py | 2 +- lnt/server/ui/views.py | 88 ++++++++++++---------- lnt/testing/__init__.py | 4 +- lnt/testing/profile/profile.py | 6 +- lnt/testing/util/__init__.py | 4 +- lnt/testing/util/compilers.py | 9 ++- lnt/tests/nt.py | 10 ++- lnt/tests/test_suite.py | 29 +++++-- lnt/util/__init__.py | 4 +- lnt/util/stats.py | 18 ----- lnt/util/wsgi_restart.py | 4 +- setup.py | 11 ++- tests/Formats/json.py | 4 +- tests/Formats/plist.py | 4 +- tests/SharedInputs/FakeCompilers/fakecompiler.py | 24 ++++++ .../{apple-clang-138.1 => gcc-debian} | 0 .../FakeCompilers/{apple-clang-138.1 => gcc-trunk} | 0 tests/lnttool/PostgresDB.shtest | 4 +- tests/lnttool/Profile.py | 8 +- tests/lnttool/UpdateDB.py | 4 +- tests/lnttool/admin.shtest | 20 ++--- tests/lnttool/checkformat.shtest | 10 +-- tests/lnttool/email_tools.py | 4 +- tests/lnttool/showtests.shtest | 2 +- tests/lnttool/submit.shtest | 22 +++--- tests/lnttool/submit_badurl.shtest | 2 +- tests/runtest/exclude_stat.py | 4 +- tests/runtest/multisample.py | 4 +- tests/runtest/nt-darwin.py | 2 +- tests/runtest/nt.py | 38 +++++----- tests/runtest/only_test.py | 4 +- tests/runtest/rerun.py | 8 +- tests/runtest/test_suite-benchmarking-only.shtest | 2 +- tests/runtest/test_suite-c-compiler.shtest | 2 +- tests/runtest/test_suite-cache.shtest | 12 +-- tests/runtest/test_suite-cc.shtest | 2 +- tests/runtest/test_suite-cflags0.shtest | 2 +- tests/runtest/test_suite-cflags1.shtest | 2 +- tests/runtest/test_suite-cflags2.shtest | 2 +- tests/runtest/test_suite-cflags3.shtest | 2 +- tests/runtest/test_suite-cflags4.shtest | 2 +- tests/runtest/test_suite-compile-only.shtest | 2 +- tests/runtest/test_suite-cross.shtest | 2 +- tests/runtest/test_suite-fail-compile.shtest | 2 +- tests/runtest/test_suite-fail-exec.shtest | 2 +- tests/runtest/test_suite-machine-name.shtest | 2 +- tests/runtest/test_suite-metrics.shtest | 4 +- tests/runtest/test_suite-only-test.shtest | 2 +- tests/runtest/test_suite-perf-events.shtest | 2 +- tests/runtest/test_suite-pgo.shtest | 4 +- tests/runtest/test_suite-profile.shtest | 2 +- tests/runtest/test_suite-run-order.shtest | 2 +- tests/runtest/test_suite-run-under.shtest | 6 +- tests/runtest/test_suite-use-perf.shtest | 2 +- tests/runtest/test_suite.shtest | 14 ++-- tests/runtest/test_suite_diagnose.shtest | 4 +- tests/server/db/ImportV4TestSuiteInstance.py | 10 +-- tests/server/db/yamlschema.shtest | 12 +-- tests/server/ui/V4Pages.py | 9 ++- tests/server/ui/statsTester.py | 63 +++++++--------- tests/testing/Compilers.py | 16 ++++ tox.ini | 20 +++-- 84 files changed, 413 insertions(+), 349 deletions(-) create mode 100644 .github/workflows/tox.yaml copy tests/SharedInputs/FakeCompilers/{apple-clang-138.1 => gcc-debian} (100%) copy tests/SharedInputs/FakeCompilers/{apple-clang-138.1 => gcc-trunk} (100%)