Home
last modified time | relevance | path

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

123456789

/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.c50 int test_status = 0; //Default test result set to PASSED in main() local
74 test_status = 1; in main()
86 test_status = 1; in main()
98 test_status = 1; in main()
110 test_status = 1; in main()
123 test_status = 1; in main()
129 printf("%d\n", test_status); in main()
131 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.py126 self.test_status = {
183 self.test_status['ipaddress'] = ethernet_status['ipaddress']
190 self.test_status['eth_state'] = False
191 self.test_status['reason'] = '%s is not ready: %s == %s' \
196 self.test_status['eth_state'] = False
197 self.test_status['reason'] = '%s is not ready. (%s)\n' \
205 self.test_status['eth_state'] = True
206 self.test_status['reason'] = None
290 if power and not status and 'speed' in self.test_status['reason']:
296 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.c50 int test_status = 0; //Default test result set to PASSED in main() local
86 test_status = 1; in main()
98 test_status = 1; in main()
110 test_status = 1; in main()
122 test_status = 1; in main()
135 test_status = 1; in main()
141 printf("%d\n", test_status); in main()
143 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.c56 int test_status = 0; //Default test result set to FAILED in main() local
82 test_status = 1; in main()
95 test_status = 1; in main()
108 test_status = 1; in main()
121 test_status = 1; in main()
135 test_status = 1; in main()
141 printf("%d\n", test_status); in main()
143 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.c52 int test_status = 0; //Default test result set to PASSED in main() local
77 test_status = 1; in main()
89 test_status = 1; in main()
101 test_status = 1; in main()
113 test_status = 1; in main()
126 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_simple_rpc_broadcast_exp/
Dtirpc_rpc_broadcast_exp_dataint.c56 int test_status = 0; //Default test result set to PASSED in main() local
82 test_status = 1; in main()
95 test_status = 1; in main()
108 test_status = 1; in main()
121 test_status = 1; in main()
135 test_status = 1; in main()
141 printf("%d\n", test_status); in main()
143 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.c50 int test_status = 0; //Default test result set to FAILED in main() local
78 test_status = 1; in main()
89 test_status = 1; in main()
100 test_status = 1; in main()
111 test_status = 1; in main()
124 test_status = 1; in main()
131 printf("%d\n", test_status); in main()
133 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.c50 int test_status = 0; //Default test result set to PASSED in main() local
94 test_status = 1; in main()
106 test_status = 1; in main()
118 test_status = 1; in main()
130 test_status = 1; in main()
143 test_status = 1; in main()
149 printf("%d\n", test_status); in main()
151 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.c50 int test_status = 0; //Default test result set to PASSED in main() local
96 test_status = 1; in main()
108 test_status = 1; in main()
120 test_status = 1; in main()
132 test_status = 1; in main()
145 test_status = 1; in main()
151 printf("%d\n", test_status); in main()
153 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.c53 int test_status = 0; //Default test result set to PASSED in main() local
113 test_status = 1; in main()
125 test_status = 1; in main()
137 test_status = 1; in main()
149 test_status = 1; in main()
162 test_status = 1; in main()
168 printf("%d\n", test_status); in main()
170 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.c53 int test_status = 0; //Default test result set to PASSED in main() local
118 test_status = 1; in main()
130 test_status = 1; in main()
142 test_status = 1; in main()
154 test_status = 1; in main()
167 test_status = 1; in main()
173 printf("%d\n", test_status); in main()
175 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.c53 int test_status = 0; //Default test result set to PASSED in main() local
106 test_status = 1; in main()
118 test_status = 1; in main()
130 test_status = 1; in main()
143 test_status = 1; in main()
157 test_status = 1; in main()
163 printf("%d\n", test_status); in main()
165 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/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/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_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/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/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_createdestroy_svcraw_create/
Drpc_svcraw_create.c46 int test_status = 1; //Default test result set to FAILED in main() local
53 test_status = (svcr != NULL) ? 0 : 1; 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_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()
/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_regunreg_xprt_register/
Drpc_xprt_register.c46 int test_status = 1; //Default test result set to FAILED in main() local
57 test_status = 0; in main()
64 printf("%d\n", test_status); in main()
66 return test_status; in main()

123456789