zeek/testing/btest/language
2023-05-11 12:51:06 +02:00
..
addr.zeek
alternate-event-hook-prototypes-invalid-arg.zeek
alternate-event-hook-prototypes.zeek
alternate-prototypes-arg-matching.zeek
alternate-prototypes-default-args.zeek
alternate-prototypes-deprecated-args.zeek
any-script-func-variadic-errors.zeek
any-when.zeek
any.zeek
at-deprecated.zeek
at-dir.zeek
at-filename.zeek
at-if-else-if-no-way.zeek
at-if-event.zeek
at-if-invalid.zeek
at-if-lambda.zeek Merge remote-tracking branch 'origin/topic/vern/CPP-Apr23-maint' 2023-04-03 16:42:18 +02:00
at-if-reject.zeek
at-if.zeek
at-ifdef.zeek
at-ifndef.zeek
at-load.zeek
attr-default-coercion.zeek
attr-default-global-set-error.zeek
blank-expr-errors.zeek
blank-for.zeek
blank-local.zeek
blank-option-error.zeek
bool.zeek
closure-binding-errors.zeek
closure-binding.zeek
closure-sending-naming.zeek
closure-sending2.zeek
common-mistakes.zeek
common-mistakes2.zeek
complex-delete.zeek
conditional-expression.zeek
const.zeek
container-ctor-scope.zeek
container-option-init.zeek GH-2920: Don't warn on uninitialized container options 2023-04-13 09:05:17 -07:00
copy-all-opaques.zeek
copy-all-types.zeek
copy-cycle.zeek
copy.zeek
count-underflow.zeek Expr: Warn on count underflow for c -= 1 and c = c - 1 2022-11-30 10:08:52 +01:00
count.zeek
crlf-parsing.zeek
cross-product-init.zeek
dangling-at.zeek
default-params.zeek
delete-field-set.zeek
delete-field.zeek
deprecated.zeek
double.zeek
duplicate-attributes.zeek
enum-desc.zeek
enum-multiple-decls.zeek
enum-name-conflict.zeek
enum-nonexisting.zeek
enum-scope.zeek
enum.zeek
eof-parse-errors.zeek
event-invoke-mismatch-error.zeek Skip somer error reporting when the record type has errors 2023-01-27 20:49:22 +01:00
event-local-var.zeek
event-ts-scheduled.zeek Annotate scheduled events with intended timestamp. 2023-05-11 12:51:06 +02:00
event-ts.zeek Add timestamp to events. 2023-05-11 12:51:06 +02:00
event.zeek
expire-expr-error.zeek
expire-func-type-check.zeek
expire-func-undef.zeek
expire-redef.zeek
expire-type-error.zeek
expire_func-copy.zeek testing/btest: Add test showing &expire_func/&create_expire is copied 2023-02-17 16:16:06 +01:00
expire_func.test
expire_func_mod.zeek
expire_multiple.test
expire_subnet.test
file.zeek
for-var-check.zeek
for.zeek
func-assignment.zeek
func-equality.zeek
function-already-defined.zeek
function-closures.zeek
function-invoke-mismatch-error.zeek Skip somer error reporting when the record type has errors 2023-01-27 20:49:22 +01:00
function-sending.zeek
function.zeek
global-init-calls-bif-using-builtin-type.zeek
global-init-calls-bif.zeek
global-type-clash.zeek
global-unset-addto.zeek
hook.zeek
hook_calls.zeek
identifier-not-defined-error.zeek Tame error reporting and abort() for undefined types 2023-01-26 20:05:02 +01:00
if.zeek
ignore-deprecations.zeek scan.l: Support @pragma, specifically push/pop ignore-deprecations 2023-04-05 10:24:30 +02:00
incr-vec-expr-error.test Expr: Remove vector scalar operations 2023-03-20 21:35:48 +01:00
index-assignment-invalid.zeek
ineffective-default-args.zeek
init-in-anon-function.zeek
init-integration.zeek
init-mismatch.zeek
inlined-nested-loop.zeek
int-min-max.zeek
int-negation-range.zeek
int.zeek
interval.zeek
invalid-hostnames.zeek
invalid_index.zeek
ipv6-literals.zeek
key-value-for.zeek
lambda-escaping.zeek
lambda-nested-copy.zeek
lambda-record-field.zeek
lambda-zeek-init.zeek
mismatched-container-ctor-types.zeek
module.zeek
more-closure-tests.zeek
named-record-ctors.zeek
named-set-ctors.zeek
named-table-ctors.zeek
named-vector-ctors.zeek
nested-sets.zeek
next-break-context-errors.zeek ScriptValidation: Make break/next a warning until Zeek 6.1 2023-03-02 18:46:10 +01:00
next-test.zeek
no-module.zeek
null-statement.zeek
on_change-copy.test TableVal: Propagate &on_change attribute through copy() 2023-02-17 16:21:32 +01:00
on_change-recurse.test
on_change.test
on_change_expire.test
orphan-endif.zeek
outer_param_binding.zeek
paraglob-serialization.zeek
paraglob.zeek
pattern.zeek
patterns-stored-in-containers.zeek
port.zeek
pragma.zeek scan.l: Support @pragma, specifically push/pop ignore-deprecations 2023-04-05 10:24:30 +02:00
precedence.zeek
raw_output_attr.test
rec-comp-init.zeek
rec-nested-opt.zeek
rec-of-tbl.zeek
rec-table-default.zeek
record-bad-ctor.zeek
record-bad-ctor2.zeek
record-bad-ctor3.zeek
record-bad-ctor4.zeek
record-coerce-clash.zeek
record-coerce-error.zeek Skip somer error reporting when the record type has errors 2023-01-27 20:49:22 +01:00
record-coerce-orphan.zeek
record-default-coercion.zeek
record-default-set-mismatch.zeek
record-duplicate-fields.zeek fix for crashes when record definitions repeat a field name 2023-01-10 13:56:47 -08:00
record-empty-vector.zeek
record-extension.zeek
record-function-recursion.zeek
record-global-init-exception.zeek
record-index-complex-fields.zeek
record-option-init.zeek GH-2920: Don't warn on uninitialized container options 2023-04-13 09:05:17 -07:00
record-recursive-coercion.zeek
record-recursive-table.zeek Type/is_supported_index_type: Deal with recursive record types 2023-02-17 17:35:05 +01:00
record-redef-after-init.zeek
record-ref-assign.zeek
record-type-checking.zeek
redef-global-function.zeek
redef-missing-type.zeek parse.y: Improve error reporting of type redef 2023-02-21 11:58:33 +01:00
redef-same-prefixtable-idx.zeek
redef-vector.zeek
returnwhen.zeek
set-iteration.zeek TableVal: Propagate &ordered through copy() 2023-02-17 16:28:50 +01:00
set-opt-record-index.zeek
set-type-checking.zeek
set-vector-index.zeek
set.zeek
short-circuit.zeek
sizeof-any.zeek
sizeof.zeek Expr: Warn on count underflow for c -= 1 and c = c - 1 2022-11-30 10:08:52 +01:00
smith-waterman-test.zeek
string-indexing.zeek
string.zeek
strings.zeek
subnet-errors.zeek
subnet.zeek
switch-error-mixed.zeek
switch-incomplete.zeek
switch-statement.zeek
switch-type-cast-fallthrough-error.zeek
switch-types-error-duplicate.zeek
switch-types-error-unsupported.zeek
switch-types-vars.zeek
switch-types.zeek
table-aggr-init-type-check.zeek
table-default-record.zeek
table-index-unsupported-types.zeek
table-init-attrs.zeek
table-init-container-ctors.zeek
table-init-record-idx.zeek
table-init.zeek
table-iteration.zeek
table-list-assign-type-check.zeek
table-nested-set-ordering.zeek
table-optional-subrecord-index.zeek
table-pattern-index.zeek
table-record-idx-redef.zeek
table-redef-default.zeek
table-redef.zeek
table-set-iterator-invalidation.zeek
table-type-checking.zeek
table.zeek
ternary-type-check.zeek
time.zeek
timeout.zeek
trailing-comma-error.zeek parse.y: Allow trailing commas for table, set, vector and record construction 2022-12-01 12:05:29 +01:00
trailing-comma.zeek update test suite to avoid GH-2385 problems, including incorrect typing 2022-12-04 17:56:30 -08:00
type-alias-error.zeek
type-cast-any.zeek
type-cast-error-dynamic.zeek
type-cast-error-static.zeek
type-cast-same.zeek
type-check-any.zeek
type-check-func-call.zeek
type-check-operator-in.zeek
type-check-vector.zeek
type-coerce-numerics.zeek Type coercion fix: transform +=/-= operators with arithmetic targets to explict assignments 2022-11-22 13:01:10 -08:00
type-type-error.zeek
undeclared-alternate-event-hook-prototype.zeek
undefined-delete-field.zeek
uninitialized-local.zeek
uninitialized-local2.zeek parse.y: Make out-of-scope use errors 2023-03-20 21:35:48 +01:00
unterminated-pattern.zeek
unused-assignment.zeek
vector-any-append.zeek
vector-coerce-expr.zeek
vector-coerce-expr2.zeek change vector constructors to require direct type equivalence for non-arithmetics 2022-11-21 15:32:46 -08:00
vector-for-value.zeek
vector-hole-loop.zeek
vector-in-operator.zeek Expr: Remove vector scalar operations 2023-03-20 21:35:48 +01:00
vector-list-init-records.zeek
vector-of-enum-mismatch.zeek
vector-of-enum.zeek
vector-of-interval-arithmetic.zeek
vector-slice-assign.zeek
vector-type-checking.zeek
vector-unspecified.zeek
vector.zeek
when-aggregates.zeek Stmt: Error on deprecated when/local usage 2023-03-20 21:35:53 +01:00
when-capture-errors.zeek test suite update for minor change in "when" error messages 2023-04-02 11:38:30 -07:00
when-on-globals.zeek
when-order-of-eval.zeek
when-unitialized-rhs.zeek
when.zeek
while.zeek
wrong-delete-field.zeek
wrong-record-extension.zeek
zeek_init.zeek
zeek_script_loaded.zeek