Home
last modified time | relevance | path

Searched refs:test_status (Results 1 – 25 of 253) sorted by relevance

1234567891011

/external/jemalloc_new/test/src/
Dtest.c7 static test_status_t test_status = test_status_pass; variable
74 test_status = test_status_skip; in test_skip()
86 test_status = test_status_fail; in test_fail()
90 test_status_string(test_status_t test_status) { in test_status_string() argument
91 switch (test_status) { in test_status_string()
102 test_status = test_status_pass; in p_test_init()
108 test_counts[test_status]++; in p_test_fini()
110 test_status_string(test_status)); in p_test_fini()
136 if (test_status > ret) { in p_test_impl()
137 ret = test_status; in p_test_impl()
[all …]
/external/toolchain-utils/deprecated/
Dreport_generator.py76 test_status = {}
81 test_status[new_test_name] = (new_test_result, NOT_EXECUTED)
86 if baseline_test_name in test_status:
87 new_test_result = test_status[baseline_test_name][0]
88 test_status[baseline_test_name] = (new_test_result, baseline_test_result)
90 test_status[baseline_test_name] = (NOT_EXECUTED, baseline_test_result)
93 for result in test_status.keys():
94 if test_status[result][0] != test_status[result][1]:
120 report += html_tools.GetTableRow([regression[:150], test_status[regression][
121 1], test_status[regression][0]])
[all …]
/external/jemalloc/test/src/
Dtest.c5 static test_status_t test_status = test_status_pass; variable
18 test_status = test_status_skip; in test_skip()
31 test_status = test_status_fail; in test_fail()
35 test_status_string(test_status_t test_status) in test_status_string() argument
38 switch (test_status) { in test_status_string()
51 test_status = test_status_pass; in p_test_init()
59 test_counts[test_status]++; in p_test_fini()
60 malloc_printf("%s: %s\n", test_name, test_status_string(test_status)); in p_test_fini()
84 if (test_status > ret) in p_test_impl()
85 ret = test_status; in p_test_impl()
[all …]
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/
Drpc_callrpc_dataint.c51 int test_status = 0; //Default test result set to PASSED in main() local
75 test_status = 1; in main()
87 test_status = 1; in main()
99 test_status = 1; in main()
111 test_status = 1; in main()
124 test_status = 1; in main()
130 printf("%d\n", test_status); in main()
132 return test_status; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_control/
Dtirpc_clnt_control_limits.c43 int test_status = 0; //Default test result set to PASS in main() local
76 test_status = 1; in main()
81 test_status = 1; in main()
86 test_status = 1; in main()
91 test_status = 1; in main()
95 printf("%d\n", test_status); in main()
97 return test_status; in main()
/external/autotest/client/site_tests/network_EthernetStressPlug/
Dnetwork_EthernetStressPlug.py125 self.test_status = {
182 self.test_status['ipaddress'] = ethernet_status['ipaddress']
189 self.test_status['eth_state'] = False
190 self.test_status['reason'] = '%s is not ready: %s == %s' \
195 self.test_status['eth_state'] = False
196 self.test_status['reason'] = '%s is not ready. (%s)\n' \
204 self.test_status['eth_state'] = True
205 self.test_status['reason'] = None
289 if power and not status and 'speed' in self.test_status['reason']:
295 self.test_status['reason'])
[all …]
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
Dtirpc_toplevel_clnt_call_dataint.c51 int test_status = 0; //Default test result set to PASSED in main() local
87 test_status = 1; in main()
99 test_status = 1; in main()
111 test_status = 1; in main()
123 test_status = 1; in main()
136 test_status = 1; in main()
142 printf("%d\n", test_status); in main()
144 return test_status; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/
Drpc_clnt_broadcast_dataint.c53 int test_status = 0; //Default test result set to PASSED in main() local
78 test_status = 1; in main()
90 test_status = 1; in main()
102 test_status = 1; in main()
114 test_status = 1; in main()
127 test_status = 1; in main()
133 printf("%d\n", test_status); in main()
135 return test_status; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
Dtirpc_rpc_broadcast_exp_dataint.c57 int test_status = 0; //Default test result set to PASSED in main() local
83 test_status = 1; in main()
96 test_status = 1; in main()
109 test_status = 1; in main()
122 test_status = 1; in main()
136 test_status = 1; in main()
142 printf("%d\n", test_status); in main()
144 return test_status; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
Dtirpc_rpc_broadcast_dataint.c57 int test_status = 0; //Default test result set to FAILED in main() local
83 test_status = 1; in main()
96 test_status = 1; in main()
109 test_status = 1; in main()
122 test_status = 1; in main()
136 test_status = 1; in main()
142 printf("%d\n", test_status); in main()
144 return test_status; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
Dtirpc_rpc_call_dataint.c51 int test_status = 0; //Default test result set to FAILED in main() local
79 test_status = 1; in main()
90 test_status = 1; in main()
101 test_status = 1; in main()
112 test_status = 1; in main()
125 test_status = 1; in main()
132 printf("%d\n", test_status); in main()
134 return test_status; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
Dtirpc_interlevel_clnt_call_dataint.c51 int test_status = 0; //Default test result set to PASSED in main() local
97 test_status = 1; in main()
109 test_status = 1; in main()
121 test_status = 1; in main()
133 test_status = 1; in main()
146 test_status = 1; in main()
152 printf("%d\n", test_status); in main()
154 return test_status; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/
Drpc_clnt_call_dataint.c51 int test_status = 0; //Default test result set to PASSED in main() local
95 test_status = 1; in main()
107 test_status = 1; in main()
119 test_status = 1; in main()
131 test_status = 1; in main()
144 test_status = 1; in main()
150 printf("%d\n", test_status); in main()
152 return test_status; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
Dtirpc_bottomlevel_clnt_call_dataint.c54 int test_status = 0; //Default test result set to PASSED in main() local
119 test_status = 1; in main()
131 test_status = 1; in main()
143 test_status = 1; in main()
155 test_status = 1; in main()
168 test_status = 1; in main()
174 printf("%d\n", test_status); in main()
176 return test_status; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
Dtirpc_expertlevel_clnt_call_dataint.c54 int test_status = 0; //Default test result set to PASSED in main() local
114 test_status = 1; in main()
126 test_status = 1; in main()
138 test_status = 1; in main()
150 test_status = 1; in main()
163 test_status = 1; in main()
169 printf("%d\n", test_status); in main()
171 return test_status; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
Dtirpc_rpcb_rmtcall_dataint.c54 int test_status = 0; //Default test result set to PASSED in main() local
107 test_status = 1; in main()
119 test_status = 1; in main()
131 test_status = 1; in main()
144 test_status = 1; in main()
158 test_status = 1; in main()
164 printf("%d\n", test_status); in main()
166 return test_status; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_auth_destroy/
Drpc_auth_destroy.c47 int test_status = 1; //Default test result set to FAILED in main() local
56 test_status = 0; in main()
60 printf("%d\n", test_status); in main()
62 return test_status; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authnone_create/
Drpc_authnone_create.c47 int test_status = 1; //Default test result set to FAILED in main() local
53 test_status = ((AUTH *) authNone != NULL) ? 0 : 1; in main()
57 printf("%d\n", test_status); in main()
59 return test_status; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authsys_create_default/
Dtirpc_authsys_create_default.c44 int test_status = 1; //Default test result set to FAILED in main() local
50 test_status = ((AUTH *) authSys != NULL) ? 0 : 1; in main()
54 printf("%d\n", test_status); in main()
56 return test_status; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create_default/
Drpc_authunix_create_default.c50 int test_status = 1; //Default test result set to FAILED in main() local
57 test_status = ((AUTH *) authUnx != NULL) ? 0 : 1; in main()
61 printf("%d\n", test_status); in main()
63 return test_status; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authnone_create/
Dtirpc_authnone_create.c44 int test_status = 1; //Default test result set to FAILED in main() local
50 test_status = ((AUTH *) authNone != NULL) ? 0 : 1; in main()
54 printf("%d\n", test_status); in main()
56 return test_status; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcraw_create/
Drpc_svcraw_create.c45 int test_status = 1; //Default test result set to FAILED in main() local
52 test_status = (svcr != NULL) ? 0 : 1; in main()
59 printf("%d\n", test_status); in main()
61 return test_status; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svc_destroy/
Drpc_svc_destroy.c43 int test_status = 1; //Default test result set to FAILED in main() local
54 test_status = 0; in main()
58 printf("%d\n", test_status); in main()
60 return test_status; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_get_myaddress/
Drpc_get_myaddress.c45 int test_status = 1; //Default test result set to FAILED in main() local
54 test_status = (sin.sin_addr.s_addr == 0); in main()
58 printf("%d\n", test_status); in main()
60 return test_status; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcfd_create/
Drpc_svcfd_create.c43 int test_status = 1; //Default test result set to FAILED in main() local
51 test_status = ((SVCXPRT *) svcr != NULL) ? 0 : 1; in main()
55 printf("%d\n", test_status); in main()
57 return test_status; in main()

1234567891011