[all-commits] [llvm/llvm-project] aa3620: [compiler-rt] XFAIL builtins unit tests on WoA

Omair Javaid via All-commits all-commits at lists.llvm.org
Tue Jan 3 03:23:11 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aa36207c7861837a50d5cbe0bdf7904e37f78a8b
      https://github.com/llvm/llvm-project/commit/aa36207c7861837a50d5cbe0bdf7904e37f78a8b
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2023-01-03 (Tue, 03 Jan 2023)

  Changed paths:
    M compiler-rt/test/builtins/Unit/divmodti4_test.c
    M compiler-rt/test/builtins/Unit/fixunstfdi_test.c
    M compiler-rt/test/builtins/Unit/multc3_test.c
    M compiler-rt/test/builtins/Unit/trampoline_setup_test.c

  Log Message:
  -----------
  [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




More information about the All-commits mailing list