Home
last modified time | relevance | path

Searched refs:testcases (Results 1 – 25 of 880) sorted by relevance

12345678910>>...36

/third_party/ltp/testcases/kernel/controllers/
Dtest_controllers.sh55 $LTPROOT/testcases/bin/run_cpuctl_test.sh 1;
56 $LTPROOT/testcases/bin/run_cpuctl_test.sh 3;
57 $LTPROOT/testcases/bin/run_cpuctl_test.sh 4;
58 $LTPROOT/testcases/bin/run_cpuctl_test.sh 5;
59 $LTPROOT/testcases/bin/run_cpuctl_stress_test.sh 6;
60 $LTPROOT/testcases/bin/run_cpuctl_stress_test.sh 7;
61 $LTPROOT/testcases/bin/run_cpuctl_stress_test.sh 8;
62 $LTPROOT/testcases/bin/run_cpuctl_stress_test.sh 9;
63 $LTPROOT/testcases/bin/run_cpuctl_stress_test.sh 10;
65 $LTPROOT/testcases/bin/run_cpuctl_latency_test.sh 1;
[all …]
DREADME1 The complete dir tree is for testcases for resource management testing of linux kernel.
33 Directory containing the cgroup regression testcases.
37 Directory containing the cpu controller testcases. A similar directory will
42 Directory containing the memory controller testcases. A similar directory will
47 Directory containing the cpuset controller testcases. A similar directory will
56 Directory containing the cpu accounting controller testcases.
/third_party/protobuf/python/google/protobuf/internal/
D_parameterized.py200 def __init__(self, test_method, testcases, naming_type): argument
215 self.testcases = testcases
259 return (MakeBoundParamTest(c) for c in self.testcases)
262 def _IsSingletonList(testcases): argument
264 return len(testcases) == 1 and not isinstance(testcases[0], tuple)
267 def _ModifyClass(class_object, testcases, naming_type): argument
281 _ParameterizedTestIter(obj, testcases, naming_type))
286 def _ParameterDecorator(naming_type, testcases): argument
300 list(testcases) if not isinstance(testcases, collections_abc.Sequence)
301 else testcases,
[all …]
/third_party/ltp/testcases/kernel/syscalls/getdents/
Dgetdents01.c44 struct testcase testcases[] = { variable
107 for (i = 0; i < ARRAY_SIZE(testcases); i++) in reset_flags()
108 testcases[i].found = 0; in reset_flags()
116 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in check_flags()
117 if (!testcases[i].found) { in check_flags()
118 tst_res(TINFO, "Entry '%s' not found", testcases[i].name); in check_flags()
133 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in set_flag()
134 if (!strcmp(name, testcases[i].name)) { in set_flag()
136 if (testcases[i].found) in set_flag()
139 testcases[i].found = 1; in set_flag()
[all …]
/third_party/libexif/test/nls/
Dtest-codeset.c46 const TestCase testcases[] = { variable
80 const char *orig = testcases[i].orig; in check()
81 const char *transl = gettext(testcases[i].orig); in check()
82 const char *latin1 = testcases[i].latin1; in check()
83 const char *utf8 = testcases[i].utf8; in check()
166 for (i=0; testcases[i].locale != NULL; i++) { in checks()
167 const int localelen = strlen(testcases[i].locale); in checks()
168 if (strncmp(newlocale, testcases[i].locale, localelen) == 0) { in checks()
183 for (i=0; testcases[i].locale != NULL; i++) { in main()
184 printf("%s\n", testcases[i].locale); in main()
Dtest-nls.c18 static testcase testcases[] = { variable
45 for (i=0; i < sizeof(testcases)/sizeof(testcases[0]); i++) { in main()
46 char *locale = testcases[i].locale; in main()
47 char *untranslated = testcases[i].untranslated; in main()
48 char *expected = testcases[i].expected; in main()
/third_party/json/
DMakefile74 mkdir -p fuzz-testing fuzz-testing/testcases fuzz-testing/out
77 find tests/data/json_tests -size -5k -name *json | xargs -I{} cp "{}" fuzz-testing/testcases
82 mkdir -p fuzz-testing fuzz-testing/testcases fuzz-testing/out
85 find tests/data -size -5k -name *.bson | xargs -I{} cp "{}" fuzz-testing/testcases
90 mkdir -p fuzz-testing fuzz-testing/testcases fuzz-testing/out
93 find tests/data -size -5k -name *.cbor | xargs -I{} cp "{}" fuzz-testing/testcases
98 mkdir -p fuzz-testing fuzz-testing/testcases fuzz-testing/out
101 find tests/data -size -5k -name *.msgpack | xargs -I{} cp "{}" fuzz-testing/testcases
106 mkdir -p fuzz-testing fuzz-testing/testcases fuzz-testing/out
109 find tests/data -size -5k -name *.ubjson | xargs -I{} cp "{}" fuzz-testing/testcases
[all …]
/third_party/ltp/testcases/kernel/controllers/memcg/
DREADME4 Those testcases can reproduce bugs we found.
6 There are total 44 testcases that have been added. These testcases
20 This script runs the testcases of control test.
30 This script runs all the 38 testcases of basis operation.
43 This script runs all the 2 testcases of stress test.
51 This script runs all the 4 testcases of regression test.
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D5-1.c42 static struct testcase testcases[] = { variable
111 for (i = 0; i < sizeof(testcases) / sizeof(*testcases); i++) { in main()
113 pa = mmap(NULL, size, testcases[i].prot, testcases[i].flags, fd, in main()
118 print_error(&testcases[i], errno); in main()
/third_party/ltp/
DTODO26 Rewrite old and add new controller testcases
29 We already started working on this with rewriting cgroup_fj testcases and
30 newly added pids testcases. Have a look at testcases/kernel/controllers/.
36 There are numerous testcases written in shell that does not follow single style
39 tests in testcases/commands/ for example.
DREADME.md68 $ cd testcases/kernel/syscalls/foo
73 Shell testcases are a bit more complicated since these need a path to a shell
78 $ cd testcases/lib
88 $ cd testcases/open_posix_testsuite/
95 Compiling and installing all testcases
151 $ testcases/bin/abort01
157 $ testcases/bin/mesgq\_nstest -m none
163 $ testcases/bin/ioctl01 -h
169 $ LTPROOT=/opt/ltp PATH="$PATH:$LTPROOT/testcases/bin" testcases/bin/wc01.sh
184 Network tests require certain setup, described in `testcases/network/README.md`
[all …]
/third_party/ltp/include/mk/
Dautomake.mk30 testcases/realtime \
31 testcases/open_posix_testsuite
35 .PHONY: testcases/realtime/configure
36 testcases/realtime/configure:
39 .PHONY: testcases/open_posix_testsuite/configure
40 testcases/open_posix_testsuite/configure:
Dfeatures.mk.in39 # Enable testcases/kernel/power_management's compile and install?
46 # Enable testcases/open_posix_testsuite's compile and install?
49 # Enable testcases/realtime's compile and install?
56 # Enable testcases/kernel/kvm compile and install?
/third_party/ltp/testcases/realtime/
D00_Descriptions.txt24 The contents of the LTP/testcases/realtime/ directory:
40 func/async_handler testcases :
59 func/gtod_latency testcases :
72 func/matrix_mult testcases :
80 func/measurement testcases :
96 func/periodic_cpu_load testcases :
107 func/pi-tests testcases :
145 func/prio-preempt testcases :
154 func/prio-wake testcases :
167 func/pthread_kill_latency testcases :
[all …]
/third_party/skia/modules/pathkit/tests/
Dutil.spec.js6 const testcases = [
13 for (tc of testcases) {
22 const testcases = [
29 for (tc of testcases) {
/third_party/ltp/ci/
Dalpine.sh36 testcases/kernel/syscalls/fmtmsg/fmtmsg01.c \
37 testcases/kernel/syscalls/rt_tgsigqueueinfo/rt_tgsigqueueinfo01.c \
38 testcases/kernel/syscalls/timer_create/timer_create01.c \
39 testcases/kernel/syscalls/timer_create/timer_create03.c
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/
Dmain.go256 fmt.Printf("Testing %d test cases...\n", len(r.testcases))
260 fmt.Printf("Testing %d test cases...\n", len(r.testcases))
327 testcases []string member
410 r.testcases = tests
447 caseIndices := make(chan int, len(r.testcases))
448 for i := range r.testcases {
455 results := make(chan result, len(r.testcases))
550 res := result{index: idx, testcase: r.testcases[idx]}
556 …postResp, err := http.Post(fmt.Sprintf("http://localhost:%v/run?%v", port, r.testcases[idx]), "", …
613 caseIndices := make(chan int, len(r.testcases))
[all …]
/third_party/iptables/
Dbackport-nft-Fix-EPERM-handling-for-extensions-without-rev-0.patch19 .../shell/testcases/iptables/0008-unprivileged_0 | 7 +++++++
49 diff --git a/iptables/tests/shell/testcases/iptables/0008-unprivileged_0 b/iptables/tests/shell/tes…
51 --- a/iptables/tests/shell/testcases/iptables/0008-unprivileged_0
52 +++ b/iptables/tests/shell/testcases/iptables/0008-unprivileged_0
Dbackport-iptables-Fix-handling-of-non-existent-chains.patch26 iptables/tests/shell/testcases/iptables/0004-return-codes_0 | 1 +
42 diff --git a/iptables/tests/shell/testcases/iptables/0004-return-codes_0 b/iptables/tests/shell/tes…
44 --- a/iptables/tests/shell/testcases/iptables/0004-return-codes_0
45 +++ b/iptables/tests/shell/testcases/iptables/0004-return-codes_0
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
Dgentests.pl18 my (%testcases, $prev);
38 $testcases{$assertion}++;
39 open (OUT, ">$assertion-" . $testcases{$assertion} . ".c")
/third_party/ltp/testcases/kernel/syscalls/cma/
Dprocess_vm_readv03.c32 } testcases[] = { variable
156 int bufsize = testcases[i].bufsize; in run()
157 int remote_iovecs = testcases[i].remote_iovecs; in run()
158 int local_iovecs = testcases[i].local_iovecs; in run()
196 .tcnt = ARRAY_SIZE(testcases),
/third_party/ltp/testcases/kernel/mem/include/
Dlibmem.mk19 MEM_SRCDIR := $(abs_top_srcdir)/testcases/kernel/mem
22 MEM_DIR := $(top_builddir)/testcases/kernel/mem
43 include $(top_srcdir)/testcases/kernel/include/lib.mk
/third_party/ltp/testcases/kernel/fs/doio/
DMakefile25 include $(top_srcdir)/include/mk/testcases.mk
28 -I$(abs_top_srcdir)/testcases/kernel/fs/doio/include/
39 %.o: $(abs_top_srcdir)/testcases/kernel/fs/doio/%.c
/third_party/mesa3d/src/freedreno/fdl/
Dfd5_layout_test.c36 static const struct testcase testcases[] = { variable
109 for (int i = 0; i < ARRAY_SIZE(testcases); i++) { in main()
110 if (!fdl_test_layout(&testcases[i], 540)) in main()
/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutex_wake01.c20 static struct testcase testcases[] = { variable
43 struct testcase *tc = &testcases[n]; in run()
66 .tcnt = ARRAY_SIZE(testcases),

12345678910>>...36