Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/text/unicode/norm: TestLinking flaky/failing #32843

Closed
bcmills opened this issue Jun 28, 2019 · 1 comment
Closed

x/text/unicode/norm: TestLinking flaky/failing #32843

bcmills opened this issue Jun 28, 2019 · 1 comment
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.

Comments

@bcmills
Copy link
Contributor

bcmills commented Jun 28, 2019

The test for golang.org/x/text/unicode/norm appears to be flaky on linux-s390x-ibm and persistently failing on openbsd-arm.

Possibly related to #17538.

s390x:

--- FAIL: TestLinking (0.56s)
    normalize_test.go:937: tables appear not to be dropped: 2190701 - 2185419 = 5282
FAIL
FAIL	golang.org/x/text/unicode/norm	2.312s

openbsd/arm:

--- FAIL: TestLinking (8.20s)
    normalize_test.go:937: tables appear not to be dropped: 2085598 - 2081590 = 4008
FAIL
FAIL	golang.org/x/text/unicode/norm	29.639s
@bcmills bcmills added Testing An issue that has been verified to require only test changes, not just a test failure. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Jun 28, 2019
@bcmills
Copy link
Contributor Author

bcmills commented Aug 29, 2019

Looks like the openbsd-arm builder is somehow happy again, and the s390x builder appears to be gone.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

3 participants