Skip to content

Conversation

@madanial0
Copy link
Contributor

This new test case breaks the buildbot starting https://lab.llvm.org/buildbot/#/builders/201/builds/6934. The corresponding clang test case sets the target triple to avoid failures.

@madanial0 madanial0 requested review from daltenty and kwk November 4, 2025 17:42
@madanial0 madanial0 self-assigned this Nov 4, 2025
@llvmbot llvmbot added flang:driver flang Flang issues not falling into any other category labels Nov 4, 2025
@llvmbot
Copy link
Member

llvmbot commented Nov 4, 2025

@llvm/pr-subscribers-flang-driver

Author: Mark Danial (madanial0)

Changes

This new test case breaks the buildbot starting https://lab.llvm.org/buildbot/#/builders/201/builds/6934. The corresponding clang test case sets the target triple to avoid failures.


Full diff: https://github.com/llvm/llvm-project/pull/166408.diff

1 Files Affected:

  • (modified) flang/test/Driver/gcc-triple.f90 (+1-1)
diff --git a/flang/test/Driver/gcc-triple.f90 b/flang/test/Driver/gcc-triple.f90
index 027d78a7c5046..9c0900397f0ff 100644
--- a/flang/test/Driver/gcc-triple.f90
+++ b/flang/test/Driver/gcc-triple.f90
@@ -1,4 +1,4 @@
-!! UNSUPPORTED: system-windows
+!! UNSUPPORTED: system-windows, system-aix
 
 !! Test that --gcc-triple option is working as expected.
 

@tarunprabhu
Copy link
Contributor

73e3d788906a6e82394ac41d5c added a --target option to the first test. Does this fail despite that fix? If so, I'm happy to approve.

@madanial0
Copy link
Contributor Author

Build https://lab.llvm.org/buildbot/#/builders/201/builds/6947 has the mentioned commit and still fails on AIX, but with a different error

@madanial0 madanial0 merged commit d2b43ff into llvm:main Nov 6, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

flang:driver flang Flang issues not falling into any other category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants