#
47b76c08 |
| 25-Jul-2019 |
bluhm <bluhm@openbsd.org> |
Since switching from bfd to lld linker there are no warnings about insecure libc functions anymore. To avoid false positives, change the regress result from FAILED to EXPECTED_FAIL if lld is used. W
Since switching from bfd to lld linker there are no warnings about insecure libc functions anymore. To avoid false positives, change the regress result from FAILED to EXPECTED_FAIL if lld is used. When lld will support this feature, the regress tests can be enabled again. OK deraadt@
show more ...
|
#
c2534896 |
| 12-Feb-2019 |
bluhm <bluhm@openbsd.org> |
Skip the gcc tests on aarch64, the compiler does not exist there.
|
#
689ad0f3 |
| 25-Sep-2016 |
bluhm <bluhm@openbsd.org> |
Adapt more places where binutils-2.17 has changed the format of the linker warning massages.
|
#
f929495e |
| 24-Sep-2016 |
bluhm <bluhm@openbsd.org> |
Format of warning messages has changed in binutils-2.17. Remove variable line number in text segment. Adapt expected gcc linker output in regress test.
|
#
b2a13122 |
| 28-Dec-2013 |
martynas <martynas@openbsd.org> |
- adjust getcwd-1.c.exp.gcc{3,4} after the getwd linker warning got added - adjust gcc-builtins to use the same approach as gcc-bounds - enable gcc-bounds and gcc-builtins in the default regression s
- adjust getcwd-1.c.exp.gcc{3,4} after the getwd linker warning got added - adjust gcc-builtins to use the same approach as gcc-bounds - enable gcc-bounds and gcc-builtins in the default regression suite now that everything passes
show more ...
|
#
88919d82 |
| 06-Aug-2013 |
miod <miod@openbsd.org> |
Remove support for COMPILER_VERSION == gcc2. Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4 is the norm and to explicitely test for gcc3 when a different behaviour is req
Remove support for COMPILER_VERSION == gcc2. Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4 is the norm and to explicitely test for gcc3 when a different behaviour is required. No functional change intended. Be sure to `make install' in share/mk before attempting to do anything.
show more ...
|
#
f21d9843 |
| 14-May-2010 |
avsm <avsm@openbsd.org> |
add failing regress test for gcc3 -Wbounded for 0-length arrays, spotted by nicm@
|
#
24b66d92 |
| 10-May-2010 |
drahn <drahn@openbsd.org> |
Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible complier picking, eg supporting gcc2, gcc3, and gcc4. based on diff by Marco, with fixes from espie@. ok espie@ general
Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible complier picking, eg supporting gcc2, gcc3, and gcc4. based on diff by Marco, with fixes from espie@. ok espie@ general mumbling of approval of others.
show more ...
|
#
23a8ee26 |
| 11-Jul-2006 |
avsm <avsm@openbsd.org> |
add another regress for the recent -Wbounded fixes
|
#
25fd17ca |
| 08-Aug-2004 |
avsm <avsm@openbsd.org> |
check for variable sized array in format arguments
|
#
a48a952c |
| 09-Jul-2004 |
avsm <avsm@openbsd.org> |
NOOBJ=1, needed since gcc-bounds was connected to regress, noticed by david@
|
#
6000d71b |
| 27-Apr-2004 |
avsm <avsm@openbsd.org> |
regress check for macro presence/failure in bounded attrib declaration
|
#
798b0bf3 |
| 23-Apr-2004 |
avsm <avsm@openbsd.org> |
fill in the blanks for gcc2
|
#
a70bf396 |
| 23-Apr-2004 |
avsm <avsm@openbsd.org> |
Lots more regression tests to test builtins for gcc3 and various icky corner cases. need to separate gcc2/gcc3 output expectations since the error formats have diverged.
|
#
4ec36a09 |
| 07-Oct-2003 |
avsm <avsm@openbsd.org> |
add a few regression tests for the recently fixed md functions
|
#
574d0074 |
| 05-Sep-2003 |
avsm <avsm@openbsd.org> |
no longer warn on '0' bound size, add new test for the negative case
|
#
78d96312 |
| 06-Aug-2003 |
avsm <avsm@openbsd.org> |
- fix makefile targets so c++ targets do get checked correctly - update sscanf-cpp regress results to current error format - add checks for variable length arrays to make sure they are ignored
|
#
3caf9e4f |
| 26-Jun-2003 |
avsm <avsm@openbsd.org> |
various regression tests for -Wbounded
|