zeek/testing/btest/language
Jon Siwek 6f060a58d6 Fix vector initialization for lists of records with optional types.
If possible the list elements now get promoted to the yield type of the
vector.  There was also a problem with the value returned by the record
constructor expression's eval being completely unref'd since the vector
element assignment function doesn't ref the element -- so I changed it
to ref values if they just constructed before assigning them to the
vector.

Addresses #485.
2011-08-12 23:25:01 -07:00
..
cross-product-init.bro Moving the test-scripts from the old test-suite over to btest. 2011-05-10 17:28:09 -07:00
delete-field-set.bro Moving the test-scripts from the old test-suite over to btest. 2011-05-10 17:28:09 -07:00
delete-field.bro Moving the test-scripts from the old test-suite over to btest. 2011-05-10 17:28:09 -07:00
enum-scope.bro Moving the test-scripts from the old test-suite over to btest. 2011-05-10 17:28:09 -07:00
match-test.bro Moving the test-scripts from the old test-suite over to btest. 2011-05-10 17:28:09 -07:00
match-test2.bro Moving the test-scripts from the old test-suite over to btest. 2011-05-10 17:28:09 -07:00
next-test.bro Moving the test-scripts from the old test-suite over to btest. 2011-05-10 17:28:09 -07:00
raw_output_attr.test Hopefully the last major script reorganization. 2011-08-05 23:09:53 -04:00
rec-comp-init.bro Bugfix: vectors in records were not initalized. 2011-05-10 18:19:27 -07:00
rec-nested-opt.bro Moving the test-scripts from the old test-suite over to btest. 2011-05-10 17:28:09 -07:00
rec-of-tbl.bro Moving the test-scripts from the old test-suite over to btest. 2011-05-10 17:28:09 -07:00
rec-table-default.bro Moving the test-scripts from the old test-suite over to btest. 2011-05-10 17:28:09 -07:00
record-extension.bro Fix redef'ing records with &default empty set fields. 2011-08-12 23:24:49 -07:00
record-recursive-coercion.bro Fixing bug with nested record coercions. 2011-04-22 18:07:29 -07:00
record-ref-assign.bro Fixing bug with records sometimes unnecessarily coerced on assignment. 2011-04-17 10:42:51 -07:00
sizeof.bro Moving the test-scripts from the old test-suite over to btest. 2011-05-10 17:28:09 -07:00
smith-waterman-test.bro Moving the test-scripts from the old test-suite over to btest. 2011-05-10 17:28:09 -07:00
strings.bro Moving the test-scripts from the old test-suite over to btest. 2011-05-10 17:28:09 -07:00
vector-coerce-expr.bro Implementing a VectorCoerceExpr. 2011-04-19 16:58:18 -07:00
vector-list-init-records.bro Fix vector initialization for lists of records with optional types. 2011-08-12 23:25:01 -07:00
wrong-delete-field.bro Fix language.wrong-delete-field test by running through abs path canonifier 2011-06-10 14:56:49 -05:00
wrong-record-extension.bro Merge remote branch 'origin/topic/robin/logging-internals' 2011-04-20 21:30:41 -07:00