[compiler-rt] XFAIL builtins unit tests on WoA
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Mon, 2 Jan 2023 19:26:18 +0000 (23:26 +0400)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Tue, 3 Jan 2023 11:22:45 +0000 (15:22 +0400)
commitaa36207c7861837a50d5cbe0bdf7904e37f78a8b
tree980b2e74b40c20fe59c490d1bee72ef763789ff0
parenta0b470c9848c638e86f97eca53063642e07cea67
[compiler-rt] XFAIL builtins unit tests on WoA

Following tests are marked XFAIl because they are dependent on native
C complex numbers but they are not a native type for Microsoft ABI [1].

Builtins-aarch64-windows :: divmodti4_test.c
Builtins-aarch64-windows :: fixunstfdi_test.c
Builtins-aarch64-windows :: multc3_test.c

Also trampoline_setup_test.c as it runs with only non-clang compiler while
WoA LLVM buildbots use clang.

[1] https://learn.microsoft.com/en-us/cpp/c-runtime-library/complex-math-support?view=msvc-170
compiler-rt/test/builtins/Unit/divmodti4_test.c
compiler-rt/test/builtins/Unit/fixunstfdi_test.c
compiler-rt/test/builtins/Unit/multc3_test.c
compiler-rt/test/builtins/Unit/trampoline_setup_test.c