Skip to content

Commit 03a1708

Browse files
authored
[libc++] Enable some tests on android (#149899)
Android compiler was updated to r563880: #148998
1 parent b956f04 commit 03a1708

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array.pass.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
// ADDITIONAL_COMPILE_FLAGS(target=armv7-w64-windows-gnu): -fsized-deallocation
2020
// ADDITIONAL_COMPILE_FLAGS(target=arm64ec-w64-windows-gnu): -fsized-deallocation
2121

22-
// Android clang-r536225 identifies as clang-19.0 but it predates the real
23-
// LLVM 19.0.0, so it also leaves sized deallocation off by default.
24-
// UNSUPPORTED: android && clang-19.0
25-
2622
// UNSUPPORTED: sanitizer-new-delete
2723

2824
// Sized deallocation was introduced in LLVM 11

libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete.pass.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
// ADDITIONAL_COMPILE_FLAGS(target=armv7-w64-windows-gnu): -fsized-deallocation
2020
// ADDITIONAL_COMPILE_FLAGS(target=arm64ec-w64-windows-gnu): -fsized-deallocation
2121

22-
// Android clang-r536225 identifies as clang-19.0 but it predates the real
23-
// LLVM 19.0.0, so it also leaves sized deallocation off by default.
24-
// UNSUPPORTED: android && clang-19.0
25-
2622
// UNSUPPORTED: sanitizer-new-delete
2723

2824
// Sized deallocation was introduced in LLVM 11

libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/reference_constructs_from_temporary.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// REQUIRES: std-at-least-c++23
1010

1111
// These compilers don't support std::reference_converts_from_temporary yet.
12-
// UNSUPPORTED: android, apple-clang-16, clang-19.1
12+
// UNSUPPORTED: apple-clang-16, clang-19.1
1313

1414
// <type_traits>
1515

libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/reference_converts_from_temporary.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// REQUIRES: std-at-least-c++23
1010

1111
// These compilers don't support std::reference_converts_from_temporary yet.
12-
// UNSUPPORTED: android, apple-clang-16, clang-19.1
12+
// UNSUPPORTED: apple-clang-16, clang-19.1
1313

1414
// <type_traits>
1515

0 commit comments

Comments
 (0)