summaryrefslogtreecommitdiffstats
path: root/tests/regressions
Commit message (Collapse)AuthorAgeFilesLines
* tests: Skip regression test for 790721 if attach-method is not 'appliance'.Richard W.M. Jones2012-08-051-0/+25
| | | | (cherry picked from commit 2b059535b19125ca082f4354a7ff73f4f5a33822)
* build: Return 77 from skipped tests.Richard W.M. Jones2012-08-051-2/+2
| | | | (cherry picked from commit fc86db3b3bcd884ee37cef79e22b0324df9fcae6)
* tests: Add thread IDs to test of bug 790721.Richard W.M. Jones2012-06-281-5/+10
| | | | (cherry picked from commit 90d0beb3c528d91029349b64d0159836c776189b)
* tests: Add SKIP_TEST_* variables to allow these tests to be skipped.Richard W.M. Jones2012-06-281-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. Jones2012-06-212-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. Jones2012-06-211-0/+12
| | | | (cherry picked from commit 251b131e0a55cce21f6ee2240315903e34c4ffe1)
* tests: Fix reference to guestfish in test for RHBZ#811649.Richard W.M. Jones2012-04-131-1/+1
| | | | This fixes commit a9bd90abfb3d4519278dfff305b8b7033ae6d76a.
* Add regression test to test funny filenames (RHBZ#811649).Richard W.M. Jones2012-04-122-0/+50
|
* tests: Remove unused variable.Richard W.M. Jones2012-03-121-1/+0
|
* tests: Test parallel launch from multiple threads.Richard W.M. Jones2012-02-152-1/+182
|
* tests: Add a regression test for RHBZ#789960.Richard W.M. Jones2012-02-132-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. Jones2012-02-131-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 scriptHilko Bengen2012-01-231-5/+2
| | | | (Includes fix by RWMJ)
* Tempus fugit.Richard W.M. Jones2012-01-183-3/+3
| | | | Update all copyright dates to 2012.
* tests: Split regressions -> various subdirectories of tests/Richard W.M. Jones2011-12-2213-0/+612