Skip to content

Commit edaaaae

Browse files
committed
disable the test for clang-22 until the fix is included in libc++ CI image
1 parent 2fbe8d5 commit edaaaae

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

libcxx/test/std/atomics/atomics.types.generic/cas_non_power_of_2.pass.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
// XFAIL: clang-20, clang-21, apple-clang-15, apple-clang-16, apple-clang-17
1313
// UNSUPPORTED: c++03
1414

15+
// TODO: remove the UNSUPPORTED clang-22 once libc++ CI's clang is updated to include
16+
// the fix https://github.com/llvm/llvm-project/pull/78707
17+
// UNSUPPORTED: clang-22
18+
1519
#include <atomic>
1620
#include <cstring>
1721
#include <cassert>
1822

19-
// todo remove after debugging
20-
#include <iostream>
21-
2223
template <int Size>
2324
struct S {
2425
char data[Size];

0 commit comments

Comments
 (0)