summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2011-05-29 21:43:29 +0000
committerJoerg Sonnenberger <joerg@bec.de>2011-05-29 21:43:29 +0000
commit7482815716cd9b87931d82dca7298fc3c707229f (patch)
tree51db692a6c937b68c7180d996af6bb7952b4b55d /test
parent96051e1bd0e4c60a65e8c059a719a4a72b229247 (diff)
downloadcompiler-rt-7482815716cd9b87931d82dca7298fc3c707229f.tar.gz
compiler-rt-7482815716cd9b87931d82dca7298fc3c707229f.tar.bz2
compiler-rt-7482815716cd9b87931d82dca7298fc3c707229f.tar.xz
If a test case is not compiled on a specific platform, print "skipped"
to stdout. This helps identifying missing coverage on a given platform. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@132300 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Unit/absvti2_test.c2
-rw-r--r--test/Unit/adddf3vfp_test.c2
-rw-r--r--test/Unit/addsf3vfp_test.c2
-rw-r--r--test/Unit/addvti3_test.c2
-rw-r--r--test/Unit/ashlti3_test.c2
-rw-r--r--test/Unit/ashrti3_test.c2
-rw-r--r--test/Unit/bswapdi2_test.c2
-rw-r--r--test/Unit/bswapsi2_test.c2
-rw-r--r--test/Unit/clzti2_test.c2
-rw-r--r--test/Unit/cmpti2_test.c2
-rw-r--r--test/Unit/ctzti2_test.c2
-rw-r--r--test/Unit/divdf3vfp_test.c2
-rw-r--r--test/Unit/divsf3vfp_test.c2
-rw-r--r--test/Unit/divtc3_test.c2
-rw-r--r--test/Unit/divti3_test.c2
-rw-r--r--test/Unit/divxc3_test.c2
-rw-r--r--test/Unit/eqdf2vfp_test.c2
-rw-r--r--test/Unit/eqsf2vfp_test.c2
-rw-r--r--test/Unit/extebdsfdf2vfp_test.c2
-rw-r--r--test/Unit/ffsti2_test.c2
-rw-r--r--test/Unit/fixdfsivfp_test.c2
-rw-r--r--test/Unit/fixdfti_test.c2
-rw-r--r--test/Unit/fixsfsivfp_test.c2
-rw-r--r--test/Unit/fixsfti_test.c2
-rw-r--r--test/Unit/fixunsdfsivfp_test.c2
-rw-r--r--test/Unit/fixunssfsivfp_test.c2
-rw-r--r--test/Unit/fixunstfdi_test.c2
-rw-r--r--test/Unit/fixunsxfdi_test.c2
-rw-r--r--test/Unit/fixunsxfti_test.c2
-rw-r--r--test/Unit/fixxfdi_test.c2
-rw-r--r--test/Unit/fixxfti_test.c2
-rw-r--r--test/Unit/floatdixf_test.c2
-rw-r--r--test/Unit/floatsidfvfp_test.c2
-rw-r--r--test/Unit/floatsisfvfp_test.c2
-rw-r--r--test/Unit/floattidf_test.c2
-rw-r--r--test/Unit/floattisf_test.c2
-rw-r--r--test/Unit/floattixf_test.c2
-rw-r--r--test/Unit/floatundixf_test.c2
-rw-r--r--test/Unit/floatunssidfvfp_test.c2
-rw-r--r--test/Unit/floatunssisfvfp_test.c2
-rw-r--r--test/Unit/floatuntidf_test.c2
-rw-r--r--test/Unit/floatuntisf_test.c2
-rw-r--r--test/Unit/floatuntixf_test.c2
-rw-r--r--test/Unit/gedf2vfp_test.c2
-rw-r--r--test/Unit/gesf2vfp_test.c2
-rw-r--r--test/Unit/gtdf2vfp_test.c2
-rw-r--r--test/Unit/gtsf2vfp_test.c2
-rw-r--r--test/Unit/ledf2vfp_test.c2
-rw-r--r--test/Unit/lesf2vfp_test.c2
-rw-r--r--test/Unit/lshrti3_test.c2
-rw-r--r--test/Unit/ltdf2vfp_test.c2
-rw-r--r--test/Unit/ltsf2vfp_test.c2
-rw-r--r--test/Unit/modti3_test.c2
-rw-r--r--test/Unit/muldf3vfp_test.c2
-rw-r--r--test/Unit/mulsf3vfp_test.c2
-rw-r--r--test/Unit/multc3_test.c3
-rw-r--r--test/Unit/multi3_test.c2
-rw-r--r--test/Unit/mulvti3_test.c2
-rw-r--r--test/Unit/mulxc3_test.c2
-rw-r--r--test/Unit/nedf2vfp_test.c2
-rw-r--r--test/Unit/negdf2vfp_test.c2
-rw-r--r--test/Unit/negsf2vfp_test.c2
-rw-r--r--test/Unit/negti2_test.c2
-rw-r--r--test/Unit/negvti2_test.c2
-rw-r--r--test/Unit/nesf2vfp_test.c2
-rw-r--r--test/Unit/parityti2_test.c2
-rw-r--r--test/Unit/popcountti2_test.c2
-rw-r--r--test/Unit/powitf2_test.c2
-rw-r--r--test/Unit/powixf2_test.c2
-rw-r--r--test/Unit/subdf3vfp_test.c2
-rw-r--r--test/Unit/subsf3vfp_test.c2
-rw-r--r--test/Unit/subvti3_test.c2
-rw-r--r--test/Unit/trampoline_setup_test.c3
-rw-r--r--test/Unit/truncdfsf2vfp_test.c2
-rw-r--r--test/Unit/ucmpti2_test.c2
-rw-r--r--test/Unit/udivmodti4_test.c2
-rw-r--r--test/Unit/udivti3_test.c2
-rw-r--r--test/Unit/umodti3_test.c2
-rw-r--r--test/Unit/unorddf2vfp_test.c2
-rw-r--r--test/Unit/unordsf2vfp_test.c2
80 files changed, 160 insertions, 2 deletions
diff --git a/test/Unit/absvti2_test.c b/test/Unit/absvti2_test.c
index 0a1db6a5..8233c18f 100644
--- a/test/Unit/absvti2_test.c
+++ b/test/Unit/absvti2_test.c
@@ -77,6 +77,8 @@ int main()
if (test__absvti2(make_ti(((ti_int)rand() << 32) | rand(),
((ti_int)rand() << 32) | rand())))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/adddf3vfp_test.c b/test/Unit/adddf3vfp_test.c
index 6ead2341..5ad42f7b 100644
--- a/test/Unit/adddf3vfp_test.c
+++ b/test/Unit/adddf3vfp_test.c
@@ -41,6 +41,8 @@ int main()
return 1;
if (test__adddf3vfp(0.0, -0.0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/addsf3vfp_test.c b/test/Unit/addsf3vfp_test.c
index ddfe39f9..95e057c3 100644
--- a/test/Unit/addsf3vfp_test.c
+++ b/test/Unit/addsf3vfp_test.c
@@ -41,6 +41,8 @@ int main()
return 1;
if (test__addsf3vfp(0.0, -0.0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/addvti3_test.c b/test/Unit/addvti3_test.c
index 33cfbc98..1cf066c4 100644
--- a/test/Unit/addvti3_test.c
+++ b/test/Unit/addvti3_test.c
@@ -87,6 +87,8 @@ int main()
make_ti(0x7FFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL)))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/ashlti3_test.c b/test/Unit/ashlti3_test.c
index 4b6c6ca0..b9f4dcc0 100644
--- a/test/Unit/ashlti3_test.c
+++ b/test/Unit/ashlti3_test.c
@@ -168,6 +168,8 @@ int main()
if (test__ashlti3(make_ti(0xFEDCBA9876543215LL, 0xFEDCBA9876543215LL), 127,
make_ti(0x8000000000000000LL, 0x0000000000000000LL)))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/ashrti3_test.c b/test/Unit/ashrti3_test.c
index bfa34cbe..3abee36b 100644
--- a/test/Unit/ashrti3_test.c
+++ b/test/Unit/ashrti3_test.c
@@ -166,6 +166,8 @@ int main()
if (test__ashrti3(make_ti(0xFEDCBA9876543215LL, 0xFEDCBA9876543215LL), 127,
make_ti(0xFFFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL)))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/bswapdi2_test.c b/test/Unit/bswapdi2_test.c
index 634c2f9b..2d830cf5 100644
--- a/test/Unit/bswapdi2_test.c
+++ b/test/Unit/bswapdi2_test.c
@@ -37,6 +37,8 @@ int main()
return 1;
if (test__bswapdi2(0x0000000100000002LL, 0x0200000001000000LL))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/bswapsi2_test.c b/test/Unit/bswapsi2_test.c
index 4fb75600..4488a888 100644
--- a/test/Unit/bswapsi2_test.c
+++ b/test/Unit/bswapsi2_test.c
@@ -37,6 +37,8 @@ int main()
return 1;
if (test__bswapsi2(0x00000001, 0x01000000))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/clzti2_test.c b/test/Unit/clzti2_test.c
index 668c790b..d2ca1645 100644
--- a/test/Unit/clzti2_test.c
+++ b/test/Unit/clzti2_test.c
@@ -83,6 +83,8 @@ int main()
return 1;
if (test__clzti2(make_ti(0x8000000100000000LL, 0x8000000800000000LL), 0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/cmpti2_test.c b/test/Unit/cmpti2_test.c
index 2f5828ed..4339e0ab 100644
--- a/test/Unit/cmpti2_test.c
+++ b/test/Unit/cmpti2_test.c
@@ -105,6 +105,8 @@ int main()
if (test__cmpti2(make_ti(2, 2), make_ti(2, 3), 0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/ctzti2_test.c b/test/Unit/ctzti2_test.c
index 485a88d7..c4934bd2 100644
--- a/test/Unit/ctzti2_test.c
+++ b/test/Unit/ctzti2_test.c
@@ -76,6 +76,8 @@ int main()
return 1;
if (test__ctzti2(make_ti(0x8000000000000000LL, 0x0000000000000000LL), 127))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
diff --git a/test/Unit/divdf3vfp_test.c b/test/Unit/divdf3vfp_test.c
index ce5b2585..e13822ff 100644
--- a/test/Unit/divdf3vfp_test.c
+++ b/test/Unit/divdf3vfp_test.c
@@ -41,6 +41,8 @@ int main()
return 1;
if (test__divdf3vfp(10.0, -2.0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/divsf3vfp_test.c b/test/Unit/divsf3vfp_test.c
index 6248ca0c..83825584 100644
--- a/test/Unit/divsf3vfp_test.c
+++ b/test/Unit/divsf3vfp_test.c
@@ -41,6 +41,8 @@ int main()
return 1;
if (test__divsf3vfp(10.0, -2.0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/divtc3_test.c b/test/Unit/divtc3_test.c
index 815c10bc..7bb74d75 100644
--- a/test/Unit/divtc3_test.c
+++ b/test/Unit/divtc3_test.c
@@ -375,6 +375,8 @@ int main()
// printf("No errors found.\n");
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/divti3_test.c b/test/Unit/divti3_test.c
index c9eceedd..7c8e2970 100644
--- a/test/Unit/divti3_test.c
+++ b/test/Unit/divti3_test.c
@@ -71,6 +71,8 @@ int main()
if (test__divti3(make_ti(0x8000000000000000LL, 0), 2, make_ti(0xC000000000000000LL, 0)))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/divxc3_test.c b/test/Unit/divxc3_test.c
index c93db67d..aa8a7625 100644
--- a/test/Unit/divxc3_test.c
+++ b/test/Unit/divxc3_test.c
@@ -372,6 +372,8 @@ int main()
}
}
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/eqdf2vfp_test.c b/test/Unit/eqdf2vfp_test.c
index 6babd249..585bd08e 100644
--- a/test/Unit/eqdf2vfp_test.c
+++ b/test/Unit/eqdf2vfp_test.c
@@ -48,6 +48,8 @@ int main()
return 1;
if (test__eqdf2vfp(1.0, HUGE_VAL))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/eqsf2vfp_test.c b/test/Unit/eqsf2vfp_test.c
index 4a292bc2..b0eed940 100644
--- a/test/Unit/eqsf2vfp_test.c
+++ b/test/Unit/eqsf2vfp_test.c
@@ -44,6 +44,8 @@ int main()
return 1;
if (test__eqsf2vfp(1.0, HUGE_VALF))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/extebdsfdf2vfp_test.c b/test/Unit/extebdsfdf2vfp_test.c
index 9bbe5729..3a009cf2 100644
--- a/test/Unit/extebdsfdf2vfp_test.c
+++ b/test/Unit/extebdsfdf2vfp_test.c
@@ -41,6 +41,8 @@ int main()
return 1;
if (test__extendsfdf2vfp(3.1415926535))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/ffsti2_test.c b/test/Unit/ffsti2_test.c
index b679ab20..fcb5c272 100644
--- a/test/Unit/ffsti2_test.c
+++ b/test/Unit/ffsti2_test.c
@@ -76,6 +76,8 @@ int main()
if (test__ffsti2(make_ti(0x8000000000000000uLL, 0), 128))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/fixdfsivfp_test.c b/test/Unit/fixdfsivfp_test.c
index a9f012c4..c6102e27 100644
--- a/test/Unit/fixdfsivfp_test.c
+++ b/test/Unit/fixdfsivfp_test.c
@@ -43,6 +43,8 @@ int main()
return 1;
if (test__fixdfsivfp(-2147483648.0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/fixdfti_test.c b/test/Unit/fixdfti_test.c
index 5ea33172..98a5628e 100644
--- a/test/Unit/fixdfti_test.c
+++ b/test/Unit/fixdfti_test.c
@@ -116,6 +116,8 @@ int main()
if (test__fixdfti(-0x1.FFFFFFFFFFFFEp+126, make_ti(0x8000000000000800LL, 0)))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/fixsfsivfp_test.c b/test/Unit/fixsfsivfp_test.c
index c1015225..9abf5e85 100644
--- a/test/Unit/fixsfsivfp_test.c
+++ b/test/Unit/fixsfsivfp_test.c
@@ -45,6 +45,8 @@ int main()
return 1;
if (test__fixsfsivfp(65536.0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/fixsfti_test.c b/test/Unit/fixsfti_test.c
index 325659e0..5fdd0057 100644
--- a/test/Unit/fixsfti_test.c
+++ b/test/Unit/fixsfti_test.c
@@ -104,6 +104,8 @@ int main()
if (test__fixsfti(-0x1.FFFFFCp+126F, make_ti(0x8000010000000000LL, 0)))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/fixunsdfsivfp_test.c b/test/Unit/fixunsdfsivfp_test.c
index 991506f8..3727cf7b 100644
--- a/test/Unit/fixunsdfsivfp_test.c
+++ b/test/Unit/fixunsdfsivfp_test.c
@@ -43,6 +43,8 @@ int main()
return 1;
if (test__fixunsdfsivfp(65536.0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/fixunssfsivfp_test.c b/test/Unit/fixunssfsivfp_test.c
index 08e0e8ee..c8e45f40 100644
--- a/test/Unit/fixunssfsivfp_test.c
+++ b/test/Unit/fixunssfsivfp_test.c
@@ -43,6 +43,8 @@ int main()
return 1;
if (test__fixunssfsivfp(65536.0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/fixunstfdi_test.c b/test/Unit/fixunstfdi_test.c
index a7cc9be2..d0a5db7a 100644
--- a/test/Unit/fixunstfdi_test.c
+++ b/test/Unit/fixunstfdi_test.c
@@ -114,6 +114,8 @@ int main()
if (test__fixunstfdi(-0x1.FFFFFFFFFFFFFFF8p+62L, 0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/fixunsxfdi_test.c b/test/Unit/fixunsxfdi_test.c
index 6d0f8d3f..4308f6f4 100644
--- a/test/Unit/fixunsxfdi_test.c
+++ b/test/Unit/fixunsxfdi_test.c
@@ -117,6 +117,8 @@ int main()
if (test__fixunsxfdi(-0x1.FFFFFFFFFFFFFFF8p+62L, 0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/fixunsxfti_test.c b/test/Unit/fixunsxfti_test.c
index f1f60870..0e3c842b 100644
--- a/test/Unit/fixunsxfti_test.c
+++ b/test/Unit/fixunsxfti_test.c
@@ -134,6 +134,8 @@ int main()
if (test__fixunsxfti(0x1.FFFFFFFFFFFFFFF8p+126L, make_ti(0x7FFFFFFFFFFFFFFELL, 0)))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/fixxfdi_test.c b/test/Unit/fixxfdi_test.c
index 1facd364..43ac0f8a 100644
--- a/test/Unit/fixxfdi_test.c
+++ b/test/Unit/fixxfdi_test.c
@@ -108,6 +108,8 @@ int main()
if (test__fixxfdi(-0x1.FFFFFFFFFFFFFFF8p+62L, 0x8000000000000002LL))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/fixxfti_test.c b/test/Unit/fixxfti_test.c
index 85c15a20..11296b03 100644
--- a/test/Unit/fixxfti_test.c
+++ b/test/Unit/fixxfti_test.c
@@ -139,6 +139,8 @@ int main()
if (test__fixxfti(-0x1.FFFFFFFFFFFFFFFCp+126L, make_ti(0x8000000000000001LL,
0x0000000000000000LL)))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/floatdixf_test.c b/test/Unit/floatdixf_test.c
index 8d049fdb..33766642 100644
--- a/test/Unit/floatdixf_test.c
+++ b/test/Unit/floatdixf_test.c
@@ -137,6 +137,8 @@ int main()
if (test__floatdixf(0x023479FD0E092DE0LL, 0x1.1A3CFE870496Fp+57))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/floatsidfvfp_test.c b/test/Unit/floatsidfvfp_test.c
index 79e87b32..e21ecda5 100644
--- a/test/Unit/floatsidfvfp_test.c
+++ b/test/Unit/floatsidfvfp_test.c
@@ -43,6 +43,8 @@ int main()
return 1;
if (test__floatsidfvfp(0x80000000))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/floatsisfvfp_test.c b/test/Unit/floatsisfvfp_test.c
index 00f4ac29..d20905bd 100644
--- a/test/Unit/floatsisfvfp_test.c
+++ b/test/Unit/floatsisfvfp_test.c
@@ -43,6 +43,8 @@ int main()
return 1;
if (test__floatsisfvfp(0x80000000))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/floattidf_test.c b/test/Unit/floattidf_test.c
index 4fcf272d..cfe40849 100644
--- a/test/Unit/floattidf_test.c
+++ b/test/Unit/floattidf_test.c
@@ -173,6 +173,8 @@ int main()
return 1;
if (test__floattidf(make_ti(0x023479FD0E092DE0LL, 14), 0x1.1A3CFE870496Fp+121))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/floattisf_test.c b/test/Unit/floattisf_test.c
index 7e43aa10..a83ec63a 100644
--- a/test/Unit/floattisf_test.c
+++ b/test/Unit/floattisf_test.c
@@ -129,6 +129,8 @@ int main()
if (test__floattisf(make_ti(0x0007FB72E4000000LL, 0), 0x1.FEDCB8p+114F))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/floattixf_test.c b/test/Unit/floattixf_test.c
index 5ba17f1b..4a9dfb56 100644
--- a/test/Unit/floattixf_test.c
+++ b/test/Unit/floattixf_test.c
@@ -205,6 +205,8 @@ int main()
if (test__floattixf(make_ti(0x0000123456789012LL, 0x34566FFFFFFFFFFFLL),
0x1.2345678901234566p+108L))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/floatundixf_test.c b/test/Unit/floatundixf_test.c
index 43ac85f7..1974fa01 100644
--- a/test/Unit/floatundixf_test.c
+++ b/test/Unit/floatundixf_test.c
@@ -138,6 +138,8 @@ int main()
if (test__floatundixf(0x023479FD0E092DE0ULL, 0x1.1A3CFE870496Fp+57))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/floatunssidfvfp_test.c b/test/Unit/floatunssidfvfp_test.c
index fa174ef1..4883af1c 100644
--- a/test/Unit/floatunssidfvfp_test.c
+++ b/test/Unit/floatunssidfvfp_test.c
@@ -43,6 +43,8 @@ int main()
return 1;
if (test__floatunssidfvfp(0xFFFFFFFF))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/floatunssisfvfp_test.c b/test/Unit/floatunssisfvfp_test.c
index 099f4e39..917061a9 100644
--- a/test/Unit/floatunssisfvfp_test.c
+++ b/test/Unit/floatunssisfvfp_test.c
@@ -43,6 +43,8 @@ int main()
return 1;
if (test__floatunssisfvfp(0xFFFFFFFF))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/floatuntidf_test.c b/test/Unit/floatuntidf_test.c
index 3b630f5c..caad5d43 100644
--- a/test/Unit/floatuntidf_test.c
+++ b/test/Unit/floatuntidf_test.c
@@ -167,6 +167,8 @@ int main()
return 1;
if (test__floatuntidf(make_ti(0x023479FD0E092DE0LL, 14), 0x1.1A3CFE870496Fp+121))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/floatuntisf_test.c b/test/Unit/floatuntisf_test.c
index e80403b4..85c0727c 100644
--- a/test/Unit/floatuntisf_test.c
+++ b/test/Unit/floatuntisf_test.c
@@ -158,6 +158,8 @@ int main()
0x1.FEDCBEp+76F))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/floatuntixf_test.c b/test/Unit/floatuntixf_test.c
index 9d7f974f..fc7531a9 100644
--- a/test/Unit/floatuntixf_test.c
+++ b/test/Unit/floatuntixf_test.c
@@ -212,6 +212,8 @@ int main()
if (test__floatuntixf(make_ti(0x0000123456789012LL, 0x34566FFFFFFFFFFFLL),
0x1.2345678901234566p+108L))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/gedf2vfp_test.c b/test/Unit/gedf2vfp_test.c
index 4731d3ff..e280ce07 100644
--- a/test/Unit/gedf2vfp_test.c
+++ b/test/Unit/gedf2vfp_test.c
@@ -46,6 +46,8 @@ int main()
return 1;
if (test__gedf2vfp(1.0, HUGE_VAL))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/gesf2vfp_test.c b/test/Unit/gesf2vfp_test.c
index 9f1c7568..aa53eb73 100644
--- a/test/Unit/gesf2vfp_test.c
+++ b/test/Unit/gesf2vfp_test.c
@@ -46,6 +46,8 @@ int main()
return 1;
if (test__gesf2vfp(1.0, HUGE_VALF))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/gtdf2vfp_test.c b/test/Unit/gtdf2vfp_test.c
index f2829797..fd54e0b4 100644
--- a/test/Unit/gtdf2vfp_test.c
+++ b/test/Unit/gtdf2vfp_test.c
@@ -46,6 +46,8 @@ int main()
return 1;
if (test__gtdf2vfp(1.0, HUGE_VALF))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/gtsf2vfp_test.c b/test/Unit/gtsf2vfp_test.c
index 03fb00e1..2f4ad99a 100644
--- a/test/Unit/gtsf2vfp_test.c
+++ b/test/Unit/gtsf2vfp_test.c
@@ -46,6 +46,8 @@ int main()
return 1;
if (test__gtsf2vfp(1.0, HUGE_VALF))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/ledf2vfp_test.c b/test/Unit/ledf2vfp_test.c
index e7ed522a..56835907 100644
--- a/test/Unit/ledf2vfp_test.c
+++ b/test/Unit/ledf2vfp_test.c
@@ -46,6 +46,8 @@ int main()
return 1;
if (test__ledf2vfp(1.0, HUGE_VAL))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/lesf2vfp_test.c b/test/Unit/lesf2vfp_test.c
index dc5576b9..b5c20f61 100644
--- a/test/Unit/lesf2vfp_test.c
+++ b/test/Unit/lesf2vfp_test.c
@@ -46,6 +46,8 @@ int main()
return 1;
if (test__lesf2vfp(1.0, HUGE_VALF))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/lshrti3_test.c b/test/Unit/lshrti3_test.c
index 093a6a2e..f266b54f 100644
--- a/test/Unit/lshrti3_test.c
+++ b/test/Unit/lshrti3_test.c
@@ -166,6 +166,8 @@ int main()
if (test__lshrti3(make_ti(0xFEDCBA9876543215LL, 0xFEDCBA9876543215LL), 127,
make_ti(0x0000000000000000LL, 0x0000000000000001LL)))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/ltdf2vfp_test.c b/test/Unit/ltdf2vfp_test.c
index 5051e483..7319397c 100644
--- a/test/Unit/ltdf2vfp_test.c
+++ b/test/Unit/ltdf2vfp_test.c
@@ -44,6 +44,8 @@ int main()
return 1;
if (test__ltdf2vfp(1.0, HUGE_VAL))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/ltsf2vfp_test.c b/test/Unit/ltsf2vfp_test.c
index 78d2c1a3..2d920c95 100644
--- a/test/Unit/ltsf2vfp_test.c
+++ b/test/Unit/ltsf2vfp_test.c
@@ -46,6 +46,8 @@ int main()
return 1;
if (test__ltsf2vfp(1.0, HUGE_VALF))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/modti3_test.c b/test/Unit/modti3_test.c
index 3be07149..bd05c723 100644
--- a/test/Unit/modti3_test.c
+++ b/test/Unit/modti3_test.c
@@ -88,6 +88,8 @@ int main()
if (test__modti3(make_ti(0x8000000000000000LL, 0), -3, -2))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/muldf3vfp_test.c b/test/Unit/muldf3vfp_test.c
index 7ca5559c..73454bf2 100644
--- a/test/Unit/muldf3vfp_test.c
+++ b/test/Unit/muldf3vfp_test.c
@@ -43,6 +43,8 @@ int main()
return 1;
if (test__muldf3vfp(0.0, -0.0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/mulsf3vfp_test.c b/test/Unit/mulsf3vfp_test.c
index fcb124c9..92cf1f12 100644
--- a/test/Unit/mulsf3vfp_test.c
+++ b/test/Unit/mulsf3vfp_test.c
@@ -43,6 +43,8 @@ int main()
return 1;
if (test__mulsf3vfp(0.0, -0.0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/multc3_test.c b/test/Unit/multc3_test.c
index 40505f21..f8c66c0e 100644
--- a/test/Unit/multc3_test.c
+++ b/test/Unit/multc3_test.c
@@ -367,7 +367,8 @@ int main()
return 1;
}
}
-
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/multi3_test.c b/test/Unit/multi3_test.c
index a4c0b7db..f8c6605e 100644
--- a/test/Unit/multi3_test.c
+++ b/test/Unit/multi3_test.c
@@ -127,6 +127,8 @@ int main()
make_ti(0x0000000000000000LL, 0x00B504F333F9DE5BLL),
make_ti(0x7FFFFFFFFFFFF328LL, 0xDF915DA296E8A000LL)))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/mulvti3_test.c b/test/Unit/mulvti3_test.c
index dfe09ffc..be1aa2d3 100644
--- a/test/Unit/mulvti3_test.c
+++ b/test/Unit/mulvti3_test.c
@@ -253,6 +253,8 @@ int main()
// make_ti(0x8000000000000000LL, 0x0000000000000000LL))) // abort
// return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/mulxc3_test.c b/test/Unit/mulxc3_test.c
index 771d19ab..4297c162 100644
--- a/test/Unit/mulxc3_test.c
+++ b/test/Unit/mulxc3_test.c
@@ -368,6 +368,8 @@ int main()
}
}
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/nedf2vfp_test.c b/test/Unit/nedf2vfp_test.c
index 8fdac1a0..2c440439 100644
--- a/test/Unit/nedf2vfp_test.c
+++ b/test/Unit/nedf2vfp_test.c
@@ -44,6 +44,8 @@ int main()
return 1;
if (test__nedf2vfp(1.0, HUGE_VAL))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/negdf2vfp_test.c b/test/Unit/negdf2vfp_test.c
index 7bdf155d..dc55428d 100644
--- a/test/Unit/negdf2vfp_test.c
+++ b/test/Unit/negdf2vfp_test.c
@@ -41,6 +41,8 @@ int main()
return 1;
if (test__negdf2vfp(-1.0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/negsf2vfp_test.c b/test/Unit/negsf2vfp_test.c
index 419b32d7..ef54cee1 100644
--- a/test/Unit/negsf2vfp_test.c
+++ b/test/Unit/negsf2vfp_test.c
@@ -41,6 +41,8 @@ int main()
return 1;
if (test__negsf2vfp(-1.0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/negti2_test.c b/test/Unit/negti2_test.c
index 6ecc8628..1945accf 100644
--- a/test/Unit/negti2_test.c
+++ b/test/Unit/negti2_test.c
@@ -120,6 +120,8 @@ int main()
make_ti(0x8000000000000000LL, 0x0000000000000001LL)))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/negvti2_test.c b/test/Unit/negvti2_test.c
index 1dc904e1..77284098 100644
--- a/test/Unit/negvti2_test.c
+++ b/test/Unit/negvti2_test.c
@@ -102,6 +102,8 @@ int main()
if (test__negvti2(make_ti(0x7FFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL)))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/nesf2vfp_test.c b/test/Unit/nesf2vfp_test.c
index 507b42ec..c085bf8b 100644
--- a/test/Unit/nesf2vfp_test.c
+++ b/test/Unit/nesf2vfp_test.c
@@ -44,6 +44,8 @@ int main()
return 1;
if (test__nesf2vfp(1.0, HUGE_VALF))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/parityti2_test.c b/test/Unit/parityti2_test.c
index c2f8d3d2..ac67b356 100644
--- a/test/Unit/parityti2_test.c
+++ b/test/Unit/parityti2_test.c
@@ -57,6 +57,8 @@ int main()
((ti_int)rand() << 32) + rand()))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/popcountti2_test.c b/test/Unit/popcountti2_test.c
index 53fee3b5..1b94a0c6 100644
--- a/test/Unit/popcountti2_test.c
+++ b/test/Unit/popcountti2_test.c
@@ -75,6 +75,8 @@ int main()
((ti_int)rand() << 32) | rand()))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/powitf2_test.c b/test/Unit/powitf2_test.c
index ca690fd1..817cb113 100644
--- a/test/Unit/powitf2_test.c
+++ b/test/Unit/powitf2_test.c
@@ -225,6 +225,8 @@ int main()
if (test__powitf2(-2, -31, -1/2147483648.))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/powixf2_test.c b/test/Unit/powixf2_test.c
index 67d2463c..201870b3 100644
--- a/test/Unit/powixf2_test.c
+++ b/test/Unit/powixf2_test.c
@@ -225,6 +225,8 @@ int main()
if (test__powixf2(-2, -31, -1/2147483648.))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/subdf3vfp_test.c b/test/Unit/subdf3vfp_test.c
index d1517ec5..86d6f2fe 100644
--- a/test/Unit/subdf3vfp_test.c
+++ b/test/Unit/subdf3vfp_test.c
@@ -41,6 +41,8 @@ int main()
return 1;
if (test__subdf3vfp(0.0, -0.0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/subsf3vfp_test.c b/test/Unit/subsf3vfp_test.c
index aabd01d7..223e7f8f 100644
--- a/test/Unit/subsf3vfp_test.c
+++ b/test/Unit/subsf3vfp_test.c
@@ -41,6 +41,8 @@ int main()
return 1;
if (test__subsf3vfp(0.0, -0.0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/subvti3_test.c b/test/Unit/subvti3_test.c
index a579a1fc..6176bdfd 100644
--- a/test/Unit/subvti3_test.c
+++ b/test/Unit/subvti3_test.c
@@ -73,6 +73,8 @@ int main()
if (test__subvti3(-1, make_ti(0x7FFFFFFFFFFFFFFFLL, 0xFFFFFFFFFFFFFFFFLL)))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/trampoline_setup_test.c b/test/Unit/trampoline_setup_test.c
index c6dbe70e..dc30fb6d 100644
--- a/test/Unit/trampoline_setup_test.c
+++ b/test/Unit/trampoline_setup_test.c
@@ -57,7 +57,8 @@ int main() {
#else
int main() {
- return 0;
+ printf("skipped\n");
+ return 0;
}
#endif
diff --git a/test/Unit/truncdfsf2vfp_test.c b/test/Unit/truncdfsf2vfp_test.c
index 4a44dc79..afc7868b 100644
--- a/test/Unit/truncdfsf2vfp_test.c
+++ b/test/Unit/truncdfsf2vfp_test.c
@@ -43,6 +43,8 @@ int main()
return 1;
if (test__truncdfsf2vfp(123.456))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/ucmpti2_test.c b/test/Unit/ucmpti2_test.c
index d17fbb24..55f820b8 100644
--- a/test/Unit/ucmpti2_test.c
+++ b/test/Unit/ucmpti2_test.c
@@ -109,6 +109,8 @@ int main()
if (test__ucmpti2(make_tu(0xFFFFFFFFFFFFFFFFuLL, 0xFFFFFFFFFFFFFFFFuLL),
make_tu(0xFFFFFFFFFFFFFFFFuLL, 0xFFFFFFFFFFFFFFFFuLL), 1))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/udivmodti4_test.c b/test/Unit/udivmodti4_test.c
index 620929ae..e0cae35e 100644
--- a/test/Unit/udivmodti4_test.c
+++ b/test/Unit/udivmodti4_test.c
@@ -65346,6 +65346,8 @@ int main()
if (test__udivmodti4(tests[i][0], tests[i][1], tests[i][2], tests[i][3]))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/udivti3_test.c b/test/Unit/udivti3_test.c
index a94739a7..09e0e1cf 100644
--- a/test/Unit/udivti3_test.c
+++ b/test/Unit/udivti3_test.c
@@ -60,6 +60,8 @@ int main()
make_tu(0x7FFFFFFFFFFFFFFFuLL, 0xFFFFFFFFFFFFFFFFuLL)))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/umodti3_test.c b/test/Unit/umodti3_test.c
index d75a1b3f..5eac2d83 100644
--- a/test/Unit/umodti3_test.c
+++ b/test/Unit/umodti3_test.c
@@ -58,6 +58,8 @@ int main()
2, 0x1uLL))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/unorddf2vfp_test.c b/test/Unit/unorddf2vfp_test.c
index 1031138a..d49d5678 100644
--- a/test/Unit/unorddf2vfp_test.c
+++ b/test/Unit/unorddf2vfp_test.c
@@ -42,6 +42,8 @@ int main()
return 1;
if (test__unorddf2vfp(1.0, 1.0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}
diff --git a/test/Unit/unordsf2vfp_test.c b/test/Unit/unordsf2vfp_test.c
index dedd7ecd..3cadc81c 100644
--- a/test/Unit/unordsf2vfp_test.c
+++ b/test/Unit/unordsf2vfp_test.c
@@ -42,6 +42,8 @@ int main()
return 1;
if (test__unordsf2vfp(1.0, 1.0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}