[all-commits] [llvm/llvm-project] 7157f3: [libc++] Disable a std::unexpected test in modules...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Fri Jun 20 09:59:21 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7157f33c6c88143acb8bc02bc26a0d6786136419
https://github.com/llvm/llvm-project/commit/7157f33c6c88143acb8bc02bc26a0d6786136419
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M libcxx/test/libcxx/depr/exception.unexpected/unexpected_disabled_cpp17.verify.cpp
Log Message:
-----------
[libc++] Disable a std::unexpected test in modules build (#144466)
This patch disables unexpected_disabled_cpp17.verify.cpp under clang
modules builds because it changes diagnostics criteria post #143423,
causing the test to fail.
This patch follows a similar style to 853059a15011fd8b57dd0.
This was found when working on trying to land #144033.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list