diff options
author | Dominik Wójt <dominik.wojt@arm.com> | 2023-12-18 16:25:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 10:25:50 -0500 |
commit | e60167927bb6153408dbaa081fcb606e7a8f493a (patch) | |
tree | 958cb847f4f6eb7ef1848464d2ec2eb1339b6719 /libcxxabi | |
parent | 87b45f1ca6d4ff4cb322c14b6375b2ea0063f82a (diff) | |
download | llvm-e60167927bb6153408dbaa081fcb606e7a8f493a.zip llvm-e60167927bb6153408dbaa081fcb606e7a8f493a.tar.gz llvm-e60167927bb6153408dbaa081fcb606e7a8f493a.tar.bz2 |
[libc++] Add a picolibc test configuration with exceptions enabled (#75462)
Diffstat (limited to 'libcxxabi')
-rw-r--r-- | libcxxabi/test/catch_multi_level_pointer.pass.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxxabi/test/catch_multi_level_pointer.pass.cpp b/libcxxabi/test/catch_multi_level_pointer.pass.cpp index 00ea66d..5f0e78a 100644 --- a/libcxxabi/test/catch_multi_level_pointer.pass.cpp +++ b/libcxxabi/test/catch_multi_level_pointer.pass.cpp @@ -11,6 +11,10 @@ // 1b00fc5d8133 made it in the dylib in macOS 10.11 // XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx10.{{9|10}} +// mps2-an385 machine used for testing of picolibc has just 4 MB of "flash" +// memory and this test requires almost 5 MB +// UNSUPPORTED: LIBCXX-PICOLIBC-FIXME + #include <cassert> #include <cstdio> #include <cstdlib> |