[libc++] Add XFAIL for <float.h> and <cfloat> tests on older Clangs

This commit is contained in:
Louis Dionne 2020-07-30 09:26:34 -04:00
parent 85defd23aa
commit 9be1bdc240
2 changed files with 8 additions and 2 deletions

View File

@ -6,7 +6,10 @@
//
//===----------------------------------------------------------------------===//
// test <float.h>
// Before Clang 9.0, <float.h> does not define FLT_HAS_SUBNORM & friends in C++.
// XFAIL: clang-4, clang-5, clang-6, clang-7, clang-8
// test <float.h>
#include <float.h>

View File

@ -6,7 +6,10 @@
//
//===----------------------------------------------------------------------===//
// test cfloat
// Before Clang 9.0, <float.h> does not define FLT_HAS_SUBNORM & friends in C++.
// XFAIL: clang-4, clang-5, clang-6, clang-7, clang-8
// test cfloat
#include <cfloat>