[clang] Mark tests as unsupported when targeting z/OS (PR #107916)

2024-09-24 Thread Abhina Sree via cfe-commits
https://github.com/abhina-sree approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/107916 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Mark tests as unsupported when targeting z/OS (PR #107916)

2024-09-23 Thread Sean Perry via cfe-commits
@@ -24,6 +24,7 @@ // // FIXME: Path handling should work on all platforms. // REQUIRES: system-linux +// UNSUPPORTED: target={{.*}}-zos{{.*}} perry-ca wrote: Unless we can prove that is the case, it is better to stick with the more selective condition. I don

[clang] Mark tests as unsupported when targeting z/OS (PR #107916)

2024-09-23 Thread Abhina Sree via cfe-commits
https://github.com/abhina-sree edited https://github.com/llvm/llvm-project/pull/107916 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Mark tests as unsupported when targeting z/OS (PR #107916)

2024-09-23 Thread Abhina Sree via cfe-commits
https://github.com/abhina-sree edited https://github.com/llvm/llvm-project/pull/107916 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Mark tests as unsupported when targeting z/OS (PR #107916)

2024-09-23 Thread Abhina Sree via cfe-commits
@@ -24,6 +24,7 @@ // // FIXME: Path handling should work on all platforms. // REQUIRES: system-linux +// UNSUPPORTED: target={{.*}}-zos{{.*}} abhina-sree wrote: Would this work instead? I think this testcase won't work for all non-linux targets // REQUIRES:

[clang] Mark tests as unsupported when targeting z/OS (PR #107916)

2024-09-23 Thread Sean Perry via cfe-commits
perry-ca wrote: @abhina-sree could you review this. Thanks https://github.com/llvm/llvm-project/pull/107916 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Mark tests as unsupported when targeting z/OS (PR #107916)

2024-09-09 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang @llvm/pr-subscribers-clang-driver Author: Sean Perry (perry-ca) Changes Set up these tests so these are marked as unsupported when targeting z/OS. Most would already be unsupported if you ran lit on z/OS. However, they also need to be unsupport

[clang] Mark tests as unsupported when targeting z/OS (PR #107916)

2024-09-09 Thread Sean Perry via cfe-commits
https://github.com/perry-ca created https://github.com/llvm/llvm-project/pull/107916 Set up these tests so these are marked as unsupported when targeting z/OS. Most would already be unsupported if you ran lit on z/OS. However, they also need to be unsupported if the default triple is z/OS.