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 11
11
// The following platforms have sizeof(long double) == sizeof(double), so this test doesn't apply to them.
12
12
// This test does apply to aarch64 where Arm's AAPCS64 is followed. There they are different sizes.
13
13
// 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-{{.+}}
15
20
16
21
// <compare>
17
22
You can’t perform that action at this time.
0 commit comments