File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- // This test fails because diagnose_if doesn't emit all of the diagnostics
10
- // when -fdelayed-template-parsing is enabled, like it is in MSVC mode.
11
- // XFAIL: msvc
9
+ // This test fails with Clang <18 because diagnose_if doesn't emit all of the
10
+ // diagnostics when -fdelayed-template-parsing is enabled, like it is in MSVC
11
+ // mode.
12
+ // XFAIL: msvc && (clang-16 || clang-17)
12
13
13
14
// REQUIRES: diagnose-if-support
14
15
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
+ // This test fails because Clang no longer enables -fdelayed-template-parsing
10
+ // by default on Windows with C++20 (#69431).
11
+ // XFAIL: msvc && clang-18
12
+
9
13
// UNSUPPORTED: c++03, c++11
10
14
11
15
#include < cassert>
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
+ // This test fails because Clang no longer enables -fdelayed-template-parsing
10
+ // by default on Windows with C++20 (#69431).
11
+ // XFAIL: msvc && clang-18
12
+
9
13
// <math.h>
10
14
11
15
#include < math.h>
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
+ // This test fails because Clang no longer enables -fdelayed-template-parsing
10
+ // by default on Windows with C++20 (#69431).
11
+ // XFAIL: msvc && clang-18
12
+
9
13
// <cmath>
10
14
11
15
#include < cmath>
You can’t perform that action at this time.
0 commit comments