mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
updated notes regarding "-O gen-C++" maintenance
This commit is contained in:
parent
81a9745fb3
commit
1473149579
1 changed files with 11 additions and 6 deletions
|
@ -17,6 +17,15 @@ The maintenance workflow:
|
||||||
ninja
|
ninja
|
||||||
src/zeek -O use-C++ -r some.pcap
|
src/zeek -O use-C++ -r some.pcap
|
||||||
|
|
||||||
|
and that it can compile them standalone:
|
||||||
|
|
||||||
|
rm CPP-gen.cc
|
||||||
|
ninja
|
||||||
|
echo | src/zeek -O gen-standalone-C++
|
||||||
|
ninja
|
||||||
|
rm CPP-gen.cc
|
||||||
|
ninja
|
||||||
|
|
||||||
Do this first because if it can't, you'll be making changes to the
|
Do this first because if it can't, you'll be making changes to the
|
||||||
compiler that you'll want to subsequent run against the test suite,
|
compiler that you'll want to subsequent run against the test suite,
|
||||||
per the following.
|
per the following.
|
||||||
|
@ -62,11 +71,7 @@ The maintenance workflow:
|
||||||
(which is Baseline.cpp).
|
(which is Baseline.cpp).
|
||||||
|
|
||||||
FYI:
|
FYI:
|
||||||
There are two tests that in the past have demonstrated possible
|
Tests that have demonstrated variations/failures due to presumed
|
||||||
variations due to presumed race conditions:
|
race conditions:
|
||||||
|
|
||||||
../testing/btest/scripts/base/utils/active-http.test
|
../testing/btest/scripts/base/utils/active-http.test
|
||||||
../testing/btest/supervisor/revive-leaf.zeek
|
|
||||||
|
|
||||||
These haven't shown up in a while, as of May 2023, so we can remove
|
|
||||||
the above if they continue to not show up.
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue