aboutsummaryrefslogtreecommitdiff
path: root/gcc/selftest.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-15Introduce selftest::locate_fileDavid Malcolm1-0/+28
2016-12-02selftest.c: remove calls to strndup (PR bootstrap/78616)David Malcolm1-23/+17
2016-11-30libiberty: avoid reading past end of buffer in strndup/xstrndup (PR c/78498)David Malcolm1-0/+48
2016-10-12Add selftest::read_fileDavid Malcolm1-0/+60
2016-08-31selftest.c: avoid explicit "selftest::" qualifiersDavid Malcolm1-42/+36
2016-08-31selftest: split out named_temp_file from temp_source_fileDavid Malcolm1-14/+35
2016-08-23selftest.h: add ASSERT_STR_CONTAINSDavid Malcolm1-0/+34
2016-08-18Evict selftest tempfiles from the diagnostics file cacheDavid Malcolm1-0/+1
2016-08-16Move class temp_source_file from input.c to selftest.c/hDavid Malcolm1-0/+26
2016-08-11Add selftests to selftest.cDavid Malcolm1-0/+28
2016-07-19selftest.c: gracefully handle NULL in assert_streqDavid Malcolm1-1/+13
2016-06-13selftests: improve reported failure locationsDavid Malcolm1-10/+10
2016-06-13selftest: show values when ASSERT_STREQ failsDavid Malcolm1-0/+32
2016-06-06Selftest frameworkDavid Malcolm1-0/+47