source: rtems/testsuites/libtests/POSIX/README @ 60d47ab

4.104.115
Last change on this file since 60d47ab was 60d47ab, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/09 at 15:00:05

New.

  • Property mode set to 100644
File size: 919 bytes
Line 
1This testsuite consists of a collection of (non-functional) programs snippets
2to check an RTEMS toolchain consisting of
3* GCC (libgcc etc.)
4* binutils
5* newlib (libc)
6* RTEMS (librtemscpu + librtemsbsp)
7for IEEE Std 1003.1-2008 (aka. POSIX[1]) compliance by link-tests.
8
9All of these programs are supposed to be compilable without any warning,
10independently of the configuration being used in any of the components
11involved.
12
13NB:
14- Using "advanced GCC warning flags" may trigger warnings. Such warnings
15  should be avoided if possible.
16
17- These program snippets are not supposed to be functional.
18
19- This suite only checks for a subset of POSIX library calls, which are
20  known to have been critical in RTEMS/GCC/newlib interaction at some point
21  in RTEMS/GCC/newlib's history.
22
23References:
24[1] The Open Group Base Specifications Issue 7, IEEE Std 1003.1™-2008,
25    http://www.opengroup.org/onlinepubs/9699919799
Note: See TracBrowser for help on using the repository browser.