File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
libcxx/test/std/language.support/cmp/cmp.alg Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1111// The following platforms have sizeof(long double) == sizeof(double), so this test doesn't apply to them.
1212// This test does apply to aarch64 where Arm's AAPCS64 is followed. There they are different sizes.
1313// UNSUPPORTED: target={{arm64|armv(7|8)(l|m)?|powerpc|powerpc64}}-{{.+}}
14- // UNSUPPORTED: target=x86_64-pc-windows-{{.+}}
14+ // MSVC configurations have long double equal to regular double on all
15+ // architectures.
16+ // UNSUPPORTED: target={{.+}}-pc-windows-msvc
17+ // ARM/AArch64 MinGW also has got long double equal to regular double, just
18+ // like MSVC (thus match both MinGW and MSVC here, for those architectures).
19+ // UNSUPPORTED: target={{aarch64|armv7}}-{{.*}}-windows-{{.+}}
1520
1621// <compare>
1722
You can’t perform that action at this time.
0 commit comments