mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-28 20:44:40 +00:00
26 lines
1.6 KiB
Diff
26 lines
1.6 KiB
Diff
Index: llvm-toolchain-snapshot_14~++20211029125545+154c036ebb9b/libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_14~++20211029125545+154c036ebb9b.orig/libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp
|
|
+++ llvm-toolchain-snapshot_14~++20211029125545+154c036ebb9b/libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp
|
|
@@ -8,6 +8,7 @@
|
|
//
|
|
// UNSUPPORTED: libcpp-has-no-threads
|
|
// ALLOW_RETRIES: 2
|
|
+// XFAIL: *
|
|
|
|
// TODO(ldionne): This test fails on Ubuntu Focal on our CI nodes (and only there), in 32 bit mode.
|
|
// UNSUPPORTED: linux && 32bits-on-64bits
|
|
Index: llvm-toolchain-snapshot_14~++20211029125545+154c036ebb9b/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_14~++20211029125545+154c036ebb9b.orig/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp
|
|
+++ llvm-toolchain-snapshot_14~++20211029125545+154c036ebb9b/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp
|
|
@@ -11,7 +11,7 @@
|
|
// ALLOW_RETRIES: 2
|
|
|
|
// dylib support for shared_mutex was added in macosx10.12
|
|
-// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11}}
|
|
+// XFAIL: *
|
|
|
|
// TODO(ldionne): This test fails on Ubuntu Focal on our CI nodes (and only there), in 32 bit mode.
|
|
// UNSUPPORTED: linux && 32bits-on-64bits
|