Skip to content

Commit 121ed5c

Browse files
authored
[libc++] Remove test suite annotations for experimental stop_token (llvm#110890)
<stop_token> is not experimental anymore, so its tests shouldn't be guarded by libcpp-has-no-experimental-stop_token.
1 parent 82f5acf commit 121ed5c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1
-55
lines changed

libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_for_token_pred.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
//
99
// UNSUPPORTED: no-threads
1010
// UNSUPPORTED: c++03, c++11, c++14, c++17
11-
// UNSUPPORTED: libcpp-has-no-experimental-stop_token
1211
// XFAIL: availability-synchronization_library-missing
1312

1413
// <condition_variable>

libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_token_pred.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
//
99
// UNSUPPORTED: no-threads
1010
// UNSUPPORTED: c++03, c++11, c++14, c++17
11-
// UNSUPPORTED: libcpp-has-no-experimental-stop_token
1211
// XFAIL: availability-synchronization_library-missing
1312

1413
// <condition_variable>

libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_until_token_pred.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//
99
// UNSUPPORTED: no-threads
1010
// UNSUPPORTED: c++03, c++11, c++14, c++17
11-
// UNSUPPORTED: libcpp-has-no-experimental-stop_token
11+
1212
// XFAIL: availability-synchronization_library-missing
1313

1414
// <condition_variable>

libcxx/test/std/thread/thread.jthread/assign.move.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//===----------------------------------------------------------------------===//
88
//
99
// UNSUPPORTED: no-threads
10-
// UNSUPPORTED: libcpp-has-no-experimental-stop_token
1110
// UNSUPPORTED: c++03, c++11, c++14, c++17
1211
// XFAIL: availability-synchronization_library-missing
1312
// ADDITIONAL_COMPILE_FLAGS(gcc-style-warnings): -Wno-self-move

libcxx/test/std/thread/thread.jthread/cons.default.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//===----------------------------------------------------------------------===//
88
//
99
// UNSUPPORTED: no-threads
10-
// UNSUPPORTED: libcpp-has-no-experimental-stop_token
1110
// UNSUPPORTED: c++03, c++11, c++14, c++17
1211
// XFAIL: availability-synchronization_library-missing
1312

libcxx/test/std/thread/thread.jthread/cons.func.token.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//===----------------------------------------------------------------------===//
88
//
99
// UNSUPPORTED: no-threads
10-
// UNSUPPORTED: libcpp-has-no-experimental-stop_token
1110
// UNSUPPORTED: c++03, c++11, c++14, c++17
1211
// XFAIL: availability-synchronization_library-missing
1312

libcxx/test/std/thread/thread.jthread/cons.move.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//===----------------------------------------------------------------------===//
88
//
99
// UNSUPPORTED: no-threads
10-
// UNSUPPORTED: libcpp-has-no-experimental-stop_token
1110
// UNSUPPORTED: c++03, c++11, c++14, c++17
1211
// XFAIL: availability-synchronization_library-missing
1312

libcxx/test/std/thread/thread.jthread/copy.delete.compile.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//===----------------------------------------------------------------------===//
88
//
99
// UNSUPPORTED: no-threads
10-
// UNSUPPORTED: libcpp-has-no-experimental-stop_token
1110
// UNSUPPORTED: c++03, c++11, c++14, c++17
1211
// XFAIL: availability-synchronization_library-missing
1312

libcxx/test/std/thread/thread.jthread/detach.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//===----------------------------------------------------------------------===//
88
//
99
// UNSUPPORTED: no-threads
10-
// UNSUPPORTED: libcpp-has-no-experimental-stop_token
1110
// UNSUPPORTED: c++03, c++11, c++14, c++17
1211
// XFAIL: availability-synchronization_library-missing
1312

libcxx/test/std/thread/thread.jthread/dtor.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//===----------------------------------------------------------------------===//
88
//
99
// UNSUPPORTED: no-threads
10-
// UNSUPPORTED: libcpp-has-no-experimental-stop_token
1110
// UNSUPPORTED: c++03, c++11, c++14, c++17
1211
// XFAIL: availability-synchronization_library-missing
1312

0 commit comments

Comments
 (0)