aboutsummaryrefslogtreecommitdiff
path: root/contrib/dg-extract-results.sh
AgeCommit message (Collapse)Author
2015-03-06dg-extract-results.sh: Check that the necessary python modules exist.Bernd Edlinger
2015-03-06 Bernd Edlinger <bernd.edlinger@hotmail.de> * dg-extract-results.sh: Check that the necessary python modules exist. From-SVN: r221247
2014-12-17dg-extract-results.sh: Use --text with grep to avoid issues with binary files.Sergio Durigan Junior
2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com> * dg-extract-results.sh: Use --text with grep to avoid issues with binary files. Fall back to cat -v, if that doesn't work. From-SVN: r218843
2014-05-08dg-extract-results.py: New file.Richard Sandiford
contrib/ * dg-extract-results.py: New file. * dg-extract-results.sh: Use it if the environment seems suitable. From-SVN: r210243
2013-01-16dg-extract-results.sh: Fix order of summary counts.David Blaikie
2013-01-15 David Blaikie <dblaikie@gmail.com> * dg-extract-results.sh: Fix order of summary counts. From-SVN: r195224
2013-01-15dg-extract-results.sh: Constrain the start-of-log pattern.David Blaikie
2013-01-15 David Blaikie <dblaikie@gmail.com> * dg-extract-results.sh: Constrain the start-of-log pattern. From-SVN: r195216
2013-01-15dg-extract-results.sh: Handle KPASSes.David Blaikie
2013-01-15 David Blaikie <dblaikie@gmail.com> * dg-extract-results.sh: Handle KPASSes. From-SVN: r195215
2012-04-06* dg-extract-results.sh: Handle KFAILs.Doug Evans
From-SVN: r186200
2010-05-25configure.ac: Redirect grep stdout, stderr to /dev/null instead of grep -q.Rainer Orth
libjava: * configure.ac: Redirect grep stdout, stderr to /dev/null instead of grep -q. Use -- instead of grep -e. * configure: Regenerate. gcc: * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout, stderr to /dev/null instead of grep -q. * configure: Regenerate. contrib: * dg-extract-results.sh: Redirect grep output to /dev/null instead of grep -q. From-SVN: r159840
2010-03-22Fix *.log tests output containing "===".Jan Kratochvil
contrib/ Fix *.log tests output containing "===". * dg-extract-results.sh (/\===/): Rename to ... (/^\t\t=== .* ===$/): ... this pattern. From-SVN: r157645
2010-03-02* dg-extract-results.sh: Fix result order to match sequential case.Rainer Orth
From-SVN: r157175
2010-01-05* dg-extract-results.sh: Don't use tail -n.Rainer Orth
From-SVN: r155655
2009-04-27re PR testsuite/39807 (Reporting of testsuite failures are messed up when ↵Jakub Jelinek
using -j) PR testsuite/39807 * dg-extract-results.sh: Close open files and use >> instead of > to decrease number of concurrently open files from awk. Avoid = at the beginning of a regexp and redirect to a file determined by curfile variable rather than concatenated strings to workaround Solaris nawk bug. From-SVN: r146850
2008-10-24Mark dg-extract-results.sh executable.Jakub Jelinek
From-SVN: r141338
2008-10-24dg-extract-results.sh: New file.Jakub Jelinek
contrib/ * dg-extract-results.sh: New file. gcc/ * Makefile.in (lang_checks_parallelized, check_gcc_parallelize, check_p_tool, check_p_vars, check_p_subno, check_p_comma, check_p_subwork, check_p_numbers, check_p_subdir, check_p_subdirs): New variables. (check-subtargets, check-%-subtargets, check-parallel-%): New targets. (check-%): For test targets listed in lang_checks_parallelized if -j is used and RUNTESTFLAGS doesn't specify tests to execute, run the testing in multiple make goals, possibly parallel, and afterwards run dg-extract-results.sh to merge the sum and log files. gcc/cp/ * Make-lang.in (check-c++-subtargets): New alias for check-g++-subtargets. (lang_checks_parallelized): Add check-g++. (check_g++_parallelize): New variable. gcc/fortran/ * Make-lang.in (check-f95-subtargets, check-fortran-subtargets): New aliases for check-gfortran-subtargets. (lang_checks_parallelized): Add check-gfortran. (check_gfortran_parallelize): New variable. gcc/ada/ * gcc-interface/Make-lang.in (check-ada-subtargets): Depend on check-acats-subtargets and check-gnat-subtargets. (check_acats_targets): New variable. (check-acats-subtargets, check-acats%): New targets. (check-acats): If -j is used and CHAPTERS is empty, run the testing in multiple make goals, possibly parallel, and afterwards run dg-extract-results.sh to merge the sum and log files. gcc/java/ * Make-lang.in (check-java-subtargets): New target. libstdc++-v3/ * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Remove dejagnu. (RUNTESTDEFAULTFLAGS, EXPECT, check_DEJAGNU_normal_targets): New variables. (%/site.exp, check-DEJAGNU%): New targets. (check-am): Run $(MAKE) check-DEJAGNU. * testsuite/Makefile.in: Regenerated. From-SVN: r141337