summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/fourteen.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseok/fourteen.stp')
-rwxr-xr-xtestsuite/parseok/fourteen.stp10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/parseok/fourteen.stp b/testsuite/parseok/fourteen.stp
new file mode 100755
index 00000000..e68aa4fe
--- /dev/null
+++ b/testsuite/parseok/fourteen.stp
@@ -0,0 +1,10 @@
+#! stap -p1
+
+global
+%( kernel_v > "2.6" %? /* and */
+ %( kernel_vr != "2.9.77-2873NOTHING" %? /* and */
+ %( kernel_v <= "3.5" %? /* and */
+ %( kernel_vr == "2.3.5-2.43.54.2" %? "FAIL1" %: PASS %)
+ %: "FAIL2" %)
+ %: "FAIL3" %)
+%: "FAIL4" %)