Lines Matching refs:WEXITSTATUS
346 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat)); in workloop_cb_test_intransit()
347 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost did not work correctly with knotes"); in workloop_cb_test_intransit()
380 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat)); in workloop_cb_test_knote_kill()
381 T_EXPECT_EQ(WEXITSTATUS(stat), 47, "Temp owner boost did not work correctly with knotes"); in workloop_cb_test_knote_kill()
426 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat)); in workloop_cb_test_sync_bootstrap()
427 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost did not work correctly with knotes"); in workloop_cb_test_sync_bootstrap()
485 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
486 T_EXPECT_EQ(WEXITSTATUS(stat), 47, "spawn did not properly boost main thread");
508 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
509 T_EXPECT_EQ(WEXITSTATUS(stat), 47, "spawn/exec did not properly boost main thread");
531 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
532 T_EXPECT_EQ(WEXITSTATUS(stat), 47, "spawn set exec did not properly boost main thread");
554 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
555 …T_EXPECT_EQ(WEXITSTATUS(stat), EINVAL, "spawn set exec did not error out when watchports were pass…
583 T_QUIET; T_LOG("The return stat for child 1 is is %d", WEXITSTATUS(stat1));
584 T_QUIET; T_LOG("The return stat for child 2 is is %d", WEXITSTATUS(stat2));
585 …T_EXPECT_EQ(WEXITSTATUS(stat2), 47, "spawn of multiple processes with same watchport did not trans…
586 …T_EXPECT_EQ(WEXITSTATUS(stat1), 31, "spawn of multiple processes with same watchport did not trans…
616 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
617 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost was not removed on port death");
644 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
645 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost was not removed on port death");
673 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
674 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost was not removed on port copyin");
709 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
710 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost did not work correctly with multiple ports");