Home
last modified time | relevance | path

Searched refs:TestCase (Results 1 – 5 of 5) sorted by relevance

/qemu/tests/qtest/
H A Dendianness-test.c19 typedef struct TestCase TestCase; typedef
20 struct TestCase { struct
28 static const TestCase test_cases[] = { argument
50 static uint8_t isa_inb(QTestState *qts, const TestCase *test, uint16_t addr) in isa_inb()
61 static uint16_t isa_inw(QTestState *qts, const TestCase *test, uint16_t addr) in isa_inw()
83 static void isa_outb(QTestState *qts, const TestCase *test, uint16_t addr, in isa_outb()
93 static void isa_outw(QTestState *qts, const TestCase *test, uint16_t addr, in isa_outw()
104 static void isa_outl(QTestState *qts, const TestCase *test, uint16_t addr, in isa_outl()
118 const TestCase *test = data; in test_endianness()
190 const TestCase *test = data; in test_endianness_split()
[all …]
/qemu/tests/qemu-iotests/
H A D14132 class TestCase: class
89 with TestCase('drive-backup', vm, top_path, 'BLOCK_JOB_CANCELLED'):
101 with TestCase('drive-mirror', vm, top_path, 'BLOCK_JOB_COMPLETED'):
116 with TestCase('active block-commit', vm, top_path, \
129 with TestCase('non-active block-commit', vm, top_path, \
142 with TestCase('block-stream', vm, top_path, 'BLOCK_JOB_CANCELLED'):
H A D24027 class TestCase(iotests.QMPTestCase): class
H A Diotests.py1174 class QMPTestCase(unittest.TestCase):
/qemu/scripts/
H A Dxml-preprocess-test.py20 class TestXmlPreprocess(unittest.TestCase):