[llvm-branch-commits] [clang] clang: Remove requires system-linux from some driver tests (PR #111976)
Sean Perry via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Oct 11 15:40:11 PDT 2024
================
@@ -1,4 +1,3 @@
-// REQUIRES: system-linux
----------------
perry-ca wrote:
I'm looking into that question. The first thing I noticed was the temp file is being created and read as a binary file. I also noticed that the output of the script is not being redirected into the temp file. I'll get a PR up to fix these problems once I get it solved.
I think that mean the only issue on z/OS is not related to these tests. Could you mark the 3 failing tests as XFAIL for system-zos. I'll remove that once I have the problem fixed.
https://github.com/llvm/llvm-project/pull/111976
More information about the llvm-branch-commits
mailing list