Searched refs:test_record (Results 1 – 7 of 7) sorted by relevance
753 struct saved_blk_record *test_record; in test_nd() local775 test_record = malloc(blocks_at_once * sizeof(struct saved_blk_record)); in test_nd()776 if (!blkbuf || !test_record) { in test_nd()807 do_write(dev, save_ptr, test_record[i].num, in test_nd()808 block_size, test_record[i].block); in test_nd()809 save_ptr += test_record[i].num * block_size; in test_nd()877 test_record[num_saved].block = currently_testing; in test_nd()878 test_record[num_saved].num = got; in test_nd()939 currently_testing = test_record[used2].block; in test_nd()940 try = test_record[used2].num; in test_nd()[all …]
765 test_record = formatter.create_test_record(self.TAG)766 if test_record:767 self.results.add_record(test_record)769 test_record.to_dict(), records.TestSummaryEntryType.RECORD
622 def add_class_error(self, test_record): argument633 test_record.update_record()634 self.error.append(test_record)
1056 test_record = records.TestResultRecord(test_name, self.TAG)1057 test_record.test_skip(exception)1058 self.results.add_record(test_record)1060 test_record.to_dict(), records.TestSummaryEntryType.RECORD
207 test_record = TestRecord(241 return test_record
172 def test_record(self): member in ApiTest
460 test_record = bt_cls.results.passed[0]504 test_record = bt_cls.results.passed[0]