summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/parseko/twentytwo.stp5
-rwxr-xr-xtestsuite/parseok/sixteen.stp7
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* { }
+