From: Mark Wielaard Date: Mon, 28 Dec 2009 11:05:12 +0000 (+0100) Subject: XFAIL PR10732 declaration.exp empty-struct always fails. X-Git-Tag: release-1.1~55 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=3e5f3d56e045fadc78ea64894b7822707285f50d;p=systemtap.git XFAIL PR10732 declaration.exp empty-struct always fails. --- diff --git a/testsuite/systemtap.base/declaration.exp b/testsuite/systemtap.base/declaration.exp index e47898a7d..f7452a14a 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 ]