about summary refs log tree commit diff
path: root/Makeconfig
Commit message (Collapse)AuthorAgeFilesLines
* Support expected failures in .test-result files.Joseph Myers2014-02-271-1/+4
| | | | | | | | | | | | | | | | | | | | | | | This patch, an updated version of <https://sourceware.org/ml/libc-alpha/2014-01/msg00195.html>, makes it possible for .test-result files for individual tests to contain XPASS and XFAIL rather than PASS and FAIL in cases where failure is expected. This replaces the marking of two individual tests with "-" to cause them to be expected at makefile level to fail; evaluate-test.sh will ensure it exits with status 0 for an expected failure. Tested x86_64. * scripts/evaluate-test.sh: Take new argument indicating whether failure is expected. * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh indicating whether failure is expected. * conform/Makefile (test-xfail-run-conformtest): New variable. ($(objpfx)run-conformtest.out): Don't expect to fail at makefile level. * posix/Makefile (test-xfail-annexc): New variable. ($(objpfx)annexc.out): Don't expect to fail at makefile level.
* Generate .test-result files for ordinary tests.Tomas Dohnalek2014-02-151-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch, an updated version of <https://sourceware.org/ml/libc-alpha/2014-01/msg00193.html>, starts the process of generating explicit PASS or FAIL status for individual glibc tests. It's based on Tomas Dohnalek's patch <https://sourceware.org/ml/libc-alpha/2012-10/msg00278.html>, but is deliberately more minimal: it doesn't try to cover any tests outside of $(tests) / $(xtests) (that's for a later patch), nor does it put the result together in an overall summary file (again, a later patch): it just generates the .test-result files. Thus, this patch keeps the overall logic for when a testsuite run finishes completely unchanged: a test failing will terminate the run. I think we *should* move to a more conventional approach where plain "make check" does not terminate for an individual test failure, unless e.g. you say "make stop-on-test-failure=y check", but that sort of policy change is best done as a separate patch once the infrastructure is in place to generate summary files for completed test runs (which will entirely consist of PASS and XFAIL lines if the testsuite run reaches the point of generating them, until such a policy change is made). Tested x86_64. 2014-02-14 Tomas Dohnalek <tdohnale@redhat.com> Joseph Myers <joseph@codesourcery.com> * Makeconfig (test-name): New variable. (evaluate-test): Likewise. * Makerules (do-test-clean): Remove .test-result files. (common-mostlyclean): Likewise. * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules. * scripts/evaluate-test.sh: New file.
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* rename configure.in to configure.acMike Frysinger2013-10-301-4/+4
| | | | | | | Autoconf has been deprecating configure.in for quite a long time. Rename all our configure.in and preconfigure.in files to .ac. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Don't use run-via-rtld-prefix for anything other than testsSiddhesh Poyarekar2013-04-111-3/+4
| | | | | | | | | | run-via-rtld-prefix checks whether the program to be run is a static test and skips if it is. This is fine, except that it assumes that the program to be run is the second $^, which is true only for tests. This change creates an rtld-prefix, which is simply the dynamic linker prefix with the necessary arguments and uses that in the non-test targets.
* Add support for rtld directory different from slib directoryAndreas Schwab2013-03-191-2/+8
|
* Add dependency tracking for preconfigure files.Roland McGrath2013-03-081-1/+5
|
* Fix last change.Roland McGrath2013-02-261-1/+1
|
* Generalize %.v.i rule a bit.Roland McGrath2013-02-261-3/+3
|
* Remove bounded-pointers build system support.Joseph Myers2013-02-151-34/+7
|
* Support sysdeps/.../include/ directories.Roland McGrath2013-02-081-1/+8
|
* Move nss directory into sysdeps Subdirs.Roland McGrath2013-02-051-4/+10
|
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-111-14/+69
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
|
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-011-2/+1
|
* Fix run-program-prefix comment.Joseph Myers2012-10-251-1/+1
|
* Support cross-testing.Joseph Myers2012-10-241-3/+16
|
* Define and use $(run-built-tests).Joseph Myers2012-10-241-0/+9
|
* Add and use $(host-built-program-cmd).Jim Blandy2012-10-231-0/+5
|
* Refactor parts of run-program-prefix and built-program-cmd into new ↵Joseph Myers2012-10-231-10/+23
| | | | run-via-rtld-prefix.
* Remove relics of support for configuring in the source directory.Joseph Myers2012-10-191-34/+1
|
* Don't include link-libc-static in +link-static-before-libc.Joseph Myers2012-10-101-1/+1
|
* Clean up *objdir variables.Roland McGrath2012-09-281-3/+2
|
* Use static link by default for --disable-sharedH.J. Lu2012-09-241-16/+28
|
* Replace crtendS.o with crtend.o for static linkH.J. Lu2012-09-241-1/+1
|
* Remove $(have-cpp-asm-debuginfo) checkH.J. Lu2012-09-151-4/+0
|
* Use crtbeginT.o to statically link programsH.J. Lu2012-09-061-4/+7
|
* Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath2012-08-171-0/+7
|
* Small cleanup in Makeconfig.Marek Polacek2012-08-021-6/+1
|
* Avoid use of libgcc_s and libgcc_eh when building glibc.Joseph Myers2012-07-031-9/+59
|
* Respect --localstatedir for /var/db parent directory.Roland McGrath2012-06-221-1/+1
|
* Remove unused default-abi definition in Makeconfig.Joseph Myers2012-06-011-7/+2
|
* Convert WORDSIZE[32|64]/ld entries to abi-variantsH.J. Lu2012-05-301-11/+45
|
* syscalls.list support for vDSO IFUNCs, use it for x32 gettimeofday and time.Roland McGrath2012-05-241-0/+4
|
* BZ#10375: Configure magic to use -fno-stack-protector if needed.Roland McGrath2012-05-161-1/+1
|
* BZ#10375: Configure magic to use -U_FORTIFY_SOURCE if needed.Roland McGrath2012-05-161-1/+2
|
* Revert "Revert "Build glibc with -frounding-math""Andreas Jaeger2012-05-081-1/+6
| | | | This reverts commit 20f244a03fda84d1556674584b340e2459ef3d99.
* Revert "Build glibc with -frounding-math"Andreas Jaeger2012-05-071-6/+1
| | | | | | | | This reverts commit bd7b0e561f7f684cedfc4adb964569fe9ab16209. Conflicts: ChangeLog
* Build glibc with -frounding-mathAndreas Jaeger2012-05-061-1/+6
| | | | | | * Makeconfig (+math-flags): New, set to -frounding-math. (+cflags): Add +math-flags so that all of glibc gets compiled with it.
* Remove unused localtime makefile variables.Joseph Myers2012-05-011-8/+0
|
* Remove --as-needed configure test.Joseph Myers2012-04-251-10/+1
|
* Don't handle libgcc_s suffixes.Joseph Myers2012-04-241-1/+1
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Remove have-initfini and need-nopic-initfiniAndreas Schwab2012-02-081-10/+1
|
* Sort objects before relocationsUlrich Drepper2012-01-271-0/+6
|
* Static linking is always neededUlrich Drepper2012-01-081-9/+0
|
* Remove non-ELF supportUlrich Drepper2012-01-071-33/+3
|
* Remove --enable-omitfp supportUlrich Drepper2012-01-071-12/+1
|
* Use CPPFLAGS from configure.Mike Frysinger2011-09-191-1/+1
|
* Cleanup of configuration optionsUlrich Drepper2011-09-101-0/+4
| | | | Make several tool features mandatory and simplify the code.