diff options
author | Guy Harris <guy@alum.mit.edu> | 2020-02-04 20:07:44 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2020-02-04 20:07:44 -0800 |
commit | 40e38a38378ccb014e7713d38eb9b45af3968919 (patch) | |
tree | 92067a2e793b8e5576103de280ea66fecd9603fa /tests/isis-seg-fault-1-v.tests | |
parent | 8dee20fb2238ec414383fa46baae0132663e1e47 (diff) | |
download | tcpdump-40e38a38378ccb014e7713d38eb9b45af3968919.tar.gz |
Do the isis-seg-fault-1-v test regardless of the floating-point type.
This test seems to work even with "x87" floating point; perhaps it fails
on, e.g., SPARC with some compiler.
Diffstat (limited to 'tests/isis-seg-fault-1-v.tests')
-rw-r--r-- | tests/isis-seg-fault-1-v.tests | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/isis-seg-fault-1-v.tests b/tests/isis-seg-fault-1-v.tests index 7d3714ef..6d4eec5d 100644 --- a/tests/isis-seg-fault-1-v.tests +++ b/tests/isis-seg-fault-1-v.tests @@ -5,10 +5,14 @@ # the version of the instruction set for which it's generating code (see # GitHub issue #333 for another example). The test is done only if we have # a floating-point type, as reported by "./tcpdump --fp-type", of FPTYPE1. +# +# XXX - this works on my 32-bit x86 Linux virtual machine, so do this +# regardless of the floating-point type, so always do this. If it +# fails on some platform, we'll need to tweak tcpdump and tests/TESTrun +# to check for *that* floating-point difference. $testlist = [ { - config_set => 'HAVE_FPTYPE1', name => 'isis-seg-fault-1-v', input => 'isis-seg-fault-1.pcapng', output => 'isis-seg-fault-1-v.out', |