• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/

Lines Matching refs:argvs

1926 	char * argvs[2] = {"", NULL};
1946 argvs[0] = "sleep-x86_64-4G";
1947 if (do_execve_test("helpers/sleep-x86_64-4G", argvs, NULL, 1)) goto test_failed_exit;
1950 argvs[0] = "sleep-x86_64-4K";
1951 if (do_execve_test("helpers/sleep-x86_64-4K", argvs, NULL, 1)) goto test_failed_exit;
1954 argvs[0] = "sleep-i386";
1955 if (do_execve_test("helpers/sleep-i386", argvs, NULL, 1)) goto test_failed_exit;
1959 argvs[0] = "launch-i386";
1960 if (do_execve_test("helpers/launch-i386", argvs, NULL, 1) != 0) goto test_failed_exit;
1980 argvs[0] = "sleep-i386";
1981 if (do_execve_test("helpers/sleep-i386", argvs, NULL, 0)) goto test_failed_exit;
1984 argvs[0] = "sleep-x86_64-4G";
1985 if (do_execve_test("helpers/sleep-x86_64-4G", argvs, NULL, 0)) goto test_failed_exit;
1988 argvs[0] = "sleep-x86_64-4K";
1989 if (do_execve_test("helpers/sleep-x86_64-4K", argvs, NULL, 0)) goto test_failed_exit;
1993 argvs[0] = "launch-x86_64";
1994 if (do_execve_test("helpers/launch-x86_64", argvs, NULL, 1) != 0) goto test_failed_exit;
2010 argvs[0] = "sleep-i386";
2011 if (do_execve_test("helpers/sleep-i386", argvs, NULL, 1)) goto test_failed_exit;
2030 argvs[0] = "sleep-ppc64-4G";
2031 if (do_execve_test("helpers/sleep-ppc64-4G", argvs, NULL, 1)) goto test_failed_exit;
2034 argvs[0] = "sleep-ppc64-4K";
2035 if (do_execve_test("helpers/sleep-ppc64-4K", argvs, NULL, 1)) goto test_failed_exit;
2038 argvs[0] = "sleep-ppc32";
2039 if (do_execve_test("helpers/sleep-ppc32", argvs, NULL, 1)) goto test_failed_exit;
2043 argvs[0] = "launch-ppc";
2044 if (do_execve_test("helpers/launch-ppc", argvs, NULL, 1) != 0) goto test_failed_exit;
2062 argvs[0] = "sleep-ppc32";
2063 if (do_execve_test("helpers/sleep-ppc32", argvs, NULL, 0)) goto test_failed_exit;
2066 argvs[0] = "sleep-ppc64-4G";
2067 if (do_execve_test("helpers/sleep-ppc64-4G", argvs, NULL, 0)) goto test_failed_exit;
2070 argvs[0] = "sleep-ppc64-4K";
2071 if (do_execve_test("helpers/sleep-ppc64-4K", argvs, NULL, 0)) goto test_failed_exit;
2075 argvs[0] = "launch-ppc";
2076 if (do_execve_test("helpers/launch-ppc64", argvs, NULL, 1) != 0) goto test_failed_exit;
2090 argvs[0] = "sleep-ppc32";
2091 if (do_execve_test("helpers/sleep-ppc32", argvs, NULL, 1)) goto test_failed_exit;
2106 argvs[0] = "sleep-arm";
2107 if (do_execve_test("helpers/sleep-arm", argvs, NULL, 1))