source: rtems/testsuites/libtests/POSIX/README @ bde6ac20

5
Last change on this file since bde6ac20 was bde6ac20, checked in by kuaLeYi <kualeyidxa@…>, on 11/20/18 at 15:45:51

Misc: Minor English fixes (GCI 2018)

  • Property mode set to 100644
File size: 913 bytes
Line 
1This testsuite consists of a collection of (non-functional) program 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 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 to 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
26
Note: See TracBrowser for help on using the repository browser.