libcxx-silent-failure-arm64
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Tue, 14 Jan 2025 13:16:47 +0000 (14:16 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 14 Jan 2025 13:16:47 +0000 (14:16 +0100)
===================================================================

Gbp-Pq: Topic libcxx
Gbp-Pq: Name libcxx-silent-failure-arm64.diff

libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp
libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp

index 6a054f74b9fb9d76a458b2c240a85c25c1a5a297..ae03ea75fbcc7f9882d1f294208fe992f0b1c119 100644 (file)
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: no-threads, c++03
+// XFAIL: *
 
 // <condition_variable>
 
index d36ca1d38f8f13373f44ade1659619493e335efb..cb70038ecc3e7ba2107839901c49546cfac344fb 100644 (file)
@@ -9,6 +9,8 @@
 // UNSUPPORTED: no-threads
 // UNSUPPORTED: c++03, c++11
 
+// XFAIL: *
+
 // <shared_mutex>
 
 // template <class Mutex> class shared_lock;