public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Add new semko test case
@ 2015-12-15  7:23 Zhou Wenjian
  2015-12-15  7:23 ` [PATCH 2/3] Add new test case for buffer size Zhou Wenjian
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Zhou Wenjian @ 2015-12-15  7:23 UTC (permalink / raw)
  To: systemtap

	* testsuite/semko/var_definition.stp: New test case
---
 testsuite/semko/var_definition.stp | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100755 testsuite/semko/var_definition.stp

diff --git a/testsuite/semko/var_definition.stp b/testsuite/semko/var_definition.stp
new file mode 100755
index 0000000..62b7cf5
--- /dev/null
+++ b/testsuite/semko/var_definition.stp
@@ -0,0 +1,8 @@
+#! stap -p2
+
+# Variable identifier can't start with $.
+probe begin
+{
+	$var=2015
+	exit()
+}
-- 
1.8.3.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-12-23 17:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-15  7:23 [PATCH 1/3] Add new semko test case Zhou Wenjian
2015-12-15  7:23 ` [PATCH 2/3] Add new test case for buffer size Zhou Wenjian
2015-12-23 17:58   ` David Smith
2015-12-15  7:23 ` [PATCH 3/3] Add new case for stress test Zhou Wenjian
2015-12-15 12:41   ` Frank Ch. Eigler
2015-12-16  5:54     ` "Zhou, Wenjian/周文剑"
2015-12-23 17:46       ` David Smith
2015-12-23 17:59 ` [PATCH 1/3] Add new semko test case David Smith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).