| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-04-17 | Merge branch 'schecker' | Luc Van Oostenryck | 1 | -0/+6 |
| 2021-04-13 | scheck: add a symbolic checker | Luc Van Oostenryck | 1 | -0/+6 |
| 2021-03-21 | testsuite: add option '-r' to 'test-suite format' | Luc Van Oostenryck | 1 | -0/+11 |
| 2020-12-11 | testsuite: fix parsing of tags used in the testcases | Luc Van Oostenryck | 1 | -2/+2 |
| 2020-11-01 | testsuite: add a new tag: check-output-returns | Luc Van Oostenryck | 1 | -0/+27 |
| 2020-11-01 | testsuite: add a new tag: check-output-match | Luc Van Oostenryck | 1 | -0/+27 |
| 2020-07-04 | testsuite: add new flag '-p' to subcommand 'format' | Luc Van Oostenryck | 1 | -0/+4 |
| 2020-06-23 | testsuite: fix 'format help' / validate number of arguments | Luc Van Oostenryck | 1 | -1/+6 |
| 2020-06-16 | testsuite: be less paranoid with timeout | Luc Van Oostenryck | 1 | -1/+1 |
| 2019-02-07 | validation: Add patterns FAIL, PASS, XPASS and XFAIL to test | Uwe Kleine-König | 1 | -6/+9 |
| 2018-06-16 | testsuite: allow extra/default options to test commands | Luc Van Oostenryck | 1 | -0/+4 |
| 2018-05-21 | autodoc: add autodoc tests in the testsuite | Luc Van Oostenryck | 1 | -1/+1 |
| 2018-05-04 | testsuite: add check-assert | Luc Van Oostenryck | 1 | -0/+12 |
| 2018-05-04 | testsuite: add check-cp-if | Luc Van Oostenryck | 1 | -0/+14 |
| 2018-03-11 | testsuite: fix problem with double-escaping in patterns | Luc Van Oostenryck | 1 | -4/+4 |
| 2018-02-24 | testsuite: fix typo with 'test-suite format -a' | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-12-16 | testsuite: allow default args from environment for test commands | Luc Van Oostenryck | 1 | -1/+2 |
| 2017-12-16 | testsuite: process extra options without exec | Luc Van Oostenryck | 1 | -7/+4 |
| 2017-12-16 | testsuite: respect command line's quotes & whitespaces | Luc Van Oostenryck | 1 | -5/+7 |
| 2017-12-08 | testsuite: add support for 'format -a' | Luc Van Oostenryck | 1 | -0/+5 |
| 2017-12-08 | testsuite: default to shift in the getopt loop | Luc Van Oostenryck | 1 | -9/+1 |
| 2017-12-08 | testsuite: allow to test only a subdir | Luc Van Oostenryck | 1 | -5/+17 |
| 2017-12-08 | testsuite: change do_usage text | Luc Van Oostenryck | 1 | -7/+7 |
| 2017-12-08 | testsuite: move no-arg out of the getopt loop | Luc Van Oostenryck | 1 | -6/+5 |
| 2017-12-08 | testsuite: move do_test_suite out of the getopt loop | Luc Van Oostenryck | 1 | -2/+1 |
| 2017-12-08 | testsuite: early return in getopt loop | Luc Van Oostenryck | 1 | -0/+4 |
| 2017-12-08 | testsuite: validate the 'check-...' tags | Luc Van Oostenryck | 1 | -0/+12 |
| 2017-12-08 | testsuite: reset 'quiet' at the start of each testcase | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-12-08 | testsuite: add & use warning() | Luc Van Oostenryck | 1 | -1/+9 |
| 2017-12-08 | testsuite: move verbose/error() before get_tag_value() | Luc Van Oostenryck | 1 | -17/+19 |
| 2017-12-08 | testsuite: remove old ugly pattern syntax | Luc Van Oostenryck | 1 | -32/+0 |
| 2017-11-17 | llvm: add small script to test LLVM generated bytecode | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-11-08 | testsuite: add support for 'format -l' | Luc Van Oostenryck | 1 | -1/+13 |
| 2017-11-08 | testsuite: add support for 'format -f' | Luc Van Oostenryck | 1 | -2/+12 |
| 2017-11-08 | testsuite: format: strip .c from default name | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-11-08 | testsuite: format: saner defaults handling | Luc Van Oostenryck | 1 | -10/+5 |
| 2017-11-08 | testsuite: make do_format() more self-contained | Luc Van Oostenryck | 1 | -3/+27 |
| 2017-11-08 | testsuite: move up arg_file() | Luc Van Oostenryck | 1 | -15/+17 |
| 2017-11-08 | testsuite: 'quiet' must be initialized earlier | Luc Van Oostenryck | 1 | -0/+1 |
| 2017-11-08 | testsuite: add a blank line before format | Luc Van Oostenryck | 1 | -0/+1 |
| 2017-11-08 | testsuite: save screen real estate | Luc Van Oostenryck | 1 | -2/+2 |
| 2017-11-08 | testsuite: allow arch-specific tests | Luc Van Oostenryck | 1 | -0/+18 |
| 2017-11-08 | testsuite: extract disable() | Luc Van Oostenryck | 1 | -2/+9 |
| 2017-11-08 | testsuite: allow --format & --single | Luc Van Oostenryck | 1 | -2/+2 |
| 2017-11-08 | testsuite: get options from env too | Luc Van Oostenryck | 1 | -0/+7 |
| 2017-11-08 | testsuite: add support for -a|--abort | Luc Van Oostenryck | 1 | -0/+8 |
| 2017-11-08 | testsuite: add support for -q|--quiet | Luc Van Oostenryck | 1 | -2/+15 |
| 2017-11-08 | testsuite: allow to parse several options | Luc Van Oostenryck | 1 | -2/+5 |
| 2017-11-08 | testsuite: saner handling of 'must_fail' | Luc Van Oostenryck | 1 | -3/+5 |
| 2017-11-08 | testsuite: check error messages first | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-11-08 | testsuite: clearer result summary | Luc Van Oostenryck | 1 | -4/+9 |
| 2017-09-16 | testsuite: obsolete old pattern checking syntax | Luc Van Oostenryck | 1 | -5/+5 |
| 2017-09-16 | testsuite: new eq/min/max syntax for pattern checking | Luc Van Oostenryck | 1 | -0/+50 |
| 2017-09-16 | testsuite: better message for pattern absence/presence | Luc Van Oostenryck | 1 | -6/+7 |
| 2017-09-16 | testsuite: better message for pattern nbr checking | Luc Van Oostenryck | 1 | -1/+2 |
| 2017-09-16 | testsuite: move verbose() & error() | Luc Van Oostenryck | 1 | -17/+17 |
| 2017-09-16 | testsuite: allow to test a few cases at once | Luc Van Oostenryck | 1 | -1/+8 |
| 2017-09-16 | testsuite: 'echo -n' may not be interpreted as '-n' | Luc Van Oostenryck | 1 | -2/+2 |
| 2017-08-09 | testsuite: add support for commands with timeout | Luc Van Oostenryck | 1 | -0/+7 |
| 2017-05-28 | testsuite: avoid fork+execing basename | Luc Van Oostenryck | 1 | -3/+4 |
| 2017-05-28 | testsuite: use shell arithmetic instead of fork-execing expr | Luc Van Oostenryck | 1 | -6/+6 |
| 2017-05-28 | testsuite: grep the output patterns only when needed | Luc Van Oostenryck | 1 | -14/+19 |
| 2017-05-28 | testsuite: grep the expected output only when needed | Luc Van Oostenryck | 1 | -6/+4 |
| 2017-05-28 | testsuite: get all tags in once | Luc Van Oostenryck | 1 | -34/+43 |
| 2017-05-15 | testsuite: cleanup result files | Luc Van Oostenryck | 1 | -0/+1 |
| 2017-02-13 | testsuite: quieter error reporting for 'known-to-fail' | Luc Van Oostenryck | 1 | -0/+2 |
| 2017-02-13 | testsuite: allow quieter error reporting | Luc Van Oostenryck | 1 | -2/+2 |
| 2017-02-13 | testsuite: get 'check-known-to-fail' earlier | Luc Van Oostenryck | 1 | -4/+4 |
| 2017-02-13 | testsuite: use 'error' instead of 'info' for successful tests known to fail | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-02-13 | testsuite: check the nbr of times a pattern should be present | Luc Van Oostenryck | 1 | -0/+28 |
| 2017-02-13 | testsuite: check patterns presence or absence in output | Luc Van Oostenryck | 1 | -0/+52 |
| 2017-02-13 | allow to launch the test suite from the project root dir | Luc Van Oostenryck | 1 | -0/+2 |
| 2017-02-13 | testsuite: report as error tests known to fail but which succeed | Luc Van Oostenryck | 1 | -8/+21 |
| 2017-02-13 | testsuite: add tag to ignore the output/error | Luc Van Oostenryck | 1 | -0/+2 |
| 2014-11-10 | test-suite: remove bashism to avoid test failures | Ramsay Jones | 1 | -1/+1 |
| 2014-10-10 | don't run sparse{c,i} tests when sparse-llvm is disabled | Ramsay Jones | 1 | -2/+24 |
| 2014-10-10 | rename -Werror to -Wsparse-error | Christopher Li | 1 | -6/+1 |
| 2014-09-28 | sparse: Make -Werror turn warnigns into errors | Thomas Graf | 1 | -6/+12 |
| 2011-08-24 | Show expected vs. actual output on test failure | Pekka Enberg | 1 | -0/+1 |
| 2009-07-19 | test-suite: be more verbose on 'unhandled' and 'known to fail' tests | Hannes Eder | 1 | -1/+5 |
| 2007-07-22 | Fix test-suite to handle stdout and stderr separately, and fix up tests | Josh Triplett | 1 | -33/+28 |
| 2007-07-08 | test-suite: a tiny test automation script | Damien Lespiau | 1 | -0/+252 |