zeek/testing/btest/language
Tim Wojtulewicz 8829490045 Merge remote-tracking branch 'origin/topic/awelzel/2075-if-conditional-parsing'
* origin/topic/awelzel/2075-if-conditional-parsing:
  parse.y/anonymous_function: Allow conditionals between begin_lambda and lambda_body
2022-08-23 20:28:17 -07:00
..
addr.zeek ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07: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 ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07: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 ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07: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-lambda.zeek parse.y/anonymous_function: Allow conditionals between begin_lambda and lambda_body 2022-08-17 13:40:25 +02:00
at-if.zeek ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
at-ifdef.zeek GH-2034: Store module names and use them in lookups for ifdef 2022-08-05 15:36:21 +00:00
at-ifndef.zeek GH-2034: Store module names and use them in lookups for ifdef 2022-08-05 15:36:21 +00:00
at-load.zeek ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07: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 ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07: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-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-naming.zeek baseline & btest updates 2022-05-26 17:39:47 -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 updates for gen-C++ maintenance, including skipping some inappropriate tests 2022-08-01 16:47:17 -07:00
complex-delete.zeek new btest to catch regressions to previous behavior/crash 2022-01-14 14:10:15 -08:00
conditional-expression.zeek ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -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 ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
count.zeek ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -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 updates to btests to support switch to expression-based initialization 2022-03-23 15:36:35 -07:00
dangling-at.zeek btests for erroneous script conditionals 2021-11-24 15:19:44 -08: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 ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -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 ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07: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-var-check.zeek Merge branch 'topic/amazingpp/modifiable-const-via-loops' of ssh://github.com/AmazingPP/zeek 2022-07-19 14:26:59 +02:00
for.zeek ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07: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 ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07: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-type-clash.zeek Fix module-scoped type definitions that conflict with existing global ones 2022-08-08 15:30:34 -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-1741: Print error if calling a non-hook with hook keyword 2021-12-09 14:35:40 -07:00
if.zeek ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07: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
init-integration.zeek new btests to cover extended functionality & associatd errors 2022-03-23 15:36:35 -07:00
init-mismatch.zeek new btests to cover extended functionality & associatd errors 2022-03-23 15:36:35 -07:00
inlined-nested-loop.zeek fix & btest for ZAM bug with inlined nested loop 2022-04-01 14:04:50 -07:00
int-negation-range.zeek Improve negation of ConstExpr 2020-09-18 11:32:05 -07:00
int.zeek ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
interval.zeek ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07: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 ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
more-closure-tests.zeek add some missing "when" closures 2022-05-12 13:39:26 -07: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 Add btests for new functionality 2021-09-20 17:51:43 -07: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 ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07: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
orphan-endif.zeek fix btest comment to more accurately describe the test 2021-11-29 13:17:57 -08: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 Merge remote-tracking branch 'origin/topic/vern/bit-shift-fixes' 2022-08-03 09:56:55 -07:00
patterns-stored-in-containers.zeek Fix using patterns stored as table/set indices 2020-04-06 17:12:33 -07:00
port.zeek ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
precedence.zeek ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07: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 updates to btests to support switch to expression-based initialization 2022-03-23 15:36:35 -07: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-bad-ctor3.zeek bug fix for reporting poorly formed record constructors 2021-12-22 14:26:03 -08:00
record-bad-ctor4.zeek associated btest 2022-02-28 17:38:32 -08: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-coerce-orphan.zeek fixes for constructing and assigning records with fields that are empty vectors 2021-11-24 11:16:33 -08: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-duplicate-fields.zeek GH-1628: Return an error for duplicate record field names 2022-07-21 11:53:47 -07:00
record-empty-vector.zeek fixes for constructing and assigning records with fields that are empty vectors 2021-11-24 11:16:33 -08: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-global-function.zeek Return an error if redef'ing a variable without redef attribute 2022-07-25 09:43:19 -07:00
redef-same-prefixtable-idx.zeek btest tweaks I overlooked 2022-03-23 15:36:35 -07: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 add some missing "when" closures 2022-05-12 13:39:26 -07:00
set-opt-record-index.zeek fix for sets containing recursive records 2022-05-02 13:19:58 -07: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 ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
short-circuit.zeek ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07: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 ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07: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 ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07: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 updates to btests to support switch to expression-based initialization 2022-03-23 15:36:35 -07: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 updates for btests - new cases to check, new baselines 2022-03-31 20:42:54 -07: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-nested-set-ordering.zeek Add btests for new functionality 2021-09-20 17:51:43 -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 updates for btests - new cases to check, new baselines 2022-03-31 20:42:54 -07:00
table.zeek ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
ternary-type-check.zeek GH-926: Improve type-checking for ternary conditional operator 2020-08-21 18:33:14 -07:00
time.zeek ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
timeout.zeek Rewrite the btest for when-statement timeouts 2020-01-02 12:05:49 -08:00
type-alias-error.zeek GH-1344: Give better warning when using a type that doesn't exist 2022-07-29 12:38:25 -07: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 updates to btests to support switch to expression-based initialization 2022-03-23 15:36:35 -07: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
unterminated-pattern.zeek Add btest for unterminated pattern parsing error behavior 2021-04-09 11:15:06 -07:00
unused-assignment.zeek updates for gen-C++ maintenance, including skipping some inappropriate tests 2022-08-01 16:47:17 -07: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-coerce-expr2.zeek fix race condition in btest output ordering 2021-09-08 10:23:39 -07:00
vector-deprecated.zeek canonicalize filenames for new vector deprecation btest 2022-08-02 12:37:33 -07:00
vector-for-value.zeek stmt: Support iterating over vector values 2022-08-22 16:57:37 +02:00
vector-hole-loop.zeek btest for https://github.com/zeek/zeek/issues/1763 2021-09-07 10:21:50 -07: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-slice-assign.zeek btest to catch vector slice assignment issues 2022-01-25 10:47:33 -08: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 updates for btests - new cases to check, new baselines 2022-03-31 20:42:54 -07:00
vector.zeek don't allow deprecated-style mixing of vectors and scaling for shifting 2022-07-30 18:17:22 -07:00
when-aggregates.zeek attempt to make "when" btest deterministic 2022-01-07 21:52:11 -08:00
when-capture-errors.zeek tests for new "when" semantics/errors 2022-01-07 14:54:47 -08: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 add some missing "when" closures 2022-05-12 13:39:26 -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