Lines Matching defs:test
159 static void init_process_options(char* test, uv_exit_cb exit_cb) {
160 /* Note spawn_helper1 defined in test/run-tests.c */
165 args[1] = test;
486 RETURN_SKIP("Unix only test");
578 RETURN_SKIP("Unix only test");
803 /* Explicitly set options.env to NULL to test for env clobbering. */
1161 L"c:\\path\\to\\node.exe --eval \"require('c:\\\\path\\\\to\\\\test.js')\""
1175 "c:\\path\\to\\node.exe --eval \"require('c:\\\\path\\\\to\\\\test.js')\"",
1222 L"\"require('c:\\\\path\\\\to\\\\test.js')\""));
1225 L"\\\"require('c:\\\\path\\\\to\\\\test.js')\\\"\""));
1277 /* test for behavior in the absence of a
1351 /* Regression test for issue #909 */
1491 RETURN_SKIP("user 'nobody' cannot access the test runner");
1820 /* Need to carry over the dynamic linker path when the test runner is
1844 /* Carry over the dynamic linker path in case the test runner
1977 /* We test if search_path works correctly with semicolons in quoted path. We
1979 quoted_path_env[0] = "PATH=\"xyz:\\test;\";xyz:\\other";
1983 /* We test if libuv will not segfault. */
2003 // This test exercises a bug in the darwin kernel that causes SIGCHLD not to
2006 // test more reliable.