summaryrefslogtreecommitdiff
path: root/gcc/testsuite/ada
Commit message (Collapse)AuthorAgeFilesLines
* run_acats (which): Assign output to temporary variable, only use if successful.Rainer Orth2010-12-061-3/+3
| | | | | | | | * ada/acats/run_acats (which): Assign output to temporary variable, only use if successful. Use last field of type output. From-SVN: r167499
* * ada/acats/run_acats: Revert revision 157037.Eric Botcazou2010-09-301-1/+1
| | | | From-SVN: r164742
* run_acats (which): New function.Rainer Orth2010-05-031-2/+17
| | | | | | | * ada/acats/run_acats (which): New function. (host_gnatchop, host_gnatmake): Use it. From-SVN: r158994
* * ada/acats/run_all.sh: Log start and end times.Rainer Orth2010-03-161-0/+4
| | | | From-SVN: r157485
* re PR testsuite/32547 (gnat.dg tasking tests fail on IRIX 5.3)Rainer Orth2010-02-242-2/+2
| | | | | | | | | | PR ada/32547 * lib/gnat-dg.exp (gnat_load): Redefine. * ada/acats/run_acats: Run run_all.sh with $SHELL. * ada/acats/run_all.sh: Downcase tasking not implemented message. From-SVN: r157037
* run_all.sh: Make sure norun.lst is sorted using the current collation.Jakub Jelinek2010-01-261-1/+1
| | | | | | | * ada/acats/run_all.sh: Make sure norun.lst is sorted using the current collation. From-SVN: r156255
* * ada/acats/run_all.sh: Strip comments from norun.lstArnaud Charlet2009-12-171-1/+2
| | | | From-SVN: r155314
* * ada/acats/norun.lst: Sort.Rainer Orth2009-12-151-1/+1
| | | | From-SVN: r155257
* re PR ada/42170 (Ada testsuite regressions caused by 8MB stack limit)Eric Botcazou2009-11-251-2/+2
| | | | | | | | | PR ada/42170 * ada/acats/run_acats: Bump stack limit to 16MB. Co-Authored-By: John David Anglin <dave.anglin@nrc-cnrc.gc.ca> From-SVN: r154646
* re PR target/10127 (-fstack-check let's program crash)Eric Botcazou2009-11-042-8/+3
| | | | | | | | | PR target/10127 PR ada/20548 * config/i386/i386.md (probe_stack_range): New expander. (logical operation peepholes): Do not split stack checking probes. From-SVN: r153918
* gcc/testsuite:Rainer Orth2009-09-102-1/+14
| | | | | | | | | | | | | | | | PR ada/18302 * ada/acats/run_all.sh (target_run): Use run_test.exp to execute commands. * ada/acats/run_test.exp: New file. gcc/ada: PR ada/18302 * gcc-interface/Make-lang.in (check-acats): Export rootme, EXPECT. Co-Authored-By: James A. Morrison <phython@gcc.gnu.org> From-SVN: r151614
* impdef.a: Tweak timing constants.Laurent GUERBY2009-08-0810-17/+21
| | | | | | | | | | | | | | | | | | 2009-08-08 Laurent GUERBY <laurent@guerby.net> * ada/acats/support/impdef.a: Tweak timing constants. Add Long_Minimum_Task_Switch and Long_Switch_To_New_Task. * ada/acats/tests/c9/c940005.a: Use new timing constants. * ada/acats/tests/c9/c940007.a: Likewise. * ada/acats/tests/c9/c94001c.ada: Likewise. * ada/acats/tests/c9/c94006a.ada: Likewise. * ada/acats/tests/c9/c94008c.ada: Likewise. * ada/acats/tests/c9/c951002.a: Likewise. * ada/acats/tests/c9/c954a01.a: Likewise. * ada/acats/tests/c9/c96001a.ada: Likewise. * ada/acats/tests/c9/c97307a.ada: Likewise. From-SVN: r150579
* c38202a.ada: Use Impdef.Laurent Guerby2009-05-142-5/+7
| | | | | | | | | | | 2009-05-14 Laurent GUERBY <laurent@guerby.net> * ada/acats/tests/c3/c38202a.ada: Use Impdef. * ada/acats/tests/c5/c59002c.ada: Likewise. (and fix ChangeLog formating of previous entry) From-SVN: r147519
* Update test to be compatible with Ada 2005.Arnaud Charlet2007-02-222-2/+2
| | | | From-SVN: r122222
* re PR ada/30560 (gnatchop behaves differently dependend on argv[0] -- make ↵Richard Guenther2007-01-231-2/+2
| | | | | | | | | | | | check-ada fails) 2007-01-23 Richard Guenther <rguenther@suse.de> PR testsuite/30560 * ada/acats/run_acats: Do not call gnatmake or gnatchop with full path. From-SVN: r121083
* re PR ada/18817 (ACATS c380004 fails at run time)Roger Sayle2006-09-151-2/+0
| | | | | | | | PR ada/18817 * utils.c (max_size): Perform constant folding of (A ? B : C) - D into A ? B - D : C - D when calculating the size of a MINUS_EXPR. From-SVN: r116964
* norun.lst: Adjust for previous change.Arnaud Charlet2006-09-141-1/+5
| | | | | | * norun.lst: Adjust for previous change. From-SVN: r116953
* Update list of tests requiring stack checking Add handling of tests using Ada...Arnaud Charlet2006-09-143-0/+38
| | | | | | | Update list of tests requiring stack checking Add handling of tests using Ada 95 semantics and thus requiring -gnat95 switch From-SVN: r116944
* re PR testsuite/27476 (ACATS: Ada testsuite Bourne shell compatibility ↵Laurent GUERBY2006-05-081-1/+1
| | | | | | | | | | | problem on hpux) 2006-05-08 Laurent GUERBY <laurent@guerby.net> PR testsuite/27476 * ada/acats/run_all.sh: Use test -z. From-SVN: r113630
* run_all.sh: Use sync when main not found.Laurent GUERBY2006-05-051-4/+13
| | | | | | | | 2005-05-05 Laurent GUERBY <laurent@guerby.net> * ada/acats/run_all.sh: Use sync when main not found. From-SVN: r113550
* norun.lst: cdd2a03 now passes.Laurent GUERBY2006-03-041-2/+0
| | | | | | | | 2006-03-04 Laurent GUERBY <laurent@guerby.net> * ada/acats/norun.lst: cdd2a03 now passes. From-SVN: r111719
* Remove test which is invalid Ada 2005.Arnaud Charlet2006-02-161-17/+0
| | | | From-SVN: r111132
* Make-lang.in (check-gnat): Run run_acats with $(SHELL).Rainer Orth2006-02-091-1/+1
| | | | | | | | | | ada: * Make-lang.in (check-gnat): Run run_acats with $(SHELL). testsuite: * ada/acats/run_acats: Use portable variant of "$@". From-SVN: r110807
* re PR ada/21317 (ACATS c954025 c954026 c99004a failures)Laurent GUERBY2006-01-265-10/+11
| | | | | | | | | | | | | 2006-01-26 Laurent GUERBY <laurent@guerby.net> PR ada/21317 * ada/acats/support/impdef.a: Add One_Long_Second. * ada/acats/tests/c9/c94025.a: Use One_Long_Second. * ada/acats/tests/c9/c94026.a: Likewise. * ada/acats/tests/c9/c97305c.ada: Likewise. * ada/acats/tests/c9/c99004a.ada: Likewise. From-SVN: r110270
* re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault)Eric Botcazou2006-01-233-0/+11
| | | | | | | | | PR ada/20548 * ada/acats/norun.lst: Add c52103x, c52104x and c52104y. * ada/acats/stackcheck.lst: New file, add c52103x, c52104x and c52104y. * ada/acats/run_all.sh: Pass -fstack-check for tests in stackcheck.lst. From-SVN: r110131
* re PR testsuite/25777 (acats_run doesn't include gcc base directory in ↵John David Anglin2006-01-161-1/+1
| | | | | | | | | | | | LD_LIBRARY_PATH) 2006-01-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> PR testsuite/25777 * ada/acats/run_acats (LD_LIBRARY_PATH): Add BASE to LD_LIBRARY_PATH. From-SVN: r109764
* run_all.sh (target_run): Revert 2005-11-17 patch.Eric Botcazou2005-11-181-18/+1
| | | | | | * ada/acats/run_all.sh (target_run): Revert 2005-11-17 patch. From-SVN: r107190
* run_all.sh (target_run): Kill long running tests.James A. Morrison2005-11-181-1/+18
| | | | | | | | | | | | 2005-11-17 James A. Morrison <phython@gcc.gnu.org> Michael Chamberlain <michael@chamberlain.net.au> * ada/acats/run_all.sh (target_run): Kill long running tests. Co-Authored-By: Michael Chamberlain <michael@chamberlain.net.au> From-SVN: r107161
* Removed, no longer compatible with latest Ada 2005 issues.Arnaud Charlet2005-06-141-270/+0
| | | | From-SVN: r100938
* run_all.sh: Use sync when executable not present.Laurent GUERBY2005-04-181-0/+3
| | | | | | | | 2005-04-18 Laurent GUERBY <laurent@guerby.net> * ada/acats/run_all.sh: Use sync when executable not present. From-SVN: r98335
* re PR ada/19902 (ACATS cxa3004 cxb3006 fail at compile time "ambiguous ↵Eric Botcazou2005-02-232-639/+0
| | | | | | | | | | expression") PR ada/19902 * ada/acats/tests/cxa/cxa3004.a: Remove. * ada/acats/tests/cxb/cxb30061.am: Likewise. From-SVN: r95446
* cxb30131.c: Include <stdlib.h> to properly declare malloc.Andreas Schwab2005-02-151-1/+2
| | | | | | | * ada/acats/tests/cxb/cxb30131.c: Include <stdlib.h> to properly declare malloc. From-SVN: r95065
* re PR middle-end/18820 (ACATS c95300[123] and c980002 fail at runtime)Eric Botcazou2005-01-141-2/+0
| | | | | | | | | PR middle-end/18820 * varasm.c (initializer_constant_valid_p) <ADDR_EXPR>: Return zero for nested functions needing a static chain or functions with a non-constant address. From-SVN: r93633
* c456001.a: New from ACATS 2.5LLaurent GUERBY2005-01-105-22/+170
| | | | | | | | | | | | 2005-01-10 Laurent GUERBY <laurent@guerby.net> * ada/acats/tests/c4/c456001.a: New from ACATS 2.5L * ada/acats/tests/c3/c392014.a: Update from ACATS 2.5L * ada/acats/tests/c3/c92005b.ada: Likewise. * ada/acats/tests/c3/cxb3012.a: Likewise. * ada/acats/norun.lst: Add c380004 and c953002, add PR From-SVN: r93135
* * gcc/testsuite/ada/acats/run_acats: Missed in last commit.John David Anglin2004-11-241-1/+2
| | | | From-SVN: r91138
* run_all.sh: Define $target variable.Laurent GUERBY2004-04-261-1/+3
| | | | | | | | * ada/acats/run_all.sh: Define $target variable. Co-Authored-By: Ulrich Weigand <uweigand@de.ibm.com> From-SVN: r81201
* Clean up previous change.Arnaud Charlet2004-04-261-2/+2
| | | | From-SVN: r81182
* run_all.sh: Handle cd2a83c, cd2a91c (target_bit) and ad8011a (target_insn).Laurent GUERBY2004-04-253-3/+32
| | | | | | | | | | | 2004-04-24 Laurent GUERBY <laurent@guerby.net> * ada/acats/run_all.sh: Handle cd2a83c, cd2a91c (target_bit) and ad8011a (target_insn). * ada/acats/support/macro.dfs: Likewise. * ada/acats/support/impbit.adb: New file. From-SVN: r81158
* run_all.sh: use -O2 by default.Laurent GUERBY2004-04-171-1/+1
| | | | | | | | 2004-04-17 Laurent GUERBY <laurent@guerby.net> * ada/acats/run_all.sh: use -O2 by default. From-SVN: r80796
* Add extra checks.Arnaud Charlet2004-01-131-2/+9
| | | | From-SVN: r75801
* Complete previous check in.Arnaud Charlet2004-01-131-1/+1
| | | | From-SVN: r75796
* run_all.sh: Add more verbose output in acats.log when compiling tests.Arnaud Charlet2004-01-131-3/+4
| | | | | | | * ada/acats/run_all.sh: Add more verbose output in acats.log when compiling tests. From-SVN: r75795
* run_acats: Treat 'gnatchop' the same way as 'gnatmake'.Eric Botcazou2004-01-082-4/+23
| | | | | | | | | * ada/acats/run_acats: Treat 'gnatchop' the same way as 'gnatmake'. Export GCC_DRIVER. * ada/acats/run_all.sh: Add target_gnatchop. Use 'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'. From-SVN: r75551
* Add checks against missing gnatlib/gnattools.Arnaud Charlet2003-12-051-0/+12
| | | | From-SVN: r74317
* re PR ada/13035 (Ada testsuite uses installed gcc)Arnaud Charlet2003-11-142-19/+11
| | | | | | | | | PR ada/13035 * ada/acats/run_acats, run_all.sh: Fix syntax errors. No longer use a wrapper for gcc, since this does not work under Windows, use --GCC switch instead. From-SVN: r73592
* Removed, unused and does not compile on all platforms.Arnaud Charlet2003-11-141-153/+0
| | | | From-SVN: r73585
* run_acats (host_gnatmake): Use type in a /bin/sh script.Rainer Orth2003-11-122-5/+5
| | | | | | | | | | * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script. (host_gcc): Likewise. (ROOT): Honor $PWDCMD. (BASE): Likewise. * ada/acats/run_all.sh (dir): Honor $PWDCMD. From-SVN: r73510
* run_all.sh: Add handling of unsupported (tasking) tests.Arnaud Charlet2003-11-101-15/+29
| | | | | | | * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests. Clean ups. From-SVN: r73422
* Complete previous check in.Arnaud Charlet2003-10-301-2/+2
| | | | From-SVN: r73086
* run_all.sh: Do not print PASS messages to stdout, as done by dejagnu.Arnaud Charlet2003-10-301-1/+2
| | | | | | | * ada/acats/run_all.sh: Do not print PASS messages to stdout, as done by dejagnu. From-SVN: r73085