Skip to content

Commit c8c13ba

Browse files
authored
[ATfE] Fix downstream xfail patch about uses of atomic (#462)
One of the xfailed tests that use `atomic` has changed location in commit 6b371ca, so we had to also relocate the corresponding `lit.local.cfg` to the same location.
1 parent 363a332 commit c8c13ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arm-software/embedded/patches/llvm-project/0004-libc-tests-with-picolibc-XFAIL-uses-of-atomics.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Date: Thu, 9 Nov 2023 15:25:14 +0100
44
Subject: [libc++] tests with picolibc: XFAIL uses of atomics
55

66
---
7-
libcxx/test/libcxx/atomics/lit.local.cfg | 3 +++
7+
.../libcxx/atomics/atomics.flag/lit.local.cfg | 3 +++
88
.../test/libcxx/experimental/memory/lit.local.cfg | 3 +++
99
.../intrusive_shared_ptr.pass.cpp | 2 ++
1010
libcxx/test/std/atomics/lit.local.cfg | 3 +++
@@ -13,18 +13,18 @@ Subject: [libc++] tests with picolibc: XFAIL uses of atomics
1313
.../memory/memory.resource.global/lit.local.cfg | 3 +++
1414
libcxx/utils/libcxx/test/features.py | 15 +++++++++++++++
1515
8 files changed, 35 insertions(+)
16-
create mode 100644 libcxx/test/libcxx/atomics/lit.local.cfg
16+
create mode 100644 libcxx/test/extensions/libcxx/atomics/atomics.flag/lit.local.cfg
1717
create mode 100644 libcxx/test/libcxx/experimental/memory/lit.local.cfg
1818
create mode 100644 libcxx/test/std/atomics/lit.local.cfg
1919
create mode 100644 libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/lit.local.cfg
2020
create mode 100644 libcxx/test/std/experimental/memory/memory.resource.aliases/lit.local.cfg
2121
create mode 100644 libcxx/test/std/experimental/memory/memory.resource.global/lit.local.cfg
2222

23-
diff --git a/libcxx/test/libcxx/atomics/lit.local.cfg b/libcxx/test/libcxx/atomics/lit.local.cfg
23+
diff --git a/libcxx/test/extensions/libcxx/atomics/atomics.flag/lit.local.cfg b/libcxx/test/extensions/libcxx/atomics/atomics.flag/lit.local.cfg
2424
new file mode 100644
2525
index 000000000000..5ecc58f3e385
2626
--- /dev/null
27-
+++ b/libcxx/test/libcxx/atomics/lit.local.cfg
27+
+++ b/libcxx/test/extensions/libcxx/atomics/atomics.flag/lit.local.cfg
2828
@@ -0,0 +1,3 @@
2929
+# Disable all of the atomics tests if the correct feature is not available.
3030
+if "has-no-atomics" in config.available_features:

0 commit comments

Comments
 (0)