diff options
-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 } |