summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-07-09 11:16:36 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-07-09 11:16:36 -0400
commit07bd3b82ab643ba1f889c07132074dd0cd8c2d1d (patch)
tree2ed1bb242b14c67e8c194c6261ff3c3b635ea42f /testsuite
parent3559f184314739bebe527d279d2513ac5124260f (diff)
downloadsystemtap-steved-07bd3b82ab643ba1f889c07132074dd0cd8c2d1d.tar.gz
systemtap-steved-07bd3b82ab643ba1f889c07132074dd0cd8c2d1d.tar.xz
systemtap-steved-07bd3b82ab643ba1f889c07132074dd0cd8c2d1d.zip
clarify dejagnu test case name for empty-struct changes
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/systemtap.base/declaration.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/systemtap.base/declaration.exp b/testsuite/systemtap.base/declaration.exp
index 16498819..e47898a7 100644
--- a/testsuite/systemtap.base/declaration.exp
+++ b/testsuite/systemtap.base/declaration.exp
@@ -1,7 +1,7 @@
# Declaration tests. Specifically looking for resolution of
# DW_AT_declaration from another module
-set TEST_NAME "RESOLVE_FAIL"
+set TEST_NAME "empty-struct resolve-fail"
# this test just makes sure $device is still stubbed with DW_AT_declaration
set failscript {
@@ -10,10 +10,10 @@ set failscript {
stap_compile $TEST_NAME 0 $failscript
-set TEST_NAME "RESOLVE_PASS"
+set TEST_NAME "empty-struct resolve-pass"
set passscript {
probe\ module(\"scsi_mod\").function(\"scsi_request_fn\")\ \{print(\$q)\}
}
-stap_compile $TEST_NAME 1 [concat $passscript $failscript ] \ No newline at end of file
+stap_compile $TEST_NAME 1 [concat $passscript $failscript ]