diff options
-rw-r--r-- | testsuite/systemtap.base/declaration.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/systemtap.base/declaration.exp b/testsuite/systemtap.base/declaration.exp index e47898a7..f7452a14 100644 --- a/testsuite/systemtap.base/declaration.exp +++ b/testsuite/systemtap.base/declaration.exp @@ -16,4 +16,5 @@ set passscript { probe\ module(\"scsi_mod\").function(\"scsi_request_fn\")\ \{print(\$q)\} } +setup_xfail 10732 "*-*-*" stap_compile $TEST_NAME 1 [concat $passscript $failscript ] |