[compiler-rt] 0901f91 - [builtins][test] Don't XFAIL divtc3_test.c on 32-bit Solaris/sparc fo… (#72403)

via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 11:52:27 PST 2023


Author: Rainer Orth
Date: 2023-11-15T20:52:23+01:00
New Revision: 0901f918daa6c5da19b3d2cf38d7de63c265a086

URL: https://github.com/llvm/llvm-project/commit/0901f918daa6c5da19b3d2cf38d7de63c265a086
DIFF: https://github.com/llvm/llvm-project/commit/0901f918daa6c5da19b3d2cf38d7de63c265a086.diff

LOG: [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`.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/builtins/Unit/divtc3_test.c b/compiler-rt/test/builtins/Unit/divtc3_test.c
index 33a7f869432f352..1e1cfae766e9af3 100644
--- a/compiler-rt/test/builtins/Unit/divtc3_test.c
+++ b/compiler-rt/test/builtins/Unit/divtc3_test.c
@@ -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>
 


        


More information about the llvm-commits mailing list