diff options
author | fche <fche> | 2008-02-12 21:25:42 +0000 |
---|---|---|
committer | fche <fche> | 2008-02-12 21:25:42 +0000 |
commit | 21beacc9a00ea48763048151c370e205c5f23379 (patch) | |
tree | 03ed2e7f5407cd7445154426ae212f411a928e11 /testsuite/systemtap.pass1-4 | |
parent | 4c52f88eefaf2d39be9c937d00389dd123609a41 (diff) | |
download | systemtap-steved-21beacc9a00ea48763048151c370e205c5f23379.tar.gz systemtap-steved-21beacc9a00ea48763048151c370e205c5f23379.tar.xz systemtap-steved-21beacc9a00ea48763048151c370e205c5f23379.zip |
PR4393: fix relocatable-kernel global $variable access
2008-02-12 Frank Ch. Eigler <fche@elastic.org>
PR 4393
* tapsets.cxx (emit_address): Support relocatable kernels.
(dwarf_derived_probe ctor): Hack around for missing USHRT_MAX.
* elaborate.cxx (semantic_pass): Increment rc if exception caught.
2008-02-12 Frank Ch. Eigler <fche@elastic.org>
* systemtap.pass1-4/buildok.exp: No longer kfail buildok/seventeen.
Diffstat (limited to 'testsuite/systemtap.pass1-4')
-rw-r--r-- | testsuite/systemtap.pass1-4/buildok.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/systemtap.pass1-4/buildok.exp b/testsuite/systemtap.pass1-4/buildok.exp index cfa09f53..77e77181 100644 --- a/testsuite/systemtap.pass1-4/buildok.exp +++ b/testsuite/systemtap.pass1-4/buildok.exp @@ -6,7 +6,6 @@ foreach file [lsort [glob -nocomplain $srcdir/$self/*.stp]] { # some tests are known to fail. switch $test { buildok/perfmon01.stp {setup_kfail 909 *-*-*} - buildok/seventeen.stp {setup_kfail 4393 *-*-*} buildok/twentysix.stp {setup_kfail 4105 *-*-*} buildok/twentyseven.stp {setup_kfail 4166 *-*-*} buildok/process_test.stp {setup_kfail 1155 *-*-*} |