Lines Matching refs:WEXITSTATUS
384 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat)); in workloop_cb_test_intransit()
385 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost did not work correctly with knotes"); in workloop_cb_test_intransit()
418 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat)); in workloop_cb_test_knote_kill()
419 T_EXPECT_EQ(WEXITSTATUS(stat), 47, "Temp owner boost did not work correctly with knotes"); in workloop_cb_test_knote_kill()
464 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat)); in workloop_cb_test_sync_bootstrap()
465 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost did not work correctly with knotes"); in workloop_cb_test_sync_bootstrap()
523 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
524 T_EXPECT_EQ(WEXITSTATUS(stat), 47, "spawn did not properly boost main thread");
546 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
547 T_EXPECT_EQ(WEXITSTATUS(stat), 47, "spawn/exec did not properly boost main thread");
569 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
570 T_EXPECT_EQ(WEXITSTATUS(stat), 47, "spawn set exec did not properly boost main thread");
592 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
593 …T_EXPECT_EQ(WEXITSTATUS(stat), EINVAL, "spawn set exec did not error out when watchports were pass…
621 T_QUIET; T_LOG("The return stat for child 1 is is %d", WEXITSTATUS(stat1));
622 T_QUIET; T_LOG("The return stat for child 2 is is %d", WEXITSTATUS(stat2));
623 …T_EXPECT_EQ(WEXITSTATUS(stat2), 47, "spawn of multiple processes with same watchport did not trans…
624 …T_EXPECT_EQ(WEXITSTATUS(stat1), 31, "spawn of multiple processes with same watchport did not trans…
654 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
655 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost was not removed on port death");
682 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
683 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost was not removed on port death");
711 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
712 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost was not removed on port copyin");
747 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat));
748 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost did not work correctly with multiple ports");