notes for tests that are problematic when using compile-to-C++

This commit is contained in:
Vern Paxson 2021-04-19 16:47:13 -07:00
parent db7f88e661
commit f9c1f57f9c
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,8 @@
# Don't run the test for compiled scripts. To work, they need separate
# compilation of the manager and worker parts, and that also leads to
# lines (and sets) being displayed in a different order due to different
# hash function seedings (though probably -D would control for that).
# @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1"
# @TEST-PORT: BROKER_PORT1
# @TEST-PORT: BROKER_PORT2
# @TEST-PORT: BROKER_PORT3