diff options
author | dsmith <dsmith> | 2007-08-07 14:33:41 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2007-08-07 14:33:41 +0000 |
commit | 98be953834c60aaa2ae7504890f1cf11815e558a (patch) | |
tree | 3356e76c9e5cedc00bd8f6853108ca4e915e1504 | |
parent | a62af368aa25aa415d9445995386229e808d4993 (diff) | |
download | systemtap-steved-98be953834c60aaa2ae7504890f1cf11815e558a.tar.gz systemtap-steved-98be953834c60aaa2ae7504890f1cf11815e558a.tar.xz systemtap-steved-98be953834c60aaa2ae7504890f1cf11815e558a.zip |
2007-08-07 David Smith <dsmith@redhat.com>
PR 4736 (partial fix)
* systemtap.printf/end1b.exp: Changed 'FAIL' to 'fail', so
the rest of the testsuite will continue.
* systemtap.printf/mixed_outb.exp: Ditto.
* systemtap.printf/out1b.exp: Ditto.
* systemtap.printf/out2b.exp: Ditto.
* systemtap.printf/out3b.exp: Ditto.
-rw-r--r-- | testsuite/ChangeLog | 10 | ||||
-rw-r--r-- | testsuite/systemtap.printf/end1b.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.printf/mixed_outb.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.printf/out1b.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.printf/out2b.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.printf/out3b.exp | 2 |
6 files changed, 15 insertions, 5 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index 4b44013c..8a95ff1e 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2007-08-07 David Smith <dsmith@redhat.com> + + PR 4736 (partial fix) + * systemtap.printf/end1b.exp: Changed 'FAIL' to 'fail', so + the rest of the testsuite will continue. + * systemtap.printf/mixed_outb.exp: Ditto. + * systemtap.printf/out1b.exp: Ditto. + * systemtap.printf/out2b.exp: Ditto. + * systemtap.printf/out3b.exp: Ditto. + 2007-08-02 Mike Mason <mmlnx@us.ibm.com> * systemtap.samples/profile.stp: Changed limit check in diff --git a/testsuite/systemtap.printf/end1b.exp b/testsuite/systemtap.printf/end1b.exp index 2820cdd0..aaf79313 100644 --- a/testsuite/systemtap.printf/end1b.exp +++ b/testsuite/systemtap.printf/end1b.exp @@ -11,7 +11,7 @@ if (![file executable $stap_merge_path]) { catch {exec which stap_merge} stap_merge_path } if (![file executable $stap_merge_path]) { - FAIL "$TEST_NAME : could not find stap_merge" + fail "$TEST_NAME : could not find stap_merge" return } diff --git a/testsuite/systemtap.printf/mixed_outb.exp b/testsuite/systemtap.printf/mixed_outb.exp index c5e0bb9b..8b6d14f0 100644 --- a/testsuite/systemtap.printf/mixed_outb.exp +++ b/testsuite/systemtap.printf/mixed_outb.exp @@ -11,7 +11,7 @@ if (![file executable $stap_merge_path]) { catch {exec which stap_merge} stap_merge_path } if (![file executable $stap_merge_path]) { - FAIL "$TEST_NAME : could not find stap_merge" + fail "$TEST_NAME : could not find stap_merge" return } diff --git a/testsuite/systemtap.printf/out1b.exp b/testsuite/systemtap.printf/out1b.exp index 6fe89484..a8c7ed93 100644 --- a/testsuite/systemtap.printf/out1b.exp +++ b/testsuite/systemtap.printf/out1b.exp @@ -11,7 +11,7 @@ if (![file executable $stap_merge_path]) { catch {exec which stap_merge} stap_merge_path } if (![file executable $stap_merge_path]) { - FAIL "$TEST_NAME : could not find stap_merge" + fail "$TEST_NAME : could not find stap_merge" return } diff --git a/testsuite/systemtap.printf/out2b.exp b/testsuite/systemtap.printf/out2b.exp index f7a1e332..7d30395a 100644 --- a/testsuite/systemtap.printf/out2b.exp +++ b/testsuite/systemtap.printf/out2b.exp @@ -11,7 +11,7 @@ if (![file executable $stap_merge_path]) { catch {exec which stap_merge} stap_merge_path } if (![file executable $stap_merge_path]) { - FAIL "$TEST_NAME : could not find stap_merge" + fail "$TEST_NAME : could not find stap_merge" return } diff --git a/testsuite/systemtap.printf/out3b.exp b/testsuite/systemtap.printf/out3b.exp index 6d73d49f..0a3cb45a 100644 --- a/testsuite/systemtap.printf/out3b.exp +++ b/testsuite/systemtap.printf/out3b.exp @@ -11,7 +11,7 @@ if (![file executable $stap_merge_path]) { catch {exec which stap_merge} stap_merge_path } if (![file executable $stap_merge_path]) { - FAIL "$TEST_NAME : could not find stap_merge" + fail "$TEST_NAME : could not find stap_merge" return } |