Home
last modified time | relevance | path

Searched refs:run_test (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/u-boot/test/
H A Drun9 run_test() { function
22 run_test "sandbox" ./test/py/test.py --bd sandbox --build -m "${mark_expr}"
25 run_test "sandbox_spl" ./test/py/test.py --bd sandbox_spl --build \
32 run_test "sandbox_flattree" ./test/py/test.py --bd sandbox_flattree --build \
41 run_test "binman" ./tools/binman/binman -t
42 run_test "patman" ./tools/patman/patman --test
45 run_test "buildman" ./tools/buildman/buildman -t ${skip}
46 run_test "fdt" ./tools/dtoc/test_fdt -t
47 run_test "dtoc" ./tools/dtoc/dtoc -t
52 run_test "binman code coverage" ./tools/binman/binman -T
[all …]
H A Dcompression.c374 static int run_test(struct unit_test_state *uts, char *name, in run_test() function
408 return run_test(uts, "gzip", compress_using_gzip, in compression_test_gzip()
415 return run_test(uts, "bzip2", compress_using_bzip2, in compression_test_bzip2()
422 return run_test(uts, "lzma", compress_using_lzma, in compression_test_lzma()
429 return run_test(uts, "lzo", compress_using_lzo, uncompress_using_lzo); in compression_test_lzo()
435 return run_test(uts, "lz4", compress_using_lz4, uncompress_using_lz4); in compression_test_lz4()
/openbmc/u-boot/lib/
H A Dfdtdec_test.c122 static int run_test(const char *aliases, const char *nodes, const char *expect) in run_test() function
166 CHECKOK(run_test("", "", "")); in do_test_fdtdec()
167 CHECKOK(run_test("1e 3d", "", "")); in do_test_fdtdec()
178 CHECKOK(run_test("0a 1b", "ab", "ab")); in do_test_fdtdec()
180 CHECKOK(run_test("0a 1c", "ab", "ab")); in do_test_fdtdec()
181 CHECKOK(run_test("1c", "ab", "ab")); in do_test_fdtdec()
182 CHECKOK(run_test("1b", "ab", "ab")); in do_test_fdtdec()
183 CHECKOK(run_test("0b", "ab", "ba")); in do_test_fdtdec()
184 CHECKOK(run_test("0b 2d", "dbc", "bcd")); in do_test_fdtdec()
185 CHECKOK(run_test("0d 3a 1c 2b", "dbac", "dcba")); in do_test_fdtdec()
[all …]
/openbmc/u-boot/test/py/tests/
H A Dtest_log.py34 def run_test(testnum): function
50 lines = run_test(0)
54 lines = run_test(1)
58 lines = run_test(2)
61 lines = run_test(3)
65 lines = run_test(4)
69 lines = run_test(5)
73 lines = run_test(6)
77 lines = run_test(7)
81 lines = run_test(8)
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D26774 run_test() function
89 run_test
95 run_test -drive driver=file,file="$TEST_IMG",if=none
96 run_test -drive driver=$IMGFMT,file="$TEST_IMG",if=none
97 run_test -drive driver=$IMGFMT,file="$TEST_IMG",if=none -device virtio-blk,drive=none0
103 run_test -drive driver=file,file="$TEST_IMG",if=virtio
104 run_test -drive driver=$IMGFMT,file="$TEST_IMG",if=virtio
110 run_test -blockdev driver=file,filename="$TEST_IMG",node-name=file
111 run_test -blockdev driver=file,filename="$TEST_IMG",node-name=file \
113 run_test -blockdev driver=file,filename="$TEST_IMG",node-name=file \
[all …]
/openbmc/sdbusplus/test/server/
H A Dmessage_variant.cpp20 void run_test(const T& value) in run_test() function
59 run_test<TestIf::EnumOne>(TestIf::EnumOne::OneA); in TEST_F()
64 run_test<TestIf::EnumTwo>(TestIf::EnumTwo::TwoB); in TEST_F()
81 run_test<variant_t>(std::string("Hello")); in TEST_F()
86 run_test<variant_t>(TestIf::EnumOne::OneA); in TEST_F()
91 run_test<variant_t>(TestIf::EnumTwo::TwoB); in TEST_F()
/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dfollow-fork-mode-parent.py8 def run_test(): function
16 main(run_test)
H A Dtest-qxfer-siginfo-read.py19 def run_test(): function
26 main(run_test)
H A Dtest-qxfer-auxv-read.py12 def run_test(): function
20 main(run_test)
H A Dtest-proc-mappings.py9 def run_test(): function
22 main(run_test)
H A Dtest-thread-breakpoint.py12 def run_test(): function
23 main(run_test)
H A Dlate-attach.py8 def run_test(): function
28 main(run_test)
H A Dfollow-fork-mode-child.py8 def run_test(): function
40 main(run_test)
H A Dinterrupt.py45 def run_test(): function
60 main(run_test)
H A Dprot-none.py21 def run_test(): function
36 main(run_test)
H A Dsha1.py31 def run_test(): function
54 main(run_test)
H A Dcatch-syscalls.py14 def run_test(): function
53 main(run_test)
H A Dmemory.py71 def run_test(): function
92 main(run_test)
/openbmc/qemu/tests/tcg/s390x/gdbstub/
H A Dtest-signals-s390x.py13 def run_test(): function
36 main(run_test)
H A Dtest-svc.py9 def run_test(): function
25 main(run_test)
/openbmc/qemu/tests/tcg/aarch64/gdbstub/
H A Dtest-sve-ioctl.py46 def run_test(): function
59 main(run_test, expected_arch="aarch64")
H A Dtest-sve.py14 def run_test(): function
48 main(run_test, expected_arch="aarch64")
H A Dtest-mte.py30 def run_test(): function
111 main(run_test, expected_arch="aarch64")
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgo-ptest.bbclass27 run_test() (
46 echo "run_test $testdir $testprog || RC=1" >> ${D}${PTEST_PATH}/run-ptest
/openbmc/openbmc/poky/meta/recipes-devtools/diffstat/diffstat/
H A Drun-ptest3 ./testing/run_test.sh ./testing/case*.pat |sed \

12