We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had to comment out tests for C11 features in the following files because they were failing:
std/depr/depr.c.headers/float_h.pass.cpp std/language.support/support.limits/c.limits/cfloat.pass.cpp
They should be fixed and re-enabled.
The text was updated successfully, but these errors were encountered:
assigned to @ldionne
Sorry, something went wrong.
The tests were commented out here: https://reviews.llvm.org/D50748
commit a5faf3c Author: Louis Dionne ldionne@apple.com Date: Wed Jul 29 14:24:02 2020 -0400
[libc++] Re-enable tests for C11 math macros in <float.h> and <cfloat> Fixes llvm/llvm-project#37920 .
ldionne
No branches or pull requests
Extended Description
I had to comment out tests for C11 features in the following files because they were failing:
std/depr/depr.c.headers/float_h.pass.cpp
std/language.support/support.limits/c.limits/cfloat.pass.cpp
They should be fixed and re-enabled.
The text was updated successfully, but these errors were encountered: