aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/T380-atomicity.sh
Commit message (Collapse)AuthorAge
* test: Port atomicity test to PythonGravatar Austin Clements2014-10-05
| | | | | | | | Previously, this was implemented using a horrible GDB script (because there is no such thing as a non-horrible GDB script). This GDB script often broke with newer versions of GDB for mysterious reasons. Port the test script to GDB's Python API, which makes the code much cleaner and, hopefully, more stable.
* test: redirect gdb output to a file.Gravatar David Bremner2014-07-13
| | | | | It seems that the normal output redirection in the test suite doesn't work for gdb, but it's nice to have output in a file for debugging.
* test: renamed test scripts to format T\d\d\d-name.shGravatar Tomi Ollila2014-01-13
All test scripts to be executed are now named as T\d\d\d-name.sh, numers in increments of 10. This eases adding new tests and developers to see which are test scripts that are executed by test suite and in which order.