[all-commits] [llvm/llvm-project] 29112a: Mark this test as unsupported on Windows systems
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Fri Jul 21 05:11:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 29112a994694baee070a2021e00f772f1913d214
https://github.com/llvm/llvm-project/commit/29112a994694baee070a2021e00f772f1913d214
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M lld/test/ELF/export-dynamic-symbol.s
Log Message:
-----------
Mark this test as unsupported on Windows systems
There is a strange issue happening with command line processing though. The
command line argument
--export-dynamic-symbol 'f*'
does not have the single quotes stripped on some Windows targets (but not
all). This causes the glob matching to fail, which means the test fails on
some Windows bots and passes on others.
This is expected to be a temporary measure to get bots back to green. I've not
found a commit that has caused a behavioral change that could be reverted
instead, so this could be an issue with lit or test machine configuration.
More information about the All-commits
mailing list