Home
last modified time | relevance | path

Searched refs:do_test (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D03348 do_test() function
74 do_test $align "write -P 0xa 0x200 0x400" "$TEST_IMG" | _filter_qemu_io
75 do_test $align "write -P 0xa 0x20000 0x600" "$TEST_IMG" | _filter_qemu_io
76 do_test $align "$write_zero_cmd 0x400 0x20000" "$TEST_IMG" | _filter_qemu_io
80 do_test $align "read -P 0xa 0x200 0x200" "$TEST_IMG" | _filter_qemu_io
81 do_test $align "read -P 0x0 0x400 0x20000" "$TEST_IMG" | _filter_qemu_io
82 do_test $align "read -P 0xa 0x20400 0x200" "$TEST_IMG" | _filter_qemu_io
86 do_test $align "write -P 0xb 0x10000 0x10000" "$TEST_IMG" | _filter_qemu_io
87 do_test $align "$write_zero_cmd 0x10000 0x10000" "$TEST_IMG" | _filter_qemu_io
91 do_test $align "read -P 0x0 0x400 0x20000" "$TEST_IMG" | _filter_qemu_io
[all …]
H A D298128 def do_test(self, prealloc_mode, new_size): member in TestTruncate
152 self.do_test('off', '5M')
155 self.do_test('falloc', '50M')
158 self.do_test('metadata', '50M')
161 self.do_test('full', '50M')
164 self.do_test('off', '50M')
167 self.do_test('falloc', '150M')
170 self.do_test('metadata', '150M')
173 self.do_test('full', '150M')
176 self.do_test('off', '150M')
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dmirror-sparse64 do_test() { function
114 do_test external ignore off sparse
115 do_test external unmap off sparse
116 do_test external unmap unmap sparse
117 do_test off ignore off sparse
118 do_test off unmap off sparse
119 do_test off unmap unmap sparse
120 do_test full ignore off full
121 do_test full unmap off sparse
122 do_test full unmap unmap sparse
H A Dimage-fleecing55 def do_test(vm, use_cbw, use_snapshot_access_filter, base_img_path, function
283 do_test(vm, use_cbw, use_snapshot_access_filter, base_img_path,
/openbmc/qemu/tests/tcg/aarch64/
H A Dpauth-2.c21 void do_test(uint64_t value) in do_test() function
93 do_test(0); in main()
94 do_test(0xda004acedeadbeefull); in main()
/openbmc/qemu/tests/functional/
H A Dtest_multiprocess.py
/openbmc/u-boot/cmd/
H A Dtest.c53 static int do_test(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_test() function
188 test, CONFIG_SYS_MAXARGS, 1, do_test,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tiobench/tiobench-0.3.3/
H A D0001-Specify-printf-formats.patch38 @@ -552,7 +552,7 @@ void do_test( ThreadTest *test, int testCase, int sequential,
/openbmc/openbmc/poky/meta/recipes-core/ncurses/
H A Dncurses.inc133 do_test[depends] = "unifdef-native:do_populate_sysroot"
134 do_test[dirs] = "${S}"
135 do_test() {
167 # Compatibility of these headers will be checked in 'do_test()'.
/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c949 static bool do_test(const struct test *t) in do_test() function
981 ok1(do_test(&tests[i])); in main()