Hi Lucas,

* Lucas Nussbaum <lu...@debian.org> [2024-04-20 15:21]:
Relevant part (hopefully):

self = <numpy.core.tests.test_errstate.TestErrstate object at 0xf430fb10>

    @pytest.mark.skipif(IS_WASM, reason="fp errors don't work in wasm")
    @pytest.mark.skipif(arm_softfloat,
                        reason='platform/cpu issue with FPU (gh-413,-15562)')
    def test_invalid(self):

This test is supposed to be skipped on armel, as arm_softfloat is initialized with

hosttype = sysconfig.get_config_var('HOST_GNU_TYPE')
arm_softfloat = False if hosttype is None else hosttype.endswith('gnueabi')

Can you help me figure out why this did not work with your rebuild? Judging from the configuration output,

    libdir       : lib/arm-linux-gnueabi

I would have expected that arm_softfloat is True. Maybe sysconfig.get_config_var('HOST_GNU_TYPE') returns None?


Cheers
Timo

--
⢀⣴⠾⠻⢶⣦⠀   ╭────────────────────────────────────────────────────╮
⣾⠁⢠⠒⠀⣿⡁   │ Timo Röhling                                       │
⢿⡄⠘⠷⠚⠋⠀   │ 9B03 EBB9 8300 DF97 C2B1  23BF CC8C 6BDD 1403 F4CA │
⠈⠳⣄⠀⠀⠀⠀   ╰────────────────────────────────────────────────────╯

Attachment: signature.asc
Description: PGP signature

Reply via email to