summaryrefslogtreecommitdiff
path: root/tests/lib/libc/ssp
AgeCommit message (Expand)Author
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-09-29convert HAVE_GCC == 7 to HAVE_GCC >= 7.mrg
2019-02-04- tests explicitly check failure modes, ignore those warningsmrg
2017-01-16PR/51894: Ngie Cooper: Use /dev/zero to read instead of stdinchristos
2017-01-16PR/51893: Ngie Cooper: prevent toolchain from optimizing out memset callchristos
2014-04-07fix lossage with gcc-4.5christos
2014-04-06add stp*cpy() testschristos
2014-01-10In the strcat test, smash the stack more severely (this all may dependmartin
2012-09-23Update LLVM/Clang snapshot to r164464. This adopts the GCC options forjoerg
2012-04-04Disable new -Wstring-plus-int warning where needed for now.joerg
2012-03-15Add __printflike attribution to use vprintf and friends with an argumentjoerg
2011-07-24make sum volatile to avoid printingchristos
2011-07-23gcc optimizes away the side effect free call to the "poke" function whichmartin
2011-06-15gcc seems to pad small character arrays, use an array of intsplunky
2011-06-12reinstate ssp:raw test, slightly differently.. this one is builtplunky
2011-06-12don't pass -fstack-protector for these, the tests are actually for theplunky
2011-02-26The ssp/raw test is useless. Remove it.pgoyette
2011-02-25Disable the "raw" test case. The test is bogus, and did not work beforepgoyette
2010-12-28allocate the buffer at the same function level as the compiler so thatchristos
2010-12-27Since atf_check doesn't deal with a pipeline, modify the tests to pipepgoyette
2010-12-27Migrate the ssp tests from regress to atf.pgoyette