Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 109062 Details for
Bug 165085
stabilize sys-libs/glibc-2.5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Make tests report failures and continue, rather than abort
glibc-2.4-testfailobvious.patch (text/plain), 919 bytes, created by
Kevin F. Quinn (RETIRED)
on 2007-02-04 01:15:43 UTC
(
hide
)
Description:
Make tests report failures and continue, rather than abort
Filename:
MIME Type:
Creator:
Kevin F. Quinn (RETIRED)
Created:
2007-02-04 01:15:43 UTC
Size:
919 bytes
patch
obsolete
> Add an easily-greppable string to the output of test runs. > If a test fails, the output will contain a line: > FAILED <test output filename> > which indicates the test that failed. Find with 'grep ^FAILED' > Kevin F. Quinn <kevquinn@gentoo.org> 15 Dec 2006 > >--- Rules.orig 2006-02-28 08:05:48.000000000 +0100 >+++ Rules 2006-08-05 14:18:39.000000000 +0200 >@@ -142,11 +142,11 @@ > make-test-out = GCONV_PATH=$(common-objpfx)iconvdata LC_ALL=C \ > $($*-ENV) $(built-program-cmd) $($*-ARGS) > $(objpfx)%-bp.out: %.input $(objpfx)%-bp >- $(make-test-out) > $@ < $(word 1,$^) >+ $(make-test-out) > $@ < $(word 1,$^) || echo FAILED $@ > $(objpfx)%.out: %.input $(objpfx)% >- $(make-test-out) > $@ < $(word 1,$^) >+ $(make-test-out) > $@ < $(word 1,$^) || echo FAILED $@ > $(objpfx)%.out: /dev/null $(objpfx)% # Make it 2nd arg for canned sequence. >- $(make-test-out) > $@ >+ $(make-test-out) > $@ || echo FAILED $@ > > endif # tests >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 165085
:
109045
| 109062