[all-commits] [llvm/llvm-project] 0901f9: [builtins][test] Don't XFAIL divtc3_test.c on 32-b...
Rainer Orth via All-commits
all-commits at lists.llvm.org
Wed Nov 15 11:52:37 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0901f918daa6c5da19b3d2cf38d7de63c265a086
https://github.com/llvm/llvm-project/commit/0901f918daa6c5da19b3d2cf38d7de63c265a086
Author: Rainer Orth <ro at gcc.gnu.org>
Date: 2023-11-15 (Wed, 15 Nov 2023)
Changed paths:
M compiler-rt/test/builtins/Unit/divtc3_test.c
Log Message:
-----------
[builtins][test] Don't XFAIL divtc3_test.c on 32-bit Solaris/sparc fo… (#72403)
As detailed in Issue #72398, the recent builtins rework and
77d75dc9be5c4bb1d9986a475e1c661718067c6a caused `Builtins-sparc-sunos::
divtc3_test.c` to `XPASS` on 32-bit Solaris/SPARC. Since there are
several underlying issues, un-`XFAIL` the test for now until those are
resolved, to turn the Solaris/sparcv9 buildbot green again after 5 days.
Tested on `sparcv9-sun-solaris2.11` and `x86_64-pc-linux-gnu`.
More information about the All-commits
mailing list