zeek/testing/btest/language
Johanna Amann 13cfa4c938 Fix handling of timers when cloning TableVals
When cloning TableVals, a new timer was created for the wrong object
(the existing TableVal, not the clone). This lead to the already
existing timer being no longer accessible. Which, in turn, leads to an
abandoned timer reading into no longer allocated data when the original
TableVal is deleted.

Fixes GH-1687
2021-07-21 12:52:22 +01:00
..
addr.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
alternate-event-hook-prototypes-invalid-arg.zeek Allow alternate event/hook prototype declarations 2020-04-01 17:25:28 -07:00
alternate-event-hook-prototypes.zeek Fix frame size allocation of alternate event/hook handlers 2020-04-09 22:05:34 -07:00
alternate-prototypes-arg-matching.zeek Improve alternate event/hook prototype matching 2020-04-09 20:20:38 -07:00
alternate-prototypes-default-args.zeek Emit error for alternate event/hook prototype args with attributes 2020-04-09 21:00:09 -07:00
alternate-prototypes-deprecated-args.zeek Fix wrong frame offsets for locals of alternate event/hook prototypes 2020-07-10 10:59:12 -07:00
any-when.zeek bug fixes for using "when" in functions that have a local of type "any" 2020-04-25 16:56:24 -07:00
any.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
at-deprecated.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
at-dir.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
at-filename.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
at-if-event.zeek Fix a btest to order zeek_init() events via &priority 2020-03-05 14:19:34 -08:00
at-if-invalid.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
at-if.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
at-ifdef.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
at-ifndef.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
at-load.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
attr-default-coercion.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
attr-default-global-set-error.zeek Improve &default validation for global vars: exclude sets 2019-10-15 18:24:35 -07:00
bool.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
bro_init.zeek Merge remote-tracking branch 'origin/topic/robin/631-deprecation-v2' 2020-01-30 19:19:56 -08:00
bro_script_loaded.zeek Merge remote-tracking branch 'origin/topic/robin/631-deprecation-v2' 2020-01-30 19:19:56 -08:00
closure-binding-deprecated.zeek determinism for concurrent Zeek test suite invocations; split out deprecations 2021-03-18 16:17:25 -07:00
closure-binding-errors.zeek tests added for new capture-by-reference closure semantics & errors 2021-01-04 14:38:12 -08:00
closure-binding.zeek determinism for concurrent Zeek test suite invocations; split out deprecations 2021-03-18 16:17:25 -07:00
closure-sending-deprecated.zeek Remove unnecessary -B arguments from Zeek invocations in testsuite 2021-06-24 17:05:32 -07:00
closure-sending-naming.zeek Remove unnecessary -B arguments from Zeek invocations in testsuite 2021-06-24 17:05:32 -07:00
closure-sending2.zeek Remove unnecessary -B arguments from Zeek invocations in testsuite 2021-06-24 17:05:32 -07:00
common-mistakes.zeek updates to test suite tests for compatibility with upcoming ZAM functionality 2021-06-01 09:25:30 -07:00
common-mistakes2.zeek whoops overlooked the need to canonicalize filenames 2021-06-09 15:29:39 -07:00
conditional-expression.zeek GH-926: Improve type-checking for ternary conditional operator 2020-08-21 18:33:14 -07:00
const.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
container-ctor-scope.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
copy-all-opaques.zeek Rename paraglob_get to paraglob_match 2019-06-24 15:44:21 -07:00
copy-all-types.zeek Finish implementation of copy method. 2019-05-22 14:29:37 -07:00
copy-cycle.zeek Extend ASAN_OPTIONS in btests instead of overwrite 2020-01-08 21:04:18 -08:00
copy.zeek Fix TableVal::DoClone to use CloneState cache 2019-06-20 18:34:36 -07:00
count.zeek Completely remove all traces of the COUNTER type. 2020-07-30 12:11:05 -07:00
crlf-parsing.zeek GH-1497: Support CRLF line-endings in Zeek scripts and signature files 2021-04-08 20:32:30 -07:00
cross-product-init.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
default-params.zeek GH-654: allow table() in function &default expressions 2019-10-25 13:00:46 -07:00
delete-field-set.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
delete-field.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
deprecated.zeek suppress usage warning in baseline script 2021-02-06 11:05:53 -08:00
double.zeek GH-1244: Change modp_dtoa2() to use scientific notation for small values 2021-05-17 17:44:23 -07:00
duplicate-attributes.zeek Expanded check for other tag types, fixed btest to cover more tags 2020-08-27 15:17:38 -07:00
enum-desc.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
enum-multiple-decls.zeek Fix ref-counting bug in EnumType copy ctor 2019-07-15 12:42:56 -07:00
enum-name-conflict.zeek GH-1534: Fix excessive coredump for duplicate enum definitions 2021-04-29 15:20:09 -07:00
enum-nonexisting.zeek Fix crash when trying to redef non-existing enum 2020-05-07 14:57:03 -07:00
enum-scope.zeek Fix incorrect conflict detection of namespaced-enum-names 2020-07-31 16:44:49 -07:00
enum.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
eof-parse-errors.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
event-local-var.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
event.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
expire-expr-error.zeek Enable leak checks for btests that produce runtime exceptions 2020-03-23 21:51:12 -07:00
expire-func-type-check.zeek Extend language.expire-func-type-check btest 2021-04-15 16:13:35 -07:00
expire-func-undef.zeek General btest cleanup 2020-08-11 11:26:22 -07:00
expire-redef.zeek Fix handling of timers when cloning TableVals 2021-07-21 12:52:22 +01:00
expire-type-error.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
expire_func.test General btest cleanup 2020-08-11 11:26:22 -07:00
expire_func_mod.zeek Improve stability of a &expire_func btest 2020-02-07 15:11:06 -08:00
expire_multiple.test GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
expire_subnet.test General btest cleanup 2020-08-11 11:26:22 -07:00
file.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
for.zeek More bro-to-zeek renaming in the unit tests 2019-05-16 02:27:54 -05:00
func-assignment.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
func-equality.zeek Allow Zeek function equality comparisons 2020-07-07 18:39:23 -07:00
function-already-defined.zeek GH-1211: Improve error message for already-defined functions 2020-10-12 16:19:19 -07:00
function-closures.zeek test suite updates and additions for new capture semantics & suppression of error cascades 2021-01-04 14:34:18 -08:00
function-sending.zeek Merge remote-tracking branch 'origin/topic/vern/ZAM-prep' 2021-06-28 11:03:13 -07:00
function.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
global-init-calls-bif-using-builtin-type.zeek GH-165: Fix global initializations that indirectly use builtin types 2020-08-27 14:01:08 -07:00
global-init-calls-bif.zeek GH-1122: Allow initializing globals with calls to subdir BIFs 2020-08-27 12:20:37 -07:00
global-unset-addto.zeek Catch if &add_func/&delete_func is applied to IDs that don't have values. 2020-08-18 10:34:05 +00:00
hook.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
hook_calls.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
if.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
incr-vec-expr.test GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
index-assignment-invalid.zeek updates to test suite tests for compatibility with upcoming ZAM functionality 2021-06-01 09:25:30 -07:00
ineffective-default-args.zeek Add warning for ineffective &default arguments in handlers 2020-04-09 22:51:01 -07:00
init-in-anon-function.zeek Fix language.init-in-anon-function btest due to changes to log filter predicates 2021-01-27 10:52:41 -07:00
int-negation-range.zeek Improve negation of ConstExpr 2020-09-18 11:32:05 -07:00
int.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
interval.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
invalid-hostnames.zeek GH-1245: require TLD of hostname literals to start with a letter 2020-10-23 14:17:10 -07:00
invalid_index.zeek Separate stdout from stderr in btest baselines 2021-03-30 16:23:23 -07:00
ipv6-literals.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
key-value-for.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
lambda-escaping.zeek test suite updates and additions for new capture semantics & suppression of error cascades 2021-01-04 14:34:18 -08:00
lambda-nested-copy.zeek test suite updates and additions for new capture semantics & suppression of error cascades 2021-01-04 14:34:18 -08:00
lambda-record-field.zeek test suite updates and additions for new capture semantics & suppression of error cascades 2021-01-04 14:34:18 -08:00
lambda-zeek-init.zeek test suite updates and additions for new capture semantics & suppression of error cascades 2021-01-04 14:34:18 -08:00
mismatched-container-ctor-types.zeek GH-1483: Improve error for mismatched container initialization types 2021-04-20 19:14:13 -07:00
module.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
more-closure-tests.zeek test suite updates and additions for new capture semantics & suppression of error cascades 2021-01-04 14:34:18 -08:00
named-record-ctors.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
named-set-ctors.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
named-table-ctors.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
named-vector-ctors.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
nested-sets.zeek Adjust btests for OpenBSD portability 2019-11-08 17:32:44 -08:00
next-test.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
no-module.zeek More bro-to-zeek renaming in the unit tests 2019-05-16 02:27:54 -05:00
null-statement.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
on_change-recurse.test General btest cleanup 2020-08-11 11:26:22 -07:00
on_change.test General btest cleanup 2020-08-11 11:26:22 -07:00
on_change_expire.test General btest cleanup 2020-08-11 11:26:22 -07:00
outer_param_binding.zeek test suite updates and additions for new capture semantics & suppression of error cascades 2021-01-04 14:34:18 -08:00
paraglob-serialization.zeek Remove unnecessary -B arguments from Zeek invocations in testsuite 2021-06-24 17:05:32 -07:00
paraglob.zeek Fix creating a StringVal from std::string. 2019-06-26 11:41:39 -07:00
pattern.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
patterns-stored-in-containers.zeek Fix using patterns stored as table/set indices 2020-04-06 17:12:33 -07:00
port.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
precedence.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
raw_output_attr.test Additional use of btest-diff --binary 2020-12-06 20:19:52 -08:00
rec-comp-init.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
rec-nested-opt.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
rec-of-tbl.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
rec-table-default.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
record-bad-ctor.zeek More bro-to-zeek renaming in the unit tests 2019-05-16 02:27:54 -05:00
record-bad-ctor2.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
record-ceorce-orphan.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
record-coerce-clash.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
record-default-coercion.zeek GH-654: allow table() in record &default expressions 2019-10-25 12:48:52 -07:00
record-default-set-mismatch.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
record-extension.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
record-function-recursion.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
record-global-init-exception.zeek GH-1122: Improve error for global record initialization exceptions 2020-08-26 14:24:36 -07:00
record-index-complex-fields.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
record-recursive-coercion.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
record-redef-after-init.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
record-ref-assign.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
record-type-checking.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
redef-same-prefixtable-idx.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
redef-vector.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
returnwhen.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
set-opt-record-index.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
set-type-checking.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
set-vector-index.zeek Fix indexing of set/table types with a vector 2021-04-14 21:58:14 -07:00
set.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
short-circuit.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
sizeof-any.zeek GH-1273: Change SizeExpr to yield "any" type when operating on "any" 2020-11-09 19:03:42 -08:00
sizeof.zeek GH-251 (revert): remove coercion-to-signed-integer for |x| expressions 2020-10-22 17:41:53 -07:00
smith-waterman-test.zeek test suite update for Smith-Waterman now using 0-based vectors 2021-02-25 17:13:56 -08:00
string-indexing.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
string.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
strings.zeek Remove some deprected methods/events from bif files 2021-01-27 10:52:40 -07:00
subnet-errors.zeek Separate stdout from stderr in btest baselines 2021-03-30 16:23:23 -07:00
subnet.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
switch-error-mixed.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
switch-incomplete.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
switch-statement.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
switch-type-cast-fallthrough-error.zeek GH-955: Prohibit fallthrough in typecasting switch cases 2020-08-26 12:55:10 -07:00
switch-types-error-duplicate.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
switch-types-error-unsupported.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
switch-types-vars.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
switch-types.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
table-aggr-init-type-check.zeek GH-594: Improve table initialization type-check error messages 2020-08-19 19:59:19 -07:00
table-default-record.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
table-index-unsupported-types.zeek GH-1155: Recursively check table index for unsupported types 2020-09-14 19:06:11 -07:00
table-init-attrs.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
table-init-container-ctors.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
table-init-record-idx.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
table-init.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
table-list-assign-type-check.zeek Merge branch 'table-error' of https://github.com/ZekeMedley/zeek 2019-05-28 10:51:50 -07:00
table-optional-subrecord-index.zeek GH-839: Fix use of &optional sub-records within table/set indices 2021-05-26 13:28:13 -07:00
table-pattern-index.zeek Merge remote-tracking branch 'origin/topic/dev/patterns-in-sets' 2020-01-06 14:15:30 -08:00
table-record-idx-redef.zeek GH-857: fix redefining record types used to index tables 2020-03-12 18:25:48 -07:00
table-redef-default.zeek Fix redef'ing a table with a new &default attribute 2019-10-11 18:57:03 -07:00
table-redef.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
table-set-iterator-invalidation.zeek Separate stdout from stderr in btest baselines 2021-03-30 16:23:23 -07:00
table-type-checking.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
table.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
ternary-type-check.zeek GH-926: Improve type-checking for ternary conditional operator 2020-08-21 18:33:14 -07:00
time.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
timeout.zeek Rewrite the btest for when-statement timeouts 2020-01-02 12:05:49 -08:00
type-cast-any.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
type-cast-error-dynamic.zeek Separate stdout from stderr in btest baselines 2021-03-30 16:23:23 -07:00
type-cast-error-static.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
type-cast-same.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
type-check-any.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
type-check-func-call.zeek GH-1296: fix type-checks related to list-type equality 2021-01-10 17:32:50 -08:00
type-check-operator-in.zeek GH-1296: fix type-checks related to list-type equality 2021-01-10 17:32:50 -08:00
type-check-vector.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
type-coerce-numerics.zeek updates to test suite tests for compatibility with upcoming ZAM functionality 2021-06-01 09:25:30 -07:00
type-type-error.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
undeclared-alternate-event-hook-prototype.zeek Allow alternate event/hook prototype declarations 2020-04-01 17:25:28 -07:00
undefined-delete-field.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
uninitialized-local.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
uninitialized-local2.zeek updates to test suite tests for compatibility with upcoming ZAM functionality 2021-06-01 09:25:30 -07:00
uninitialized-local3.zeek updates to test suite tests for compatibility with upcoming ZAM functionality 2021-06-01 09:25:30 -07:00
unterminated-pattern.zeek Add btest for unterminated pattern parsing error behavior 2021-04-09 11:15:06 -07:00
unused-assignement.zeek Merge remote-tracking branch 'origin/topic/vern/use-defs' 2021-02-23 12:11:24 -08:00
vector-any-append.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
vector-coerce-expr.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
vector-in-operator.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
vector-list-init-records.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
vector-of-enum-mismatch.zeek Improve type inference for vector-of-enum constructor 2019-07-25 23:27:47 -07:00
vector-of-enum.zeek Improve type inference for vector-of-enum constructor 2019-07-25 23:27:47 -07:00
vector-of-interval-arithmetic.zeek GH-1159: Fix vector-of-interval multiplication/division arithmetic 2020-09-14 16:12:20 -07:00
vector-type-checking.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
vector-unspecified.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
vector.zeek Remove tests for deprecated operators. 2021-07-14 11:23:13 +02:00
when-on-globals.zeek Add new test for when-statement watching global variables. 2019-06-07 23:17:29 +00:00
when-order-of-eval.zeek GH-927: Fix circumvention of evaluation order in 'when' conditions 2020-09-15 17:03:44 -07:00
when-unitialized-rhs.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
when.zeek General btest cleanup 2020-08-11 11:26:22 -07:00
while.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
wrong-delete-field.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
wrong-record-extension.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
zeek_init.zeek Merge remote-tracking branch 'origin/topic/robin/631-deprecation-v2' 2020-01-30 19:19:56 -08:00
zeek_script_loaded.zeek Merge remote-tracking branch 'origin/topic/robin/631-deprecation-v2' 2020-01-30 19:19:56 -08:00