From: Mike Frysinger <vapier@gentoo.org>
To: ltp-list@lists.sourceforge.net
Cc: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Subject: Re: [LTP] [PATCH] Annotate tst_*() helpers with __attribute__ ((format (printf, M, N)))
Date: Fri, 28 Aug 2009 06:16:52 -0400 [thread overview]
Message-ID: <200908280616.53716.vapier@gentoo.org> (raw)
In-Reply-To: <alpine.LRH.2.00.0908281044020.29648@vixen.sonytel.be>
[-- Attachment #1.1: Type: Text/Plain, Size: 1543 bytes --]
On Friday 28 August 2009 04:48:08 Geert Uytterhoeven wrote:
> On Fri, 28 Aug 2009, Subrata Modak wrote:
> > Sorry. I need to revert this as it generates a huge set of warning for
> > all the tests compiled. It should not only get fixed at test.h, but also
> > in all tests that uses the tst_* family of functions, which obviously is
> > too big to fix.
>
> Yes, it should be fixed elsewhere, too. Reverting TEST_ERRNO to int should
> kill a few thousand of them...
ive fixed that (i always thought it weird TEST_ERRNO was declared as a long).
most of the remaining warnings are because TEST_RESULT is a long, but that is
understandable. we cram the result of arbitrary functions into it and we need
something that is big enough.
that brings us down to ~900 warnings in testcases/kernel/syscalls/
> But without enabling the warnings, you don't notice the real bugs, where
> integers are passed instead of string pointers.
current warnings:
- printf mismatches (i.e. long given to a %d)
- NULL strings used for printf output
- the tst_res code allows for this, but if you dont want output, then an
empty string "" works just as well as a NULL string
- too many arguments to printf string
- too few arguments to printf string
- incorrect printf string
- some others
considering many of these printf's only get used when an error occurs (i.e.
not normally executed), a crash is not likely to be noticed. so doing this
extra work of fixing the warnings is certainly worth it in my book.
-mike
[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 355 bytes --]
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
[-- Attachment #3: Type: text/plain, Size: 155 bytes --]
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
next prev parent reply other threads:[~2009-08-28 10:17 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-27 15:04 [LTP] [PATCH] quotactl01: Fix tst_resm() format causing crash Geert Uytterhoeven
2009-08-27 15:29 ` [LTP] [PATCH] Annotate tst_*() helpers with __attribute__ ((format (printf, M, N))) (was: Re: [PATCH] quotactl01: Fix tst_resm() format causing crash) Geert Uytterhoeven
2009-08-28 6:08 ` Subrata Modak
2009-08-28 8:38 ` Subrata Modak
2009-08-28 8:48 ` Geert Uytterhoeven
2009-08-28 10:16 ` Mike Frysinger [this message]
2009-08-28 9:14 ` [LTP] [PATCH] Annotate tst_*() helpers with __attribute__ ((format (printf, M, N))) (was: Re: [PATCH] quotactl01: Fix tst_resm () format causing crash ) Mike Frysinger
2009-08-28 10:11 ` Subrata Modak
2009-08-28 14:44 ` [LTP] [PATCH] Annotate tst_*() helpers with __attribute__ ((format (printf, M, N))) Mike Frysinger
2009-08-28 14:54 ` [LTP] [PATCH] Annotate tst_*() helpers with?__attribute__ " Cyril Hrubis
[not found] ` <200908281106.13828.vapier@gentoo.org>
2009-08-28 16:29 ` Cyril Hrubis
[not found] ` <200908281517.46228.vapier@gentoo.org>
2009-08-31 10:06 ` Cyril Hrubis
[not found] ` <200908311633.32124.vapier@gentoo.org>
2009-09-03 18:05 ` Cyril Hrubis
2009-08-30 17:37 ` [LTP] [PATCH] Annotate tst_*() helpers with __attribute__ " Subrata Modak
2009-08-27 19:22 ` [LTP] [PATCH] quotactl01: Fix tst_resm() format causing crash Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200908280616.53716.vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=Geert.Uytterhoeven@sonycom.com \
--cc=ltp-list@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox