Open hameerabbasi opened 3 months ago
I think if an extension module is not present, this should either give zero failures or a single failure that must be skipped in the skip file for the library under test.
Also, in case the decision on the above is "single failure", then it would be good to separate testing extensions out from test_has_names
with a single test function per extension module, so that the skip can be done per missing extension.
I've looked at the code; the intended behaviour is zero failures. However -- the code is obscured: A fix isn't straightforward.
This is just something that I forgot to test properly. The has_names test should automatically skip those tests if the test suite detects that the fft extension is not enabled. For now, you'll just need to skip those tests in your skips file.
I just got these failures updating to v2023.12 of the standard:
I'm on commit
827edd804bcace9d64176b8115138d29ae3e8dec
.