Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 623881f1ea465f9c1837981db143f7225108580a Mon Sep 17 00:00:00 2001
From a589b15f0063e5260eceb3ab2a3d5f809577592a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dominik=20W=C3=B3jt?= <[email protected]>
Date: Mon, 16 Oct 2023 11:35:48 +0200
Subject: [libc++] tests with picolibc: xfail one remaining test
Expand All @@ -22,5 +22,5 @@ index d8eff69cb53f..e16048df722e 100644

void f() {}
--
2.39.5 (Apple Git-154)
2.43.0

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 8a0f8650d58f27ca32948554188b98c8978d1eb6 Mon Sep 17 00:00:00 2001
From dd8af4174590d6588ea70b0b60b22926469cf2cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dominik=20W=C3=B3jt?= <[email protected]>
Date: Wed, 15 Nov 2023 12:18:35 +0100
Subject: [libc++] tests with picolibc: disable large tests
Expand All @@ -9,7 +9,7 @@ Subject: [libc++] tests with picolibc: disable large tests
2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/libcxx/cmake/caches/Armv7M-picolibc.cmake b/libcxx/cmake/caches/Armv7M-picolibc.cmake
index b5f9089308d2..0a83e75ceceb 100644
index 0f8189b45728..9e1ae0832aee 100644
--- a/libcxx/cmake/caches/Armv7M-picolibc.cmake
+++ b/libcxx/cmake/caches/Armv7M-picolibc.cmake
@@ -18,6 +18,9 @@ set(LIBCXXABI_ENABLE_SHARED OFF CACHE BOOL "")
Expand All @@ -22,7 +22,7 @@ index b5f9089308d2..0a83e75ceceb 100644
set(LIBCXXABI_USE_COMPILER_RT ON CACHE BOOL "")
set(LIBCXX_ENABLE_EXCEPTIONS ON CACHE BOOL "")
set(LIBCXX_ENABLE_FILESYSTEM OFF CACHE STRING "")
@@ -30,12 +33,16 @@ set(LIBCXX_ENABLE_THREADS OFF CACHE BOOL "")
@@ -30,13 +33,17 @@ set(LIBCXX_ENABLE_THREADS OFF CACHE BOOL "")
set(LIBCXX_ENABLE_WIDE_CHARACTERS OFF CACHE BOOL "")
set(LIBCXX_INCLUDE_BENCHMARKS OFF CACHE BOOL "")
# Long tests are prohibitively slow when run via emulation.
Expand All @@ -40,8 +40,9 @@ index b5f9089308d2..0a83e75ceceb 100644
+set(LIBUNWIND_TEST_PARAMS "long_tests=False;large_tests=False" CACHE STRING "")
set(LIBUNWIND_USE_COMPILER_RT ON CACHE BOOL "")
find_program(QEMU_SYSTEM_ARM qemu-system-arm REQUIRED)

diff --git a/libcxxabi/test/test_demangle.pass.cpp b/libcxxabi/test/test_demangle.pass.cpp
index ad131bb3a8a7..ac612c79f71c 100644
index 858347bedce1..b632f79f92ed 100644
--- a/libcxxabi/test/test_demangle.pass.cpp
+++ b/libcxxabi/test/test_demangle.pass.cpp
@@ -7,7 +7,7 @@
Expand All @@ -53,7 +54,6 @@ index ad131bb3a8a7..ac612c79f71c 100644

// This test exercises support for char array initializer lists added in
// dd8b266ef.
// UNSUPPORTED: using-built-library-before-llvm-20
--
2.39.5 (Apple Git-154)
2.43.0

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 0f8dc80a7642430c8d02c36283766aeb5a59a331 Mon Sep 17 00:00:00 2001
From 4a975e88a71c4aaa0d2a58465944c2dec3e7cedb Mon Sep 17 00:00:00 2001
From: Piotr Przybyla <[email protected]>
Date: Wed, 15 Nov 2023 16:04:24 +0000
Subject: Disable failing compiler-rt test
Expand All @@ -8,7 +8,7 @@ Subject: Disable failing compiler-rt test
1 file changed, 2 insertions(+)

