From ddbffc50fb36937a162aa1a5ca144b242e207fd7 Mon Sep 17 00:00:00 2001 From: David Smith Date: Mon, 21 Apr 2008 09:16:14 -0500 Subject: Renamed semko/utrace02.stp to parseko/utrace01.stp. 2008-04-21 David Smith * parseko/utrace01.stp: Renamed from semko/utrace02.stp (since it received a parse error, not a semantic error). --- testsuite/ChangeLog | 5 +++++ testsuite/parseko/utrace01.stp | 4 ++++ testsuite/semko/utrace02.stp | 4 ---- 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100755 testsuite/parseko/utrace01.stp delete mode 100755 testsuite/semko/utrace02.stp diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index 123d7a8a..80b7f329 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-04-21 David Smith + + * parseko/utrace01.stp: Renamed from semko/utrace02.stp (since it + received a parse error, not a semantic error). + 2008-04-21 Martin Hunt * systemtap.samples/args.exp: Remove obsolete "-d" option. diff --git a/testsuite/parseko/utrace01.stp b/testsuite/parseko/utrace01.stp new file mode 100755 index 00000000..1cb4227f --- /dev/null +++ b/testsuite/parseko/utrace01.stp @@ -0,0 +1,4 @@ +#! stap -p2 + +# process NAME must be a string +probe process(/bin/cat).death { } diff --git a/testsuite/semko/utrace02.stp b/testsuite/semko/utrace02.stp deleted file mode 100755 index 1cb4227f..00000000 --- a/testsuite/semko/utrace02.stp +++ /dev/null @@ -1,4 +0,0 @@ -#! stap -p2 - -# process NAME must be a string -probe process(/bin/cat).death { } -- cgit