mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-26 05:18:46 +00:00
[libc++] Add XFAIL for <float.h> and <cfloat> tests on older Clangs
This commit is contained in:
parent
85defd23aa
commit
9be1bdc240
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user