diff --git a/compiler-rt/test/builtins/Unit/fixunstfdi_test.c b/compiler-rt/test/builtins/Unit/fixunstfdi_test.c index cfe1a87b0a5df..0be80b36fc46f 100644 --- a/compiler-rt/test/builtins/Unit/fixunstfdi_test.c +++ b/compiler-rt/test/builtins/Unit/fixunstfdi_test.c @@ -1,13 +1,12 @@ -// XFAIL: target=aarch64-{{.*}}-windows-{{.*}} // RUN: %clang_builtins %s %librt -o %t && %run %t // REQUIRES: librt_has_fixunstfdi #include -#if defined(CRT_HAS_TF_MODE) - #include "int_lib.h" +#if defined(CRT_HAS_TF_MODE) + // Returns: convert a to a unsigned long long, rounding toward zero. // Negative values all become zero. diff --git a/compiler-rt/test/builtins/Unit/multc3_test.c b/compiler-rt/test/builtins/Unit/multc3_test.c index 7ae4cb5b710a7..b5e1c84d4a313 100644 --- a/compiler-rt/test/builtins/Unit/multc3_test.c +++ b/compiler-rt/test/builtins/Unit/multc3_test.c @@ -1,12 +1,12 @@ -// XFAIL: target=aarch64-{{.*}}-windows-{{.*}} // RUN: %clang_builtins %s %librt -o %t && %run %t // REQUIRES: librt_has_multc3 #include +#include "int_lib.h" + #if defined(CRT_HAS_128BIT) && defined(CRT_HAS_F128) -#include "int_lib.h" #include #include