diff --git a/compiler-rt/test/builtins/Unit/arm/aeabi_uldivmod_test.c b/compiler-rt/test/builtins/Unit/arm/aeabi_uldivmod_test.c
index 2ff65a8b9ec3..98611a75e85f 100644
index 02cfa2f38713..2c04061a2ef6 100644
--- a/compiler-rt/test/builtins/Unit/arm/aeabi_uldivmod_test.c
+++ b/compiler-rt/test/builtins/Unit/arm/aeabi_uldivmod_test.c
@@ -1,3 +1,5 @@
Expand All @@ -18,5 +18,5 @@ index 2ff65a8b9ec3..98611a75e85f 100644
// RUN: %clang_builtins %s %librt -o %t && %run %t

--
2.39.5 (Apple Git-154)
2.43.0

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From f5b5a95bd02f6d5bc6e80c238c2e8f7e08985d80 Mon Sep 17 00:00:00 2001
From a7e2b02d940a002b2e1f82608be4919788225c5e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dominik=20W=C3=B3jt?= <[email protected]>
Date: Thu, 9 Nov 2023 15:25:14 +0100
Subject: [libc++] tests with picolibc: XFAIL uses of atomics
Expand Down Expand Up @@ -88,10 +88,10 @@ index 000000000000..5ecc58f3e385
+if "has-no-atomics" in config.available_features:
+ config.unsupported = True
diff --git a/libcxx/utils/libcxx/test/features.py b/libcxx/utils/libcxx/test/features.py
index 735eb5ac949d..6ca4e8acb3f4 100644
index 0cb81546665d..3e6204db4d79 100644
--- a/libcxx/utils/libcxx/test/features.py
+++ b/libcxx/utils/libcxx/test/features.py
@@ -215,6 +215,21 @@ DEFAULT_FEATURES = [
@@ -206,6 +206,21 @@ DEFAULT_FEATURES = [
""",
),
),
Expand All @@ -114,5 +114,5 @@ index 735eb5ac949d..6ca4e8acb3f4 100644
Feature(
name="32-bit-pointer",
--
2.39.5 (Apple Git-154)
2.43.0

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 0961af52ac015c26829b4dae7fd6879a0b633f44 Mon Sep 17 00:00:00 2001
From c759d8c32846d6bbc542085c3a9fddcfdc81c9cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dominik=20W=C3=B3jt?= <[email protected]>
Date: Wed, 22 Nov 2023 16:12:39 +0100
Subject: [libc++] tests with picolibc: mark two more large tests
Expand Down Expand Up @@ -37,5 +37,5 @@ index 64a6a135adda..057301e6f868 100644
// bool
// regex_search(BidirectionalIterator first, BidirectionalIterator last,
--
2.39.5 (Apple Git-154)
2.43.0

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 2c6b08baa20bb4a7e4a936ecf286a1c9e1f0f8c9 Mon Sep 17 00:00:00 2001
From 782ec714d681c847005c657745ff3798ee315e41 Mon Sep 17 00:00:00 2001
From: Victor Campos <[email protected]>
Date: Thu, 31 Oct 2024 14:03:58 +0000
Subject: [libcxx] Remove xfails due to picolibc's support for char16_t and
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 8a5771253787cda5c8caa31b7e8a870840903084 Mon Sep 17 00:00:00 2001
From d1f5b20e10a1c55838ae233d805ca5cd586ba883 Mon Sep 17 00:00:00 2001
From: Simi Pallipurath <[email protected]>
Date: Tue, 22 Jul 2025 15:08:45 +0100
Subject: [Compiler-rt] FVP and QEMU do not support crash signal handling.
Expand All @@ -22,5 +22,5 @@ index 2140944b0eec..f3b8bb234f38 100644
// RUN: %expect_crash %run %t 4

--
2.34.1
2.43.0

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From be2b0fe15e9717ddb4a75b0cd4e30b22ab614124 Mon Sep 17 00:00:00 2001
From e30d55732192160b64920e8e319a40907d4bbfe9 Mon Sep 17 00:00:00 2001
From: Simi Pallipurath <[email protected]>
Date: Tue, 22 Jul 2025 15:10:20 +0100
Subject: [Clang] XFAIL tests with -frwpi as ATFE don't have an appropriate
Expand Down Expand Up @@ -34,5 +34,5 @@ index 9082d7948511..e79701417b52 100644
// Pre-defined macros for position-independence modes

--
2.34.1
2.43.0