Skip to content

Commit 872dbdb

Browse files
committed
- Restore libclang-python-tests.yml patch adjustments.
- Don't XFAIL AArch64.
1 parent 8e0b46b commit 872dbdb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/libclang-python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ on:
1010
- 'main'
1111
paths:
1212
- 'clang/bindings/python/**'
13+
- 'clang/test/bindings/python/**'
1314
- 'clang/tools/libclang/**'
14-
- 'clang/CMakeList.txt'
1515
- '.github/workflows/libclang-python-tests.yml'
1616
- '.github/workflows/llvm-project-tests.yml'
1717
pull_request:
1818
paths:
1919
- 'clang/bindings/python/**'
20+
- 'clang/test/bindings/python/**'
2021
- 'clang/tools/libclang/**'
21-
- 'clang/CMakeList.txt'
2222
- '.github/workflows/libclang-python-tests.yml'
2323
- '.github/workflows/llvm-project-tests.yml'
2424

clang/test/bindings/python/bindings.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
# The Python FFI interface is broken on AIX: https://bugs.python.org/issue38628.
1010
# XFAIL: target={{.*-aix.*}}
1111

12-
# AArch64 and Hexagon have known test failures that need to be addressed.
12+
# Hexagon has known test failures that need to be addressed.
1313
# SystemZ has broken Python/FFI interface:
1414
# https://reviews.llvm.org/D52840#1265716
15-
# XFAIL: target={{(aarch64|hexagon|s390x)-.*}}
15+
# XFAIL: target={{(hexagon|s390x)-.*}}
1616
# python SEGVs on Linux/sparc64 when loading libclang.so. Seems to be an FFI
1717
# issue, too.
1818
# XFAIL: target={{sparc.*-.*-linux.*}}

0 commit comments

Comments
 (0)