Opened 4 years ago
Last modified 4 years ago
#1739 assigned defect
math: failure in tests
Reported by: | Mario Domenech Goulart | Owned by: | Diego |
---|---|---|---|
Priority: | minor | Milestone: | someday |
Component: | extensions | Version: | 5.2.0 |
Keywords: | math | Cc: | |
Estimated difficulty: |
Change History (2)
comment:2 Changed 4 years ago by
Ah, I didn't actually look at the architecture. A single test fails only on x86 with gcc (but not with clang), related to (fp+ +inf.0 +inf.0)
- either it's being detected as multiple of rational?
, nan?
, or infinite?
, or none of these. Odd.
Note: See
TracTickets for help on using
tickets.
I've recently pushed some changes - is this still happening? Tests seem to be passing on my end.