Re: [Qemu-devel] [PATCH v5 4/5] coroutine: add check-coroutine automated tests

2011-06-25 Thread Andreas Färber
Am 25.06.2011 um 16:11 schrieb Andreas Färber: Am 12.06.2011 um 22:46 schrieb Stefan Hajnoczi: To run automated tests for coroutines: make check-coroutine ./check-coroutine The commit message doesn't correspond to the changes, it's test- coroutine below. $ ./test-coroutine /basic/lifecyc

Re: [Qemu-devel] [PATCH v5 4/5] coroutine: add check-coroutine automated tests

2011-06-25 Thread Andreas Färber
Am 25.06.2011 um 16:11 schrieb Andreas Färber: Am 12.06.2011 um 22:46 schrieb Stefan Hajnoczi: To run automated tests for coroutines: make check-coroutine ./check-coroutine The commit message doesn't correspond to the changes, it's test- coroutine below. $ ./test-coroutine /basic/lifecyc

Re: [Qemu-devel] [PATCH v5 4/5] coroutine: add check-coroutine automated tests

2011-06-25 Thread Andreas Färber
Am 12.06.2011 um 22:46 schrieb Stefan Hajnoczi: To run automated tests for coroutines: make check-coroutine ./check-coroutine The commit message doesn't correspond to the changes, it's test- coroutine below. $ ./test-coroutine /basic/lifecycle: Segmentation fault Compiles without warnin

[Qemu-devel] [PATCH v5 4/5] coroutine: add check-coroutine automated tests

2011-06-12 Thread Stefan Hajnoczi
To run automated tests for coroutines: make check-coroutine ./check-coroutine On success the program terminates with exit status 0. On failure an error message is written to stderr and the program exits with exit status 1. Signed-off-by: Stefan Hajnoczi --- .gitignore |1 + Make