diff options
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/parseko/twentytwo.stp | 5 | ||||
-rwxr-xr-x | testsuite/parseok/sixteen.stp | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/parseko/twentytwo.stp b/testsuite/parseko/twentytwo.stp new file mode 100755 index 00000000..a5434355 --- /dev/null +++ b/testsuite/parseko/twentytwo.stp @@ -0,0 +1,5 @@ +#! stap -p1 + +# bad wildcard + +probe a** { } diff --git a/testsuite/parseok/sixteen.stp b/testsuite/parseok/sixteen.stp new file mode 100755 index 00000000..31e01238 --- /dev/null +++ b/testsuite/parseok/sixteen.stp @@ -0,0 +1,7 @@ +#! stap -p1 + +# complicated probe point wildcard +probe abcX { } + +probe *abc* { } + |