Add in #ifdef to exclude cpu_model_test on non-X86 and *vfp_test on ARM targets without VFP support.
This is consistent with other target-specific tests that print "Skipped" if not supported.
Paths
| Differential D29882
[Builtin][ARM] #ifdef ARM vfp tests and cpu_model_tests ClosedPublic Authored by weimingz on Feb 12 2017, 11:18 PM.
Details Summary Add in #ifdef to exclude cpu_model_test on non-X86 and *vfp_test on ARM targets without VFP support. This is consistent with other target-specific tests that print "Skipped" if not supported.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 15 2017, 3:08 PM Closed by commit rL295261: [Builtin][ARM] #ifdef ARM vfp tests and cpu_model_tests (authored by weimingz). · Explain WhyFeb 15 2017, 4:10 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 88622 compiler-rt/trunk/test/builtins/Unit/adddf3vfp_test.c
compiler-rt/trunk/test/builtins/Unit/addsf3vfp_test.c
compiler-rt/trunk/test/builtins/Unit/cpu_model_test.c
compiler-rt/trunk/test/builtins/Unit/divdf3vfp_test.c
compiler-rt/trunk/test/builtins/Unit/divsf3vfp_test.c
compiler-rt/trunk/test/builtins/Unit/eqdf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/eqsf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/extebdsfdf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/fixdfsivfp_test.c
compiler-rt/trunk/test/builtins/Unit/fixsfsivfp_test.c
compiler-rt/trunk/test/builtins/Unit/fixunsdfsivfp_test.c
compiler-rt/trunk/test/builtins/Unit/fixunssfsivfp_test.c
compiler-rt/trunk/test/builtins/Unit/floatsidfvfp_test.c
compiler-rt/trunk/test/builtins/Unit/floatsisfvfp_test.c
compiler-rt/trunk/test/builtins/Unit/floatunssidfvfp_test.c
compiler-rt/trunk/test/builtins/Unit/floatunssisfvfp_test.c
compiler-rt/trunk/test/builtins/Unit/gedf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/gesf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/gtdf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/gtsf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/ledf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/lesf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/ltdf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/ltsf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/muldf3vfp_test.c
compiler-rt/trunk/test/builtins/Unit/mulsf3vfp_test.c
compiler-rt/trunk/test/builtins/Unit/nedf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/negdf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/negsf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/nesf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/subdf3vfp_test.c
compiler-rt/trunk/test/builtins/Unit/subsf3vfp_test.c
compiler-rt/trunk/test/builtins/Unit/truncdfsf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/unorddf2vfp_test.c
compiler-rt/trunk/test/builtins/Unit/unordsf2vfp_test.c
|