Bart Van Assche
|
1337185fe9
|
test_read6_simple: Avoid triggering a use-after-free
Do not use the 'task' pointer after the memory it points at has been freed.
Detected via valgrind.
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
|
2013-10-01 06:24:55 -07:00 |
|
Ronnie Sahlberg
|
45a3752d16
|
TESTS: Abort READ6 test if lun is bigger than what READ6 can address
|
2013-09-02 12:19:24 -07:00 |
|
Ronnie Sahlberg
|
5494580b4a
|
TEST: READ6 add a test to verify that READ6 with transferlength
gets 256 blocks of data back from the target.
|
2013-05-30 19:16:57 -07:00 |
|
Ronnie Sahlberg
|
f8e317c355
|
TESTS: READ6 is optional(==obsolete)
|
2013-04-27 16:22:58 -07:00 |
|
Ronnie Sahlberg
|
6c0fd5cfa3
|
TESTS: Add RESERVE6/RELEASE6 tests
|
2013-03-21 19:41:32 -07:00 |
|
Lee Duncan
|
990af4a427
|
Added printf format checking to logging function.
This also required changing the logging of "" at the
start of each test to appeal the otherwise-friendly
compiler.
|
2013-02-13 18:04:51 -08:00 |
|
Ronnie Sahlberg
|
bfbde8b097
|
TEST: Add test for 0 blocks for UNMAP and fix num_blocks which was off by one
across the testsuite
|
2013-01-21 20:20:46 -08:00 |
|
Ronnie Sahlberg
|
192ee4d61b
|
TESTS: convert READ6 tests to the new framework
|
2013-01-20 17:02:13 -08:00 |
|