From be6072b1f884b618ae9f057256cdb702a0829e92 Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 19 Feb 2008 17:23:29 +0000 Subject: PR5771: adapt to earlier error checking * transko/one.stp: Remove, or rather, move to this ... * semko/zero.stp: new file. --- testsuite/semko/zero.stp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 testsuite/semko/zero.stp (limited to 'testsuite/semko') diff --git a/testsuite/semko/zero.stp b/testsuite/semko/zero.stp new file mode 100755 index 00000000..bb116be7 --- /dev/null +++ b/testsuite/semko/zero.stp @@ -0,0 +1,6 @@ +#! stap -p2 + +probe begin { + print (1 = a) + print (a+1 = 4) +} -- cgit From a73014758df9ba7f832c8f13305652a777b574a9 Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 19 Feb 2008 19:24:12 +0000 Subject: PR5766: back to regexp-based blacklisting 2008-02-19 Frank Ch. Eigler PR 5766. * tapsets.cxx (build_blacklist): Switch (back) to regexp-based blacklist construction ... (blacklist_p): ... and querying. 2008-02-19 Frank Ch. Eigler PR5766. * semko/fortyfive.stp: New test. --- testsuite/semko/fortyfive.stp | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 testsuite/semko/fortyfive.stp (limited to 'testsuite/semko') diff --git a/testsuite/semko/fortyfive.stp b/testsuite/semko/fortyfive.stp new file mode 100755 index 00000000..d295bbde --- /dev/null +++ b/testsuite/semko/fortyfive.stp @@ -0,0 +1,3 @@ +#! stap -p2 + +probe kernel.function("*@kernel/kprobes.c") {} // blacklisted -- cgit