[libcxx-commits] [libcxx] [libc++] Switch XFAIL in xsgetn.buffer.pass.cpp to LLVM 23 (PR #212969)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 30 05:16:27 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Nikolas Klauser (philnik777)
<details>
<summary>Changes</summary>
We want to back-port the fix for xsgetn, so the XFAIL needs to be updated to reflect that.
---
Full diff: https://github.com/llvm/llvm-project/pull/212969.diff
1 Files Affected:
- (modified) libcxx/test/extensions/libcxx/input.output/file.streams/fstreams/filebuf.members/xsgetn.buffer.pass.cpp (+1-1)
``````````diff
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>
``````````
</details>
https://github.com/llvm/llvm-project/pull/212969
More information about the libcxx-commits
mailing list