Home | History | Annotate | Download | only in testsuite

Lines Matching defs:pex1

184   struct pex_obj *pex1;
247 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, NULL);
250 TEST_PEX_RUN (pex1, PEX_LAST, "./test-pexecute", subargv, NULL, NULL);
251 status = TEST_PEX_GET_STATUS_1 (pex1);
254 pex_free (pex1);
256 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, NULL);
259 TEST_PEX_RUN (pex1, PEX_LAST, "./test-pexecute", subargv, NULL, NULL);
260 status = TEST_PEX_GET_STATUS_1 (pex1);
263 pex_free (pex1);
267 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, NULL);
270 TEST_PEX_RUN (pex1, PEX_LAST, "./test-pexecute", subargv, NULL, "temp.z");
271 status = TEST_PEX_GET_STATUS_1 (pex1);
274 pex_free (pex1);
277 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, "temp");
281 TEST_PEX_RUN (pex1, 0, "./test-pexecute", subargv, NULL, NULL);
282 e = TEST_PEX_READ_OUTPUT (pex1);
284 if (TEST_PEX_GET_STATUS_1 (pex1) != 0)
286 pex_free (pex1);
289 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, "temp");
295 TEST_PEX_RUN (pex1, 0, "./test-pexecute", subargv, NULL, NULL);
296 e = TEST_PEX_READ_OUTPUT (pex1);
298 if (TEST_PEX_GET_STATUS_1 (pex1) != 0)
300 pex_free (pex1);
302 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, "temp");
306 TEST_PEX_RUN (pex1, PEX_SUFFIX, "./test-pexecute", subargv, ".x", NULL);
309 TEST_PEX_RUN (pex1, PEX_SUFFIX, "./test-pexecute", subargv, ".y", NULL);
310 e = TEST_PEX_READ_OUTPUT (pex1);
312 TEST_PEX_GET_STATUS (pex1, 2, statuses);
316 pex_free (pex1);
320 pex1 = TEST_PEX_INIT (0, "temp");
324 TEST_PEX_RUN (pex1, PEX_SUFFIX, "./test-pexecute", subargv, ".x", NULL);
327 TEST_PEX_RUN (pex1, PEX_SUFFIX, "./test-pexecute", subargv, ".y", NULL);
328 e = TEST_PEX_READ_OUTPUT (pex1);
330 TEST_PEX_GET_STATUS (pex1, 2, statuses);
334 pex_free (pex1);
338 pex1 = TEST_PEX_INIT (PEX_SAVE_TEMPS, "temp");
342 TEST_PEX_RUN (pex1, PEX_SUFFIX, "./test-pexecute", subargv, ".x", NULL);
345 TEST_PEX_RUN (pex1, PEX_SUFFIX, "./test-pexecute", subargv, ".y", NULL);
346 e = TEST_PEX_READ_OUTPUT (pex1);
348 TEST_PEX_GET_STATUS (pex1, 2, statuses);
362 pex_free (pex1);
366 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, "temp");
371 TEST_PEX_RUN (pex1, PEX_SUFFIX, "./test-pexecute", subargv, ".x", "temp2.x");
375 TEST_PEX_RUN (pex1, PEX_SUFFIX, "./test-pexecute", subargv, ".y", NULL);
376 TEST_PEX_GET_STATUS (pex1, 2, statuses);
380 pex_free (pex1);