Skip to content

Commit

Permalink
[builtins][test] Don't XFAIL divtc3_test.c on 32-bit Solaris/sparc fo… (
Browse files Browse the repository at this point in the history
llvm#72403)

As detailed in Issue llvm#72398, the recent builtins rework and
77d75dc 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`.
  • Loading branch information
rorth authored Nov 15, 2023
1 parent c5a306f commit 0901f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler-rt/test/builtins/Unit/divtc3_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// REQUIRES: c99-complex

//
// Bug 42493
// XFAIL: sparc-target-arch
// This test should be XFAILed on 32-bit sparc (sparc-target-arch, Issue
// #41838), but that is currently hidden, which caused an XPASS (Issue #72398).
//
#include <stdio.h>

Expand Down

0 comments on commit 0901f91

Please sign in to comment.