newlib-cygwin/newlib/testsuite
Thomas Schwinge 4c7d0dfec5 For GCC, newlib combined tree, newlib build-tree testing, use standard search paths
For example, for GCC/GCN target (AMD GPUs), target libraries are built
individually per supported hardware ISA ('-march=[...]').  Testing such a
toolchain via, for example:

    $ make RUNTESTFLAGS='--target_board=[...]/-march=gfx90a' check[...]

... does work fine for all 'check-gcc-[...]' as well as GCC-provided target
libraries, 'check-target-[...]'.  Just for 'check-target-newlib', for the
example above, not the '-march=gfx90a' newlib libraries are linked in, but
instead always the default ones, which results in link FAILure.  This is cured
simply by skipping use of 'newlib/testsuite/lib/flags.exp', so that the
standard search paths as determined by GCC, DejaGnu are used for newlib, too.
2023-06-22 21:41:30 +02:00
..
config
include 2005-01-27 Hans-Peter Nilsson <hp@axis.com> 2005-01-27 20:25:54 +00:00
lib For GCC, newlib combined tree, newlib build-tree testing, use standard search paths 2023-06-22 21:41:30 +02:00
newlib.elix
newlib.iconv testsuite: Fix iconv tests to use new encoding config defines 2020-07-10 10:51:43 +02:00
newlib.locale Don't run UTF-8.exp test if newlib is not built with multibyte support. 2016-05-02 16:03:27 -04:00
newlib.search
newlib.stdio Fix a build problem running the newlib testsuite on targets that only have 32-bit doubles. 2015-03-11 11:14:38 +00:00
newlib.stdlib * libc/include/stdint.h (SIZE_MIN): Remove. 2008-05-02 14:52:56 +00:00
newlib.string * libc/machine/arm/strcmp.S (compute_return_value): Fix return value. 2012-11-30 09:31:38 +00:00
newlib.time Add test cases for parser errors after reworked parsing behavior. 2022-05-27 11:42:49 -04:00
newlib.wctype * testsuite/newlib.wctype/tiswctype.c (main): Use wide character type 2015-01-12 10:50:26 +00:00