recent BTests that should be skipped when using -O gen-C++

This commit is contained in:
Vern Paxson 2023-12-08 15:31:02 -05:00 committed by Arne Welzel
parent eab2f8a49f
commit 56cf3170c2
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
# @TEST-DOC: Ensure that event coalescence works properly. # @TEST-DOC: Ensure that event coalescence works properly.
# @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1"
# #
# @TEST-EXEC: zeek -b -O ZAM %INPUT >output # @TEST-EXEC: zeek -b -O ZAM %INPUT >output
# @TEST-EXEC: btest-diff output # @TEST-EXEC: btest-diff output

View file

@ -1,4 +1,5 @@
# @TEST-DOC: Ensure that event coalescence doesn't happen if inlining turned off. # @TEST-DOC: Ensure that event coalescence doesn't happen if inlining turned off.
# @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1"
# #
# @TEST-EXEC: zeek -b -O ZAM -O no-inline %INPUT >output # @TEST-EXEC: zeek -b -O ZAM -O no-inline %INPUT >output
# @TEST-EXEC: btest-diff output # @TEST-EXEC: btest-diff output