Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR10732 declaration.exp empty-struct fails, resolve-fail passes erroneously. | Mark Wielaard | 2010-01-05 | 1 | -20/+0 |
| | | | | * testsuite/systemtap.base/declaration.exp: Remove test. | ||||
* | XFAIL PR10732 declaration.exp empty-struct always fails. | Mark Wielaard | 2009-12-28 | 1 | -0/+1 |
| | |||||
* | clarify dejagnu test case name for empty-struct changes | Frank Ch. Eigler | 2008-07-09 | 1 | -3/+3 |
| | |||||
* | Add test suite for declaration resolution | James Bottomley | 2008-07-09 | 1 | -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> |