This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 5163e46 [libcxx] Allow explicit pthread opt-in new 7515c69 Tolerate incorrect return type for 'isinf' and 'isnan' in tests.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/std/depr/depr.c.headers/math_h.pass.cpp | 51 ++++++++++++++++++++-- test/std/depr/depr.c.headers/math_h_isinf.pass.cpp | 30 ------------- test/std/depr/depr.c.headers/math_h_isnan.pass.cpp | 30 ------------- test/std/numerics/c.math/cmath.pass.cpp | 51 ++++++++++++++++++++-- test/std/numerics/c.math/cmath_isinf.pass.cpp | 30 ------------- test/std/numerics/c.math/cmath_isnan.pass.cpp | 30 ------------- 6 files changed, 96 insertions(+), 126 deletions(-) delete mode 100644 test/std/depr/depr.c.headers/math_h_isinf.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/math_h_isnan.pass.cpp delete mode 100644 test/std/numerics/c.math/cmath_isinf.pass.cpp delete mode 100644 test/std/numerics/c.math/cmath_isnan.pass.cpp