[all-commits] [llvm/llvm-project] 88b03a: Change update_xxx_checks to continue on error when...

Matthias Braun via All-commits all-commits at lists.llvm.org
Wed Apr 30 10:23:22 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 88b03aafdbda85355b1522bc8ddbf8b5db8fb2b0
      https://github.com/llvm/llvm-project/commit/88b03aafdbda85355b1522bc8ddbf8b5db8fb2b0
  Author: Matthias Braun <matze at braunis.de>
  Date:   2025-04-30 (Wed, 30 Apr 2025)

  Changed paths:
    M llvm/utils/update_analyze_test_checks.py
    M llvm/utils/update_cc_test_checks.py
    M llvm/utils/update_llc_test_checks.py
    M llvm/utils/update_mc_test_checks.py
    M llvm/utils/update_mca_test_checks.py
    M llvm/utils/update_mir_test_checks.py
    M llvm/utils/update_test_checks.py

  Log Message:
  -----------
  Change update_xxx_checks to continue on error when processing mutliple inputs (#137728)

Change llvm/utils/update_xxx_checks.py scripts to:

Catch exceptions individually for each test. On exception print which
test triggered the exception and continue with the remaining test
updates.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list