Some compiler-rt tests are inherently incompatible with VE because..
- No consistent denormal support on VE. We skip denormal fp inputs in builtin tests.
- madvise unsupported on VE.
- Instruction alignment requirements.
Paths
| Differential D113093
[VE] Disable incompatible compiler-rt tests ClosedPublic Authored by simoll on Nov 3 2021, 3:05 AM.
Details
Summary Some compiler-rt tests are inherently incompatible with VE because..
Diff Detail
Event Timelinesimoll retitled this revision from [VE] Adapt tests to pass on VE to [VE] Silence incompatible compiler-rt tests. simoll retitled this revision from [VE] Silence incompatible compiler-rt tests to [VE] Disable incompatible compiler-rt tests. Comment ActionsAddressed phosek's comments (thx!) This revision is now accepted and ready to land.Nov 10 2021, 10:40 AM Comment Actions NFC
Closed by commit rG496e7f330c43: [VE] Disable incompatible compiler-rt tests (authored by simoll). · Explain WhyNov 11 2021, 11:41 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 386747 compiler-rt/lib/profile/InstrProfilingUtil.c
compiler-rt/test/builtins/Unit/compiler_rt_logb_test.c
compiler-rt/test/builtins/Unit/compiler_rt_logbf_test.c
compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c
compiler-rt/test/builtins/Unit/compiler_rt_scalbn_test.c
compiler-rt/test/builtins/Unit/compiler_rt_scalbnf_test.c
compiler-rt/test/builtins/Unit/compiler_rt_scalbnl_test.c
compiler-rt/test/builtins/Unit/enable_execute_stack_test.c
|
I'd prefer changing the condition here instead.