[all-commits] [llvm/llvm-project] 57eb92: [llvm-objdump][test] Relax directory prefix check ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri May 31 09:46:38 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 57eb92ea6c1fbc64692221727219078636ed6c86
https://github.com/llvm/llvm-project/commit/57eb92ea6c1fbc64692221727219078636ed6c86
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-05-31 (Fri, 31 May 2024)
Changed paths:
M llvm/test/tools/llvm-objdump/X86/source-interleave-x86_64.test
Log Message:
-----------
[llvm-objdump][test] Relax directory prefix check in source-interleave test (#93789)
This test currently has an explicit regex for characters that are
supposedly valid inside a directory name -- however, it does not
actually cover all necessary characters. For example, this test fails if
the path contains a tilde.
Instead, replace this with a wildcard.
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