Skip to content

Commit 8b6e1e9

Browse files
domin144nashif
authored andcommitted
tests with picolibc: xfail two remaining tests
1 parent cd70802 commit 8b6e1e9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

libcxx/test/std/language.support/cmp/cmp.alg/strong_order_long_double.verify.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
// This test does apply to aarch64 where Arm's AAPCS64 is followed. There they are different sizes.
1313
// XFAIL: target={{arm64|arm64e|armv(7|8)(l|m)?|powerpc|powerpc64}}-{{.+}}
1414

15+
// In internal LLVM arm BMT tests the target is fixed to "arm-none-eabi", so the
16+
// "unsupported" cluase above does not work. TODO: find more generic way to
17+
// detect equal sizes of double and long double
18+
// XFAIL: LIBCXX-PICOLIBC-FIXME
19+
1520
// MSVC configurations have long double equal to regular double on all
1621
// architectures.
1722
// XFAIL: target={{.+}}-pc-windows-msvc

libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717

1818
// test quick_exit and at_quick_exit
1919

20+
// TODO: Find out why the at_quick_exit symbol is not found.
21+
// XFAIL: LIBCXX-PICOLIBC-FIXME
22+
2023
#include <cstdlib>
2124

2225
void f() {}

0 commit comments

Comments
 (0)