File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
clang/test/bindings/python Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.*}}
You can’t perform that action at this time.
0 commit comments