summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/btrace
AgeCommit message (Expand)Author
2021-10-03Unbreak btrace(8) regress, adding missing files.Dave Voutila
2021-10-03bt(5)/btrace(8): add support for str()Dave Voutila
2021-09-16various improvements:Anton Lindqvist
2021-09-14Fix regression test, prodded by bluhm@Martin Pieuchot
2021-09-09add test for printing empty argumentsJasper Lievisse Adriaanse
2021-09-09add hist() tests similar to mapempty.btJasper Lievisse Adriaanse
2021-09-09Hook test for command line arguments support.Martin Pieuchot
2021-09-09Test assigning multiple probes to a single action.Martin Pieuchot
2021-09-09Prepare for executing regress triggering kernel probes.Martin Pieuchot
2021-09-09Check clear(), delete(), zero() and print() after clear().Martin Pieuchot
2021-09-08btrace(8): add initial support for cli argumentsDave Voutila
2021-09-07Hook new tests.Martin Pieuchot
2021-09-07Check that clear() and zero() only work with map.Martin Pieuchot
2021-09-07Test that syntax errors do not trigger sanity checks.Martin Pieuchot
2021-09-05Clear map to not double print it now that map & hist are printed by default.Martin Pieuchot
2021-09-01Rergression for printing a @map after calling clear().Martin Pieuchot
2021-08-31'if' tests.Martin Pieuchot
2021-08-31Test for operator precedenceMartin Pieuchot
2021-04-21Test local variables, boolean and print() of variables other than maps.Martin Pieuchot
2020-12-16Use consistent target names. Makefile cleanup.Alexander Bluhm
2020-12-06Do not hide error messages in tests, makes it easier to debug failures.Alexander Bluhm
2020-10-18The maxoperand test is currently expected to fail.Patrick Wildt
2020-09-14add support for '&' and '|' operators in btrace scriptsJasper Lievisse Adriaanse
2020-04-23Use map keys composed of multiple arguments.Martin Pieuchot
2020-04-15Update output to reflect recent changes.Martin Pieuchot
2020-03-19Regression for unnamed map.Martin Pieuchot
2020-01-28Implement map functions min(), max() and sum().Martin Pieuchot
2020-01-28Tests for delete(@map[key]) and printf("%d\n", @map[key])Martin Pieuchot
2020-01-21Regression tests for btrace(8).Martin Pieuchot