Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | syntax: Use STREQ/STRNEQ in place of strcmp. | Richard W.M. Jones | 2012-09-19 | 1 | -1/+1 |
| | | | | | Found by 'make syntax-check'. (cherry picked from commit b0cefb417d01c6dcb87cc6bafe9c19b98c690c9d) | ||||
* | tests: Skip regression test for 790721 if attach-method is not 'appliance'. | Richard W.M. Jones | 2012-08-05 | 1 | -0/+25 |
| | | | | (cherry picked from commit 2b059535b19125ca082f4354a7ff73f4f5a33822) | ||||
* | build: Return 77 from skipped tests. | Richard W.M. Jones | 2012-08-05 | 1 | -2/+2 |
| | | | | (cherry picked from commit fc86db3b3bcd884ee37cef79e22b0324df9fcae6) | ||||
* | tests: Add thread IDs to test of bug 790721. | Richard W.M. Jones | 2012-06-28 | 1 | -5/+10 |
| | | | | (cherry picked from commit 90d0beb3c528d91029349b64d0159836c776189b) | ||||
* | tests: Add SKIP_TEST_* variables to allow these tests to be skipped. | Richard W.M. Jones | 2012-06-28 | 1 | -0/+5 |
| | | | | | | By setting these variables, we can skip tests that fail on RHEL 5. (cherry picked from commit 145f35badfd9ca4a6d9f54f7732566a5e5114876) | ||||
* | tests: Replace truncate command with 'guestfish sparse'. | Richard W.M. Jones | 2012-06-21 | 2 | -2/+2 |
| | | | | | | | | | | | RHEL 5 didn't have the truncate command, but we can replace: truncate -s SIZE FILE with the roughly equivalent command: guestfish sparse FILE SIZE (cherry picked from commit 39df80dcc0e485e69048bddbf33c259ce532e50d) | ||||
* | tests: Allow regression test for bug 690819 to be skipped. | Richard W.M. Jones | 2012-06-21 | 1 | -0/+12 |
| | | | | (cherry picked from commit 251b131e0a55cce21f6ee2240315903e34c4ffe1) | ||||
* | tests: Fix reference to guestfish in test for RHBZ#811649. | Richard W.M. Jones | 2012-04-13 | 1 | -1/+1 |
| | | | | This fixes commit a9bd90abfb3d4519278dfff305b8b7033ae6d76a. | ||||
* | Add regression test to test funny filenames (RHBZ#811649). | Richard W.M. Jones | 2012-04-12 | 2 | -0/+50 |
| | |||||
* | tests: Remove unused variable. | Richard W.M. Jones | 2012-03-12 | 1 | -1/+0 |
| | |||||
* | tests: Test parallel launch from multiple threads. | Richard W.M. Jones | 2012-02-15 | 2 | -1/+182 |
| | |||||
* | tests: Add a regression test for RHBZ#789960. | Richard W.M. Jones | 2012-02-13 | 2 | -0/+69 |
| | | | | | Test all the ways that the 'mount' command can fail. Ensure that none of them result in failures or desynchronization. | ||||
* | regressions: One test is not being run. | Richard W.M. Jones | 2012-02-13 | 1 | -0/+4 |
| | | | | | | | | | rhbz727178.sh exists, but historically was never added to the list of tests, so it doesn't run. Create a special variable for this test and ensure it is added to EXTRA_DIST. Test was originally added in commit d7356a2801130907997acd5c7502e8417566e782. | ||||
* | Replace setting of environment variables with usage of local run script | Hilko Bengen | 2012-01-23 | 1 | -5/+2 |
| | | | | (Includes fix by RWMJ) | ||||
* | Tempus fugit. | Richard W.M. Jones | 2012-01-18 | 3 | -3/+3 |
| | | | | Update all copyright dates to 2012. | ||||
* | tests: Split regressions -> various subdirectories of tests/ | Richard W.M. Jones | 2011-12-22 | 13 | -0/+612 |