mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-20 01:57:37 +00:00
[libcxx] Amend XFAIL for failing tests on Windows (#70422)
Some tests starting passing/failing after #69431 because Clang no longer enables -fdelayed-template-parsing by default on Windows with C++20.
This commit is contained in:
parent
e6971e5a41
commit
a5403a3a69
@ -6,9 +6,10 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// This test fails because diagnose_if doesn't emit all of the diagnostics
|
||||
// when -fdelayed-template-parsing is enabled, like it is in MSVC mode.
|
||||
// XFAIL: msvc
|
||||
// This test fails with Clang <18 because diagnose_if doesn't emit all of the
|
||||
// diagnostics when -fdelayed-template-parsing is enabled, like it is in MSVC
|
||||
// mode.
|
||||
// XFAIL: msvc && (clang-16 || clang-17)
|
||||
|
||||
// REQUIRES: diagnose-if-support
|
||||
|
||||
|
@ -6,6 +6,10 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// This test fails because Clang no longer enables -fdelayed-template-parsing
|
||||
// by default on Windows with C++20 (#69431).
|
||||
// XFAIL: msvc && clang-18
|
||||
|
||||
// UNSUPPORTED: c++03, c++11
|
||||
|
||||
#include <cassert>
|
||||
|
@ -6,6 +6,10 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// This test fails because Clang no longer enables -fdelayed-template-parsing
|
||||
// by default on Windows with C++20 (#69431).
|
||||
// XFAIL: msvc && clang-18
|
||||
|
||||
// <math.h>
|
||||
|
||||
#include <math.h>
|
||||
|
@ -6,6 +6,10 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// This test fails because Clang no longer enables -fdelayed-template-parsing
|
||||
// by default on Windows with C++20 (#69431).
|
||||
// XFAIL: msvc && clang-18
|
||||
|
||||
// <cmath>
|
||||
|
||||
#include <cmath>
|
||||
|
Loading…
x
Reference in New Issue
Block a user