From f7b5fc832288fae3f5a0f3d24b96782252aabbaf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 19:41:34 +0200 Subject: Adding upstream version 4.99.3. Signed-off-by: Daniel Baumann --- tests/lmp-v.tests | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tests/lmp-v.tests (limited to 'tests/lmp-v.tests') diff --git a/tests/lmp-v.tests b/tests/lmp-v.tests new file mode 100644 index 0000000..c501a85 --- /dev/null +++ b/tests/lmp-v.tests @@ -0,0 +1,26 @@ +# -*- perl -*- + +# The "verbose" Link Management Protocol test involves a float calculation that +# may produce a slightly different result depending on the compiler and the +# version of the instruction set for which it's generating code (see GitHub +# issue #333). The test is done with an output file that depends on the +# floating-point type, as reported by "./tcpdump --fp-type". + +$testlist = [ + { + config_set => 'HAVE_FPTYPE1', + name => 'lmp-v-fptype1', + input => 'lmp.pcap', + output => 'lmp-v-fptype1.out', + args => '-T lmp -v' + }, + { + config_set => 'HAVE_FPTYPE2', + name => 'lmp-v-fptype2', + input => 'lmp.pcap', + output => 'lmp-v-fptype2.out', + args => '-T lmp -v' + }, + ]; + +1; -- cgit v1.2.3