blob: dd1098cb983c19588380c2c6140de24d3dc13589 (
plain)
1
2
3
4
5
6
7
|
# Simple function to test that systemtap divide by 0 doesn't kill the machine
set test "div0"
set output_string "(.*)division by 0 near(.*)"
stap_run $srcdir/$subdir/$test.stp no_load $output_string
|