Skip to content

Commit

Permalink
XFAIL sized deallocation tests for AIX, z/OS, and MinGW.
Browse files Browse the repository at this point in the history
  • Loading branch information
xingxue-ibm committed Jul 15, 2024
1 parent 7a93508 commit c26ca8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
// XFAIL: apple-clang
// XFAIL: using-built-library-before-llvm-11

// AIX, z/OS, and MinGW default to -fno-sized-deallocation.
// XFAIL: target={{.+}}-aix{{.*}}, target={{.+}}-zos{{.*}}, target={{.+}}-mingw32{{.*}}

#include <new>
#include <cstddef>
#include <cstdlib>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
// XFAIL: apple-clang
// XFAIL: using-built-library-before-llvm-11

// AIX, z/OS, and MinGW default to -fno-sized-deallocation.
// XFAIL: target={{.+}}-aix{{.*}}, target={{.+}}-zos{{.*}}, target={{.+}}-mingw32{{.*}}

#include <new>
#include <cstddef>
#include <cstdlib>
Expand Down

0 comments on commit c26ca8c

Please sign in to comment.