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

[SR-7234] remquo is busted in glibc on Ubuntu 14.04 #49782

Open
stephentyrone opened this issue Mar 19, 2018 · 0 comments
Open

[SR-7234] remquo is busted in glibc on Ubuntu 14.04 #49782

stephentyrone opened this issue Mar 19, 2018 · 0 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. Linux Platform: Linux standard library Area: Standard library umbrella

Comments

@stephentyrone
Copy link
Member

Previous ID SR-7234
Radar rdar://problem/38624164
Original Reporter @stephentyrone
Type Bug
Additional Detail from JIRA
Votes 0
Component/s Standard Library
Labels Bug, Linux
Assignee None
Priority Medium

md5: 67ec10cd46793a4e681985a1a5244c5a

Issue Description:

remquo(16, 0.625) returns (11.0,0) instead of the expected (-0.25,2). I believe that this is due to an underlying glibc bug in 2.19: https://lists.debian.org/debian-glibc/2015/06/msg00007.html

I'm adding logic to skip the tgmath test that turned this up for all Linux/x86_64 in the short-term, but longer term we should have a way to XFAIL this only for specific versions; we should also consider either:

(a) finding some way to mark a function as busted for a target in the Platform wrappers

(b) fixing this by providing our own implementation when building for that target.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. Linux Platform: Linux standard library Area: Standard library umbrella
Projects
None yet
Development

No branches or pull requests

1 participant