Age | Commit message (Expand) | Author |
2022-03-23 | Add subdir gnu/lib to regress. | Alexander Bluhm |
2022-03-23 | Simplify logic for skipping libexecinfo unwind test. It works on | Alexander Bluhm |
2021-12-13 | Kill sys/cdefs.h includes, because overly complicated include+macro | Theo de Raadt |
2021-06-18 | Limit regress libexecinfo to amd64 or llvm >=12. | mortimer |
2021-06-10 | Move libexecinfo regress tests under regress/gnu/lib | Jeremie Courreges-Anglas |
2019-07-26 | The strncat test is passing, do not add it to expected failures. | Alexander Bluhm |
2019-07-25 | Since switching from bfd to lld linker there are no warnings about | Alexander Bluhm |
2019-02-12 | Skip the gcc tests on aarch64, the compiler does not exist there. | Alexander Bluhm |
2017-12-05 | adjust for warning: warning repairs | Theo de Raadt |
2016-09-26 | The gcc and libiberty regression tests seem to be broken since the | Alexander Bluhm |
2016-09-25 | Adapt more places where binutils-2.17 has changed the format of the | Alexander Bluhm |
2016-09-24 | Format of warning messages has changed in binutils-2.17. Remove | Alexander Bluhm |
2016-09-02 | Print SKIPPED if a regress test cannot be executed for some reason. | Alexander Bluhm |
2014-07-20 | Update regress to match change in stpcpy() linker message | Philip Guenther |
2014-03-20 | replace MD4 with MD5; ok tedu@ | Christian Weisgerber |
2013-12-28 | - adjust getcwd-1.c.exp.gcc{3,4} after the getwd linker warning got added | Martynas Venckus |
2013-12-28 | Add regression tests to check whether GCC folds unsafe builtins and | Martynas Venckus |
2013-08-06 | Remove gcc 2.95 from the tree. One of the least bogus compiler we had (although | Miod Vallat |
2013-08-06 | Remove support for COMPILER_VERSION == gcc2. | Miod Vallat |
2013-08-01 | Some tests are currently failing. Only run those if the REGRESS_FULL | Mark Kettenis |
2011-12-26 | The __bounded__ declaration on getcwd() has been corrected, so update | Philip Guenthe |
2011-09-15 | gcc4 Wbounded regression output. | Nicholas Marriott |
2010-05-14 | Add gcc2 and gcc3 expected output for avsm@'s new zero-length array | Nicholas Marriott |
2010-05-14 | add failing regress test for gcc3 -Wbounded for 0-length arrays, spotted by n... | Anil Madhavapeddy |
2010-05-10 | Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible | Dale Rahn |
2008-09-11 | Make that test pass on 64 bit platforms as well. | Miod Vallat |
2006-07-11 | add another regress for the recent -Wbounded fixes | Anil Madhavapeddy |
2006-07-11 | sync regression tests, since the output format has changed slightly | Anil Madhavapeddy |
2006-02-11 | fix dejagnu detection with PKG_PATH set; problem reported by nick@ and others | David Krause |
2004-12-29 | enter the gcc,libiberty,libf2c regress directories now | David Krause |
2004-12-29 | use bsd.regress.mk framework and update dejagnu detection | David Krause |
2004-12-29 | missing gcc3 output for: | David Krause |
2004-08-08 | check for variable sized array in format arguments | Anil Madhavapeddy |
2004-07-21 | need to include bsd.own.mk here | David Krause |
2004-07-20 | if USE_GCC3, look in the right place for the sources | David Krause |
2004-07-20 | comment out gcc,libiberty,libf2c regress tests until they are working right | David Krause |
2004-07-09 | NOOBJ=1, needed since gcc-bounds was connected to regress, noticed by david@ | Anil Madhavapeddy |
2004-07-09 | dejagnu hasn't been in ports/lang/egcs directory for a while now... | David Krause |
2004-07-09 | libiberty was moved from gnu/egcs to gnu/lib | David Krause |
2004-07-09 | missing gcc2 outputs for: | David Krause |
2004-07-09 | add gcc-bounds directory | David Krause |
2004-04-27 | regress check for macro presence/failure in bounded attrib declaration | Anil Madhavapeddy |
2004-04-23 | fill in the blanks for gcc2 | Anil Madhavapeddy |
2004-04-23 | Lots more regression tests to test builtins for gcc3 and various icky | Anil Madhavapeddy |
2004-04-03 | use a constant sized type so regress doesnt fail on 64-bit | Anil Madhavapeddy |
2003-10-07 | add a few regression tests for the recently fixed md functions | Anil Madhavapeddy |
2003-09-05 | no longer warn on '0' bound size, add new test for the negative case | Anil Madhavapeddy |
2003-08-06 | - fix makefile targets so c++ targets do get checked correctly | Anil Madhavapeddy |
2003-07-03 | some more regress tests for __bounded__ | Anil Madhavapeddy |
2003-06-26 | various regression tests for -Wbounded | Anil Madhavapeddy |