Skip to content

Commit

Permalink
[libc++][test] Updates sized deallocation tests. (llvm#97833)
Browse files Browse the repository at this point in the history
In llvm#90373 size deallocation was enabled by default. Some test were
disabled to propagate the clang changes to the libc++ CI. These changes
have been propagated so the test filter can be updated.
  • Loading branch information
mordante committed Jul 6, 2024
1 parent ac9d34a commit 5aa8ef8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
// GCC doesn't support the aligned-allocation flags.
// XFAIL: gcc

// TODO(mordante) fix this test after updating clang in Docker
// UNSUPPORTED: clang-15, clang-16, clang-17, clang-18, clang-19
// These compiler versions do not have proper sized deallocation support.
// UNSUPPORTED: clang-17, clang-18

// RUN: %{build} -faligned-allocation -fsized-deallocation
// RUN: %{run}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

// test sized operator delete[] replacement.

// TODO(mordante) fix this test after updating clang in Docker
// UNSUPPORTED: clang-15, clang-16, clang-17, clang-18, clang-19
// These compiler versions do not have proper sized deallocation support.
// UNSUPPORTED: clang-17, clang-18

// UNSUPPORTED: sanitizer-new-delete, c++03, c++11
// XFAIL: apple-clang
// XFAIL: using-built-library-before-llvm-11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

// test sized operator delete replacement.

// TODO(mordante) fix this test after updating clang in Docker
// UNSUPPORTED: clang-15, clang-16, clang-17, clang-18, clang-19
// These compiler versions do not have proper sized deallocation support.
// UNSUPPORTED: clang-17, clang-18

// UNSUPPORTED: sanitizer-new-delete, c++03, c++11
// XFAIL: apple-clang
// XFAIL: using-built-library-before-llvm-11
Expand Down

0 comments on commit 5aa8ef8

Please sign in to comment.