Skip to content

Commit 0901f91

Browse files
authored
[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 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`.
1 parent c5a306f commit 0901f91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/test/builtins/Unit/divtc3_test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// REQUIRES: c99-complex
44

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

0 commit comments

Comments
 (0)