summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/declaration.exp
Commit message (Collapse)AuthorAgeFilesLines
* PR10732 declaration.exp empty-struct fails, resolve-fail passes erroneously.Mark Wielaard2010-01-051-20/+0
| | | | * testsuite/systemtap.base/declaration.exp: Remove test.
* XFAIL PR10732 declaration.exp empty-struct always fails.Mark Wielaard2009-12-281-0/+1
|
* clarify dejagnu test case name for empty-struct changesFrank Ch. Eigler2008-07-091-3/+3
|
* Add test suite for declaration resolutionJames Bottomley2008-07-091-0/+19
This adds the test declaration.exp which checks that specific named declarations inside the kernel both fail and succeed. We get the failure by only using a single compile unit which is currently known to have the structure stubbed. We get exactly the same declaration to succeed by adding a CU that is known to have the declaration. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>