[RTEMS Project] #3199: New test framework
RTEMS trac
trac at rtems.org
Mon Nov 6 06:29:13 UTC 2017
#3199: New test framework
-----------------------------+------------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: enhancement | Status: assigned
Priority: normal | Milestone: Indefinite
Component: lib | Version: 4.12
Severity: normal | Resolution:
Keywords: |
-----------------------------+------------------------------
Comment (by Sebastian Huber <sebastian.huber@…>):
In [changeset:"10827984c2cf54188a9af71b94a7e83197812bb5/rtems"
1082798/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="10827984c2cf54188a9af71b94a7e83197812bb5"
score: Add _IO_Printf() and _IO_Vprintf()
The previous vprintk() implementation had a questionable licence header,
lacks support for the 'z' and 'j' format specifiers, is not robust
against invalid format specifiers, uses a global variable for output.
Replace it with a stripped down version of the FreeBSD kernel kvprintf()
function.
The new implementation allows a low overhead rtems_snprintf() if
necessary.
Update #3199.
Close #3216.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/3199#comment:12>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list