Skip to content

Commit cf83e79

Browse files
committed
[libc++][format] Disables test on GCC-12.
These tests fail in D144331, for the same reason other format tests fail in GCC. This is a resource issue.
1 parent 14fee3d commit cf83e79

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

libcxx/test/std/utilities/format/format.range/format.range.fmtset/format.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
99
// UNSUPPORTED: libcpp-has-no-incomplete-format
1010

11+
// TODO FMT Fix this test using GCC, it currently times out.
12+
// UNSUPPORTED: gcc-12
13+
1114
// This test requires the dylib support introduced in D92214.
1215
// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{.+}}
1316
// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx11.{{.+}}

libcxx/test/std/utilities/format/format.range/format.range.fmtset/parse.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
99
// UNSUPPORTED: libcpp-has-no-incomplete-format
1010

11+
// TODO FMT Fix this test using GCC, it currently times out.
12+
// UNSUPPORTED: gcc-12
13+
1114
// This test requires the dylib support introduced in D92214.
1215
// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{.+}}
1316
// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx11.{{.+}}

0 commit comments

Comments
 (0)