Searched refs:test_record (Results 1 – 2 of 2) sorted by relevance
93 test_record = self.suite.GetTestRecord(testcase)94 if "noStrict" in test_record:96 if "onlyStrict" in test_record:164 testcase.test_record = ParseTestRecord(self.GetSourceForTest(testcase),166 return testcase.test_record172 test_record = self.GetTestRecord(testcase)173 if "includes" in test_record:175 for filename in test_record.get("includes", [])]193 test_record = self.GetTestRecord(testcase)196 if "negative" in test_record:[all …]
737 struct saved_blk_record *test_record; in test_nd() local759 test_record = malloc(blocks_at_once * sizeof(struct saved_blk_record)); in test_nd()760 if (!blkbuf || !test_record) { in test_nd()791 do_write(dev, save_ptr, test_record[i].num, in test_nd()792 block_size, test_record[i].block); in test_nd()793 save_ptr += test_record[i].num * block_size; in test_nd()861 test_record[num_saved].block = currently_testing; in test_nd()862 test_record[num_saved].num = got; in test_nd()924 currently_testing = test_record[used2].block; in test_nd()925 try = test_record[used2].num; in test_nd()[all …]