Skip to content

Commit 29dacc4

Browse files
committed
Adjust XFAIL
1 parent 097afe2 commit 29dacc4

File tree

1 file changed

+3
-2
lines changed
  • libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals

1 file changed

+3
-2
lines changed

libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/setbuf.pass.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010

1111
// basic_streambuf<charT, traits>* setbuf(char_type* s, streamsize n) override;
1212

13-
// In C++23 and later, this test requires support for P2467R1 in the dylib (a3f17ba3febbd546f2342ffc780ac93b694fdc8d)
14-
// XFAIL: (!c++03 && !c++11 && !c++14 && !c++17 && !c++20) && using-built-library-before-llvm-18
13+
// This test requires the fix to https://github.com/llvm/llvm-project/issues/60509 in the dylib,
14+
// which landed in 5afb937d8a30445642ccaf33866ee4cdd0713222.
15+
// XFAIL: using-built-library-before-llvm-19
1516

1617
#include <fstream>
1718
#include <cstddef>

0 commit comments

Comments
 (0)