| Commit message (Expand) | Author | Files | Lines |
2023-06-08 | tests: Fix call-with-io deadlock. | NIIBE Yutaka | 1 | -27/+8 |
2023-05-11 | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function. | NIIBE Yutaka | 1 | -34/+32 |
2022-11-24 | tests: Fix to support --enable-all-tests and variants. | NIIBE Yutaka | 1 | -6/+11 |
2022-11-24 | tests: Keep .log files in objdir. | NIIBE Yutaka | 1 | -1/+3 |
2022-11-02 | tests: Add tr:assert-same function. | Werner Koch | 1 | -0/+6 |
2022-05-10 | tests: Enable tests with keyboxd only when it's configured. | NIIBE Yutaka | 1 | -0/+3 |
2022-04-26 | tests: Avoid auto-removal when test fails. | NIIBE Yutaka | 1 | -1/+1 |
2017-08-08 | gpgscm: Make the test summary stand out | Werner Koch | 1 | -0/+2 |
2017-07-14 | gpgscm: Library improvements. | Justus Winter | 1 | -1/+11 |
2017-07-14 | gpgscm: Fail early if the test setup fails. | Justus Winter | 1 | -0/+2 |
2017-06-19 | gpgscm: Limit the number of parallel jobs. | Justus Winter | 1 | -15/+91 |
2017-06-19 | gpgscm: Improve option parsing. | Justus Winter | 1 | -1/+7 |
2017-05-11 | tests: Make it possible to run all tests using our infrastructure. | Justus Winter | 1 | -0/+14 |
2017-05-11 | gpgscm: Make it possible to set the logfile name. | Justus Winter | 1 | -2/+3 |
2017-05-04 | tests: Support tests that are expected to fail. | Justus Winter | 1 | -27/+40 |
2017-04-28 | Spelling fixes in docs and comments. | NIIBE Yutaka | 1 | -2/+2 |
2017-04-24 | gpgscm: Emit JUnit-style XML reports. | Justus Winter | 1 | -10/+100 |
2017-04-24 | gpgscm: Make logging less verbose and more useful. | Justus Winter | 1 | -4/+5 |
2017-04-24 | gpgscm: Make test framework less functional. | Justus Winter | 1 | -40/+35 |
2017-04-24 | tests: Locate resources and scripts relative to top source dir. | Justus Winter | 1 | -1/+1 |
2017-04-24 | gpgscm: Move 'trace' and 'stringify'. | Justus Winter | 1 | -12/+0 |
2017-03-23 | gpgscm: Make test cleanup more robust. | Justus Winter | 1 | -14/+17 |
2017-03-21 | tests,w32: Use GetTempPath to get the path for temporary files. | Justus Winter | 1 | -1/+1 |
2017-03-21 | tests: Create temporary directories in '/tmp'. | Justus Winter | 1 | -3/+5 |
2017-03-09 | tests: Rework environment setup. | Justus Winter | 1 | -35/+43 |
2017-03-06 | tests: Harmonize temporary and socket directory handling. | Justus Winter | 1 | -7/+6 |
2017-01-02 | gpgscm: Fail if too many arguments are given. | Justus Winter | 1 | -1/+1 |
2017-01-02 | gpgscm: Add 'finally', rework all macros. | Justus Winter | 1 | -44/+35 |
2016-12-20 | tests: Move argument parser. | Justus Winter | 1 | -0/+25 |
2016-12-13 | gpgscm: Print failed and skipped tests. | Justus Winter | 1 | -5/+13 |
2016-12-13 | gpgscm: Generalize the test runner. | Justus Winter | 1 | -8/+9 |
2016-12-13 | gpgscm: Move the test runner to the Scheme library. | Justus Winter | 1 | -0/+151 |
2016-12-13 | gpgscm: Improve library functions. | Justus Winter | 1 | -9/+12 |
2016-12-08 | gpgscm: Better error reporting. | Justus Winter | 1 | -5/+6 |
2016-12-08 | gpgscm: Generalize 'for-each-p'. | Justus Winter | 1 | -7/+8 |
2016-12-06 | tests: Rename 'error' to 'fail'. | Justus Winter | 1 | -6/+6 |
2016-12-06 | tests: Change (interactive-shell) to start an interactive shell | Neal H. Walfield | 1 | -1/+1 |
2016-11-07 | tests: Move environment creation and teardown into each test. | Justus Winter | 1 | -0/+4 |
2016-11-03 | gpgscm,tests: Add new functions to the test environment. | Justus Winter | 1 | -0/+8 |
2016-10-07 | gpgscm: Improve path handling. | Justus Winter | 1 | -3/+9 |
2016-09-19 | tests: Correctly handle exceptions in resource handling macros. | Justus Winter | 1 | -4/+13 |
2016-09-19 | tests: Refine exception handling. | Justus Winter | 1 | -1/+1 |
2016-09-19 | tests: Use descriptive temporary file names. | Justus Winter | 1 | -1/+4 |
2016-08-10 | tests: Improve temporary directory handling. | Justus Winter | 1 | -2/+11 |
2016-07-26 | gpgscm: Make the verbose setting more useful. | Justus Winter | 1 | -3/+8 |
2016-07-22 | gpgscm: Make function more general. | Justus Winter | 1 | -2/+2 |
2016-07-19 | tests: Add test for ssh support. | Justus Winter | 1 | -3/+11 |
2016-07-07 | gpgscm: Capture output of spawned processes. | Justus Winter | 1 | -3/+6 |
2016-07-05 | tests: Honor environment variable 'TMP'. | Justus Winter | 1 | -4/+16 |
2016-06-23 | gpgscm: Handle exceptions in the transformation monad. | Justus Winter | 1 | -13/+23 |