Skip to content

math/big: ExampleFloat_Add test failure on s390x #18906

@mundaym

Description

@mundaym

The builder started failing when CL 35555 was merged (0358367). The failure looks like this:

--- FAIL: ExampleFloat_Add (0.00s)
got:
x = 1000 (0x.fap+10, prec = 64, acc = Exact)
y = 2.718281828 (0x.adf85458248cd8p+2, prec = 53, acc = Exact)
z = 1002.718282 (0x.faadf854p+10, prec = 32, acc = Accuracy(8))
want:
x = 1000 (0x.fap+10, prec = 64, acc = Exact)
y = 2.718281828 (0x.adf85458248cd8p+2, prec = 53, acc = Exact)
z = 1002.718282 (0x.faadf854p+10, prec = 32, acc = Below)
FAIL
FAIL	math/big	1.459s

I will investigate further tomorrow.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions