summaryrefslogtreecommitdiffstats
path: root/regress/usr.sbin/btrace (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use consistent target names. Makefile cleanup.bluhm2020-12-161-8/+8
|
* Do not hide error messages in tests, makes it easier to debug failures.bluhm2020-12-061-2/+2
|
* The maxoperand test is currently expected to fail.patrick2020-10-181-1/+2
| | | | ok mpi@
* add support for '&' and '|' operators in btrace scriptsjasper2020-09-143-3/+13
| | | | | feedback from otto@ ok mpi@ kn@ semarie@
* Use map keys composed of multiple arguments.mpi2020-04-232-4/+4
|
* Update output to reflect recent changes.mpi2020-04-151-0/+1
| | | | Existing maps are printed by default in the absence of an END rule.
* Regression for unnamed map.mpi2020-03-193-3/+20
|
* Implement map functions min(), max() and sum().mpi2020-01-283-2/+28
| | | | For the moment map values are currently limited to integers.
* Tests for delete(@map[key]) and printf("%d\n", @map[key])mpi2020-01-284-2/+9
|
* Regression tests for btrace(8).mpi2020-01-2118-0/+157