summaryrefslogtreecommitdiffstats
path: root/tests/non-bsd.tests
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 17:13:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 17:13:01 +0000
commit7adcb5b605cc1328a3084c334f4697ec9771936c (patch)
tree03e681bfda053978ba896745828e09cb056ad156 /tests/non-bsd.tests
parentInitial commit. (diff)
downloadtcpdump-7adcb5b605cc1328a3084c334f4697ec9771936c.tar.xz
tcpdump-7adcb5b605cc1328a3084c334f4697ec9771936c.zip
Adding upstream version 4.99.4.upstream/4.99.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/non-bsd.tests')
-rw-r--r--tests/non-bsd.tests15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/non-bsd.tests b/tests/non-bsd.tests
new file mode 100644
index 0000000..f44610e
--- /dev/null
+++ b/tests/non-bsd.tests
@@ -0,0 +1,15 @@
+# -*- perl -*-
+
+$testlist = [
+ # This specific test fails on OpenBSD because the .pcap file uses DLT_RAW,
+ # which OpenBSD treats as DLT_LOOP.
+ {
+ config_unset => 'IS_OPENBSD',
+ name => 'heap-overflow-1',
+ input => 'heap-overflow-1.pcap',
+ output => 'heap-overflow-1.out',
+ args => '-v'
+ },
+];
+
+1;