[libcxx-commits] [libcxx] 76140a6 - [libc++] Switch XFAIL in xsgetn.buffer.pass.cpp to LLVM 23 (#212969)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 30 05:15:50 PDT 2026
Author: Nikolas Klauser
Date: 2026-07-30T14:15:45+02:00
New Revision: 76140a666d18b940597bf73362d4101af0247ea6
URL: https://github.com/llvm/llvm-project/commit/76140a666d18b940597bf73362d4101af0247ea6
DIFF: https://github.com/llvm/llvm-project/commit/76140a666d18b940597bf73362d4101af0247ea6.diff
LOG: [libc++] Switch XFAIL in xsgetn.buffer.pass.cpp to LLVM 23 (#212969)
We want to back-port the fix for xsgetn, so the XFAIL needs to be
updated to reflect that.
Added:
Modified:
libcxx/test/extensions/libcxx/input.output/file.streams/fstreams/filebuf.members/xsgetn.buffer.pass.cpp
Removed:
################################################################################
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