Skip to content

Commit 42d680e

Browse files
Skip modules-build
1 parent 53da492 commit 42d680e

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

libcxx/test/std/depr/depr.cpp.headers/ccomplex.verify.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
// <ccomplex>
1010

1111
// check that <ccomplex> is deprecated in C++17 and removed in C++20
12+
// When built with modules, <ccomplex> should be omitted.
1213

1314
// UNSUPPORTED: c++03, c++11, c++14
15+
// UNSUPPORTED: clang-modules-build
1416

1517
#include "test_macros.h"
1618

libcxx/test/std/depr/depr.cpp.headers/ciso646.verify.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
// <ciso646>
1010

1111
// check that <ciso646> is removed in C++20
12+
// When built with modules, <ciso646> should be omitted.
1213

1314
// UNSUPPORTED: c++03, c++11, c++14, c++17
15+
// UNSUPPORTED: clang-modules-build
1416

1517
#include "test_macros.h"
1618

libcxx/test/std/depr/depr.cpp.headers/cstdalign.verify.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
// <cstdalign>
1010

1111
// check that <cstdalign> is deprecated in C++17 and removed in C++20
12+
// When built with modules, <cstdalign> should be omitted.
1213

1314
// UNSUPPORTED: c++03, c++11, c++14
15+
// UNSUPPORTED: clang-modules-build
1416

1517
#include "test_macros.h"
1618

libcxx/test/std/depr/depr.cpp.headers/cstdbool.verify.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
// <cstdbool>
1010

1111
// check that <cstdbool> is deprecated in C++17 and removed in C++20
12+
// When built with modules, <cstdbool> should be omitted.
1213

1314
// UNSUPPORTED: c++03, c++11, c++14
15+
// UNSUPPORTED: clang-modules-build
1416

1517
#include "test_macros.h"
1618

libcxx/test/std/depr/depr.cpp.headers/ctgmath.verify.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
// <ctgmath>
1010

1111
// check that <ctgmath> is deprecated in C++17 and removed in C++20
12+
// When built with modules, <ctgmath> should be omitted.
1213

1314
// UNSUPPORTED: c++03, c++11, c++14
15+
// UNSUPPORTED: clang-modules-build
1416

1517
#include "test_macros.h"
1618

0 commit comments

Comments
 (0)