TEST: Add a test reading beyond the end of the device for read12/16
This commit is contained in:
@@ -85,12 +85,14 @@ struct scsi_test tests[] = {
|
||||
{ "T0201_read16_rdprotect", T0201_read16_rdprotect },
|
||||
{ "T0202_read16_flags", T0202_read16_flags },
|
||||
{ "T0203_read16_0blocks", T0203_read16_0blocks },
|
||||
{ "T0204_read16_beyondeol", T0204_read16_beyondeol },
|
||||
|
||||
/* read12*/
|
||||
{ "T0210_read12_simple", T0210_read12_simple },
|
||||
{ "T0211_read12_rdprotect", T0211_read12_rdprotect },
|
||||
{ "T0212_read12_flags", T0212_read12_flags },
|
||||
{ "T0213_read12_0blocks", T0213_read12_0blocks },
|
||||
{ "T0214_read12_beyondeol", T0214_read12_beyondeol },
|
||||
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user