[all-commits] [llvm/llvm-project] 337426: [flang] Harden testcase by changing variable name....

Abid Qadeer via All-commits all-commits at lists.llvm.org
Tue Jun 3 02:21:43 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3374263a08d17263195df4e39d513d624fc06e5e
      https://github.com/llvm/llvm-project/commit/3374263a08d17263195df4e39d513d624fc06e5e
  Author: Abid Qadeer <haqadeer at amd.com>
  Date:   2025-06-03 (Tue, 03 Jun 2025)

  Changed paths:
    M flang/test/Lower/namelist.f90

  Log Message:
  -----------
  [flang] Harden testcase by changing variable name. (#142363)

I noticed that this testcase was failing in a CI build because it has a
`CHECK-NOT: bbb` while `bbb` could appear in the hashed global variable
name. Improved the test by changing this name to `ggg` which can't
appear in a hex string.



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