[libcxx-commits] [libcxx] [libc++] Switch XFAIL in xsgetn.buffer.pass.cpp to LLVM 23 (PR #212969)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 30 02:24:53 PDT 2026
https://github.com/philnik777 created https://github.com/llvm/llvm-project/pull/212969
We want to back-port the fix for xsgetn, so the XFAIL needs to be updated to reflect that.
>From 97d8ed35cb56706f82536c8260bb666dbec2ae6b Mon Sep 17 00:00:00 2001
From: Nikolas Klauser <nikolasklauser at berlin.de>
Date: Thu, 30 Jul 2026 11:24:02 +0200
Subject: [PATCH] [libc++] Switch XFAIL in xsgetn.buffer.pass.cpp to LLVM 23
---
.../fstreams/filebuf.members/xsgetn.buffer.pass.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libcxx/test/extensions/libcxx/input.output/file.streams/fstreams/filebuf.members/xsgetn.buffer.pass.cpp b/libcxx/test/extensions/libcxx/input.output/file.streams/fstreams/filebuf.members/xsgetn.buffer.pass.cpp
index 42080dc7cd513..baa6de2b04c34 100644
--- a/libcxx/test/extensions/libcxx/input.output/file.streams/fstreams/filebuf.members/xsgetn.buffer.pass.cpp
+++ b/libcxx/test/extensions/libcxx/input.output/file.streams/fstreams/filebuf.members/xsgetn.buffer.pass.cpp
@@ -10,7 +10,7 @@
// UNSUPPORTED: no-localization, no-filesystem
-// XFAIL: using-built-library-before-llvm-24
+// XFAIL: using-built-library-before-llvm-23
// <fstream>
More information about the libcxx-commits
mailing list