- Expect some test failures on i586.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm17?expand=0&rev=15
This commit is contained in:
Aaron Puchert 2023-11-19 22:49:29 +00:00 committed by Git OBS Bridge
parent 2499b5cbde
commit e3aeb42953

View File

@ -1400,8 +1400,12 @@ rm -r ../tools/clang/test/ClangScanDeps
python3 bin/llvm-lit -sv --param clang_site_config=tools/clang/test/lit.site.cfg \
--param USE_Z3_SOLVER=0 tools/clang/test/
# The implementation of abseil-duration-factory-scale breaks with extended
# precision, and the Altera test assumes 8-byte alignment for double.
sed -i '1i// XFAIL: target=i586-{{.*}}' ../tools/clang/tools/extra/test/clang-tidy/checkers/{abseil/duration-factory-scale.cpp,altera/struct-pack-align.cpp}
python3 bin/llvm-lit -sv tools/clang/tools/extra/test/
python3 bin/llvm-lit -sv tools/clang/tools/extra/clangd/test/
python3 bin/llvm-lit -sv tools/lld/test/
%if %{with libcxx}