Home
last modified time | relevance | path

Searched refs:need_pass (Results 1 – 25 of 43) sorted by relevance

12

/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
Dgraphics_PiglitBVT_8.sh4 need_pass=71
106 if [ $need_pass == 0 ] ; then
112 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
115 exit $need_pass
Dgraphics_PiglitBVT_5.sh4 need_pass=116
151 if [ $need_pass == 0 ] ; then
157 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
160 exit $need_pass
Dgraphics_PiglitBVT_6.sh4 need_pass=130
165 if [ $need_pass == 0 ] ; then
171 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
174 exit $need_pass
Dgraphics_PiglitBVT_2.sh4 need_pass=137
172 if [ $need_pass == 0 ] ; then
178 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
181 exit $need_pass
Dgraphics_PiglitBVT_19.sh4 need_pass=195
230 if [ $need_pass == 0 ] ; then
236 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
239 exit $need_pass
Dgraphics_PiglitBVT_14.sh4 need_pass=183
218 if [ $need_pass == 0 ] ; then
224 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
227 exit $need_pass
Dgraphics_PiglitBVT_4.sh4 need_pass=198
233 if [ $need_pass == 0 ] ; then
239 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
242 exit $need_pass
Dgraphics_PiglitBVT_11.sh4 need_pass=210
245 if [ $need_pass == 0 ] ; then
251 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
254 exit $need_pass
Dgraphics_PiglitBVT_13.sh4 need_pass=208
243 if [ $need_pass == 0 ] ; then
249 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
252 exit $need_pass
Dgraphics_PiglitBVT_20.sh4 need_pass=206
241 if [ $need_pass == 0 ] ; then
247 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
250 exit $need_pass
Dgraphics_PiglitBVT_18.sh4 need_pass=218
253 if [ $need_pass == 0 ] ; then
259 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
262 exit $need_pass
Dgraphics_PiglitBVT_12.sh4 need_pass=223
258 if [ $need_pass == 0 ] ; then
264 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
267 exit $need_pass
Dgraphics_PiglitBVT_3.sh4 need_pass=239
274 if [ $need_pass == 0 ] ; then
280 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
283 exit $need_pass
Dgraphics_PiglitBVT_7.sh4 need_pass=259
294 if [ $need_pass == 0 ] ; then
300 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
303 exit $need_pass
Dgraphics_PiglitBVT_10.sh4 need_pass=247
282 if [ $need_pass == 0 ] ; then
288 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
291 exit $need_pass
Dgraphics_PiglitBVT_9.sh4 need_pass=372
407 if [ $need_pass == 0 ] ; then
413 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
416 exit $need_pass
Dgraphics_PiglitBVT_1.sh4 need_pass=411
446 if [ $need_pass == 0 ] ; then
452 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
455 exit $need_pass
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/
Dgraphics_PiglitBVT_7.sh4 need_pass=86
121 if [ $need_pass == 0 ] ; then
127 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
130 exit $need_pass
Dgraphics_PiglitBVT_3.sh4 need_pass=291
326 if [ $need_pass == 0 ] ; then
332 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
335 exit $need_pass
Dgraphics_PiglitBVT_6.sh4 need_pass=361
396 if [ $need_pass == 0 ] ; then
402 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
405 exit $need_pass
Dgraphics_PiglitBVT_4.sh4 need_pass=372
407 if [ $need_pass == 0 ] ; then
413 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
416 exit $need_pass
Dgraphics_PiglitBVT_2.sh4 need_pass=386
421 if [ $need_pass == 0 ] ; then
427 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
430 exit $need_pass
Dgraphics_PiglitBVT_20.sh4 need_pass=415
450 if [ $need_pass == 0 ] ; then
456 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
459 exit $need_pass
Dgraphics_PiglitBVT_8.sh4 need_pass=410
445 if [ $need_pass == 0 ] ; then
451 echo "| Overall failure, as $need_pass tests did not pass and $failures failed. |"
454 exit $need_pass
/external/autotest/client/site_tests/graphics_PiglitBVT/
Dgenerate_scripts.py44 if [ $need_pass == 0 ] ; then\n\
53 exit $need_pass\n\
100 def append_script_header(f, need_pass, piglit_path): argument
106 print('need_pass=%d' % need_pass, file=f)
119 def append_script_summary(f, need_pass): argument
123 print(FILE_SUMMARY % need_pass, file=f)
311 need_pass = len(slice_tests)
312 append_script_header(f, need_pass, piglit_path)
320 append_script_summary(f, need_pass)
324 % (current_slice, need_pass, time_slice), file=sys.stderr)

12