Skip to content

[clang][modules-driver] Fix failing import-std regression test - #194502

Merged
naveen-seth merged 1 commit into
llvm:mainfrom
naveen-seth:fix-failing-import-std-test
Apr 28, 2026
Merged

[clang][modules-driver] Fix failing import-std regression test#194502
naveen-seth merged 1 commit into
llvm:mainfrom
naveen-seth:fix-failing-import-std-test

Conversation

@naveen-seth

Copy link
Copy Markdown
Contributor

See #194475 (comment).
This constrains the test to not run on aarch64, where it fails on clang-aarch64-quick and llvm-clang-aarch64-darwin builders.
The failing builders don't show any output, and the test will be re-enabled for aarch64 in a later follow-up.

See llvm#194475 (comment).
This constrains the test to not run on aarch64, where it fails on
clang-aarch64-quick and llvm-clang-aarch64-darwin builders.
@naveen-seth
naveen-seth merged commit eac6d03 into llvm:main Apr 28, 2026
8 of 11 checks passed
@llvmbot llvmbot added clang Clang issues not falling into any other category clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' labels Apr 28, 2026
@llvmbot

llvmbot commented Apr 28, 2026

Copy link
Copy Markdown
Member

@llvm/pr-subscribers-clang-driver

Author: Naveen Seth Hanig (naveen-seth)

Changes

See #194475 (comment).
This constrains the test to not run on aarch64, where it fails on clang-aarch64-quick and llvm-clang-aarch64-darwin builders.
The failing builders don't show any output, and the test will be re-enabled for aarch64 in a later follow-up.


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

1 Files Affected:

  • (modified) clang/test/Driver/modules-driver-import-std.cpp (+3)
diff --git a/clang/test/Driver/modules-driver-import-std.cpp b/clang/test/Driver/modules-driver-import-std.cpp
index e2a74df05fdc0..0fc49c1658c5d 100644
--- a/clang/test/Driver/modules-driver-import-std.cpp
+++ b/clang/test/Driver/modules-driver-import-std.cpp
@@ -1,6 +1,9 @@
 // Checks that -fmodules-driver correctly handles the import of Standard library
 // modules.
 
+// https://github.com/llvm/llvm-project/pull/194475#issuecomment-4331347690
+// UNSUPPORTED: aarch64
+
 // The standard library modules manifest (libc++.modules.json) is discovered
 // relative to the installed C++ standard library runtime libraries
 // We need to create them in order for Clang to find the manifest.

@llvmbot

llvmbot commented Apr 28, 2026

Copy link
Copy Markdown
Member

@llvm/pr-subscribers-clang

Author: Naveen Seth Hanig (naveen-seth)

Changes

See #194475 (comment).
This constrains the test to not run on aarch64, where it fails on clang-aarch64-quick and llvm-clang-aarch64-darwin builders.
The failing builders don't show any output, and the test will be re-enabled for aarch64 in a later follow-up.


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

1 Files Affected:

  • (modified) clang/test/Driver/modules-driver-import-std.cpp (+3)
diff --git a/clang/test/Driver/modules-driver-import-std.cpp b/clang/test/Driver/modules-driver-import-std.cpp
index e2a74df05fdc0..0fc49c1658c5d 100644
--- a/clang/test/Driver/modules-driver-import-std.cpp
+++ b/clang/test/Driver/modules-driver-import-std.cpp
@@ -1,6 +1,9 @@
 // Checks that -fmodules-driver correctly handles the import of Standard library
 // modules.
 
+// https://github.com/llvm/llvm-project/pull/194475#issuecomment-4331347690
+// UNSUPPORTED: aarch64
+
 // The standard library modules manifest (libc++.modules.json) is discovered
 // relative to the installed C++ standard library runtime libraries
 // We need to create them in order for Clang to find the manifest.

dyung added a commit that referenced this pull request Apr 28, 2026
The change in #194502 attempted to mark the test as UNSUPPORTED for
AArch64, but it didn't work because it wasn't specified correctly. This
fixes it.
yingopq pushed a commit to yingopq/llvm-project that referenced this pull request Apr 29, 2026
…194502)

See
llvm#194475 (comment).
This constrains the test to not run on aarch64, where it fails on
`clang-aarch64-quick` and `llvm-clang-aarch64-darwin` builders.
The failing builders don't show any output, and the test will be
re-enabled for aarch64 in a later follow-up.

Co-authored-by: Naveen Seth Hanig <naveen.hanig@oulook.com>
yingopq pushed a commit to yingopq/llvm-project that referenced this pull request Apr 29, 2026
The change in llvm#194502 attempted to mark the test as UNSUPPORTED for
AArch64, but it didn't work because it wasn't specified correctly. This
fixes it.
KHicketts pushed a commit to KHicketts/llvm-project that referenced this pull request Apr 30, 2026
…194502)

See
llvm#194475 (comment).
This constrains the test to not run on aarch64, where it fails on
`clang-aarch64-quick` and `llvm-clang-aarch64-darwin` builders.
The failing builders don't show any output, and the test will be
re-enabled for aarch64 in a later follow-up.

Co-authored-by: Naveen Seth Hanig <naveen.hanig@oulook.com>
KHicketts pushed a commit to KHicketts/llvm-project that referenced this pull request Apr 30, 2026
The change in llvm#194502 attempted to mark the test as UNSUPPORTED for
AArch64, but it didn't work because it wasn't specified correctly. This
fixes it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang Clang issues not falling into any other category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants