source: rtems/testsuites/sptests/spprintk/spprintk.scn @ 380c61a

4.104.115
Last change on this file since 380c61a was 046f4715, checked in by Joel Sherrill <joel.sherrill@…>, on 06/24/09 at 06:35:29

2009-06-24 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, spprintk/init.c, spprintk/spprintk.scn: Enhance spprintk. Add two new fatal error tests to cover assert_func.
  • spfatal11/.cvsignore, spfatal11/Makefile.am, spfatal11/init.c, spfatal11/spfatal11.doc, spfatal11/spfatal11.scn: New files.
  • Property mode set to 100644
File size: 699 bytes
Line 
1sparc-rtems4.10-run is /opt/rtems-4.10/bin/sparc-rtems4.10-run
2
3
4*** TEST PRINTK ***
5This is a test of putk
6
7bad format -- %q in parentheses (q)
8bad format -- %lq in parentheses (q)
9%O octal upper case 16 -- 20
10%o octal lower case of 16 -- 20
11%I of 16 -- 16
12%i of 16 -- 16
13%D of 16 -- 16
14%d of 16 -- 16
15%-3d of 16 --  16
16%U of 16 -- 16
17%u of 16 -- 16
18%X of 16 -- 10
19%x of 16 -- 10
20%p of 0x1234 -- 1234
21%d of -16 -- -16
22%d of -16 -- -16
23%u of -16 -- 4294967280
24%s of Mary Had a Little Lamb -- (Mary Had a Little Lamb)
25%s of NULL -- ()
26%12s of joel -- (                joel)
27%4s of joel -- (joel)
28%-12s of joel -- (joel                )
29%-4s of joel -- (joel)
30%c of X -- (X)
31*** END OF TEST PRINTK ***
Note: See TracBrowser for help on using the repository browser.