Home
last modified time | relevance | path

Searched refs:test_one (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A Dptest.patch20 @@ -19,7 +19,7 @@ test_one: $(srcdir)/test_one.in Makefile mke2fs.conf
21 @echo "#!/bin/sh" > test_one
22 @echo "HTREE=y" >> test_one
23 @echo "QUOTA=y" >> test_one
24 - @echo "SRCDIR=@srcdir@" >> test_one
25 + @echo "SRCDIR=@PTEST_PATH@/test" >> test_one
26 @echo "DIFF_OPTS=@UNI_DIFF_OPTS@" >> test_one
27 @echo "SIZEOF_TIME_T=@SIZEOF_TIME_T@" >> test_one
28 @echo "DD=@DD@" >>test_one
29 @@ -30,7 +30,7 @@ test_script: test_one test_script.in Makefile mke2fs.conf
/openbmc/linux/tools/time/
H A Dudelay_test.sh22 test_one() function
43 test_one $delay
46 test_one $delay
49 test_one $delay
/openbmc/linux/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c37 static void test_one(char *s1, char *s2, unsigned long max_offset, in test_one() function
116 test_one(rand_s1, rand_s2, LARGE_MAX_OFFSET, in testcase()
119 test_one(rand_s1, rand_s2, SIZE, 0, comp_size); in testcase()
144 test_one(rand_s1, rand_s2, LARGE_MAX_OFFSET, in testcase()
147 test_one(rand_s1, rand_s2, SIZE, 0, comp_size); in testcase()
H A Dstrlen.c15 static void test_one(char *s) in test_one() function
72 test_one(s); in testcase()
88 test_one(s); in testcase()
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_ldst.c129 static int test_one(unsigned int stack_used, int delta, enum access_type type) in test_one() function
163 assert(test_one(DEFAULT_SIZE, delta, type) == 0); in test_one_type()
165 assert(test_one(DEFAULT_SIZE, rlim_cur, type) == 0); in test_one_type()
168 assert(test_one(DEFAULT_SIZE, rlim_cur + 1, type) != 0); in test_one_type()
/openbmc/linux/tools/testing/selftests/powerpc/vphn/
H A Dtest-vphn.c366 static int test_one(struct test *test) in test_one() function
399 ret = test_one(test); in test_vphn()
/openbmc/linux/tools/perf/arch/x86/tests/
H A Dintel-pt-test.c261 static int test_one(const struct test_data *d) in test_one() function
314 ret = test_one(d); in test__intel_pt_pkt_decoder()
/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/
H A De2fsprogs_1.47.0.bb136 …"s#@PTEST_PATH@#${PTEST_PATH}#g" ${D}${PTEST_PATH}/test/test_script ${D}${PTEST_PATH}/test/test_one
/openbmc/qemu/tests/qemu-iotests/
H A D093163 def test_one(self): member in ThrottleTestCase