summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-09-26 11:23:00 +0000
committerHans Wennborg <hans@hanshq.net>2018-09-26 11:23:00 +0000
commit57be09573e30e5f980db029df9fd2b12bf0cb4f1 (patch)
treef18a7145915842e7e107f60b86a24c76ffea8f87
parentfbd7e01f76344ec9301ab9389a32db52fc348d82 (diff)
downloadcompiler-rt-57be09573e30e5f980db029df9fd2b12bf0cb4f1.tar.gz
Disable tests from r342917 on Windows; -lm won't work there
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@343095 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/builtins/Unit/compiler_rt_logb_test.c2
-rw-r--r--test/builtins/Unit/compiler_rt_logbf_test.c2
-rw-r--r--test/builtins/Unit/compiler_rt_logbl_test.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/test/builtins/Unit/compiler_rt_logb_test.c b/test/builtins/Unit/compiler_rt_logb_test.c
index 8bab4ab08..5cc4c864d 100644
--- a/test/builtins/Unit/compiler_rt_logb_test.c
+++ b/test/builtins/Unit/compiler_rt_logb_test.c
@@ -1,3 +1,5 @@
+// Linking with -lm won't work on Windows.
+// UNSUPPORTED: windows
// RUN: %clang_builtins %s %librt -lm -o %t && %run %t
//===-- compiler_rt_logb_test.c - Test __compiler_rt_logb -----------------===//
//
diff --git a/test/builtins/Unit/compiler_rt_logbf_test.c b/test/builtins/Unit/compiler_rt_logbf_test.c
index cca8d4c74..350f47c1b 100644
--- a/test/builtins/Unit/compiler_rt_logbf_test.c
+++ b/test/builtins/Unit/compiler_rt_logbf_test.c
@@ -1,3 +1,5 @@
+// Linking with -lm won't work on Windows.
+// UNSUPPORTED: windows
// RUN: %clang_builtins %s %librt -lm -o %t && %run %t
//===-- compiler_rt_logbf_test.c - Test __compiler_rt_logbf ---------------===//
//
diff --git a/test/builtins/Unit/compiler_rt_logbl_test.c b/test/builtins/Unit/compiler_rt_logbl_test.c
index 4f230f9ff..f29c0f0f1 100644
--- a/test/builtins/Unit/compiler_rt_logbl_test.c
+++ b/test/builtins/Unit/compiler_rt_logbl_test.c
@@ -1,3 +1,5 @@
+// Linking with -lm won't work on Windows.
+// UNSUPPORTED: windows
// RUN: %clang_builtins %s %librt -lm -o %t && %run %t
//===-- compiler_rt_logbl_test.c - Test __compiler_rt_logbl ---------------===//
//