diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/ChangeLog | 5 | ||||
-rwxr-xr-x | testsuite/semko/fortysix.stp | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index 4d9e582f..16f7af57 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-03-20 Frank Ch. Eigler <fche@elastic.org> + + PR 5956. + * semko/fortyfive.stp: New test. + 2008-03-15 Frank Ch. Eigler <fche@elastic.org> * systemtap.base/maxactive.exp, probefunc.exp: Standardize pass msg. diff --git a/testsuite/semko/fortysix.stp b/testsuite/semko/fortysix.stp new file mode 100755 index 00000000..9774f31f --- /dev/null +++ b/testsuite/semko/fortysix.stp @@ -0,0 +1,3 @@ +#! stap -p2 + +probe begin { if ("foo" == NULL) log ("boo") } # check NULL as integral global |