/libuv/ |
H A D | CMakeLists.txt | 534 test/test-async.c 547 test/test-embed.c 552 test/test-fork.c 556 test/test-fs.c 573 test/test-idle.c 574 test/test-idna.c 581 test/test-ipc.c 613 test/test-poll.c 620 test/test-ref.c 666 test/test-test-macros.c [all …]
|
H A D | .gitignore | 38 /test-driver 44 /test/.libs/ 45 /test/run-tests 46 /test/run-tests.exe 47 /test/run-tests.dSYM 48 /test/run-benchmarks 49 /test/run-benchmarks.exe 50 /test/run-benchmarks.dSYM
|
H A D | ChangeLog | 130 * test: fix the flaky test-tcp-reuseport (Andy Pan) 872 * test: rewrite embed test (Ben Noordhuis) 1433 * test: add udp-mmsg test (Ryan Liptak) 2105 * test: fix test runner on MinGW (Crunkle) 2172 * test: increase test timeout (cjihrig) 2373 * test: fix test-ipc tests (Santiago Gimeno) 2827 * test: fix a typo in test-fork.c (Felix Yan) 3195 * test,zos: skip chown root test (jBarz) 4054 * test: fix test/test-tty.c for AIX (Imran Iqbal) 4467 * test: use modified path in test (cjihrig) [all …]
|
H A D | configure.ac | 88 AC_CONFIG_LINKS([test/fixtures/empty_file:test/fixtures/empty_file]) 89 AC_CONFIG_LINKS([test/fixtures/load_error.node:test/fixtures/load_error.node]) 90 AC_CONFIG_LINKS([test/fixtures/lorem_ipsum.txt:test/fixtures/lorem_ipsum.txt]) 91 AC_CONFIG_LINKS([test/fixtures/one_file/one_file:test/fixtures/one_file/one_file])
|
H A D | README.md | 100 The [tests and benchmarks](https://github.com/libuv/libuv/tree/master/test) 249 Some tests are timing sensitive. Relaxing test timeouts may be necessary 256 #### Run one test 258 The list of all tests is in `test/test-list.h`. 260 This invocation will cause the test driver to fork and execute `TEST_NAME` in 267 This invocation will cause the test driver to execute the test in 276 When running the test from within the test driver process 280 When running the test from a child of the test driver process 306 listed in `test/benchmark-list.h`.
|
H A D | CONTRIBUTING.md | 140 `test/` directory. Each new test needs to be registered in `test/test-list.h`. 142 If you add a new test file, it needs to be registered in three places: 149 Check README.md file to find out how to run the test suite and make sure that 150 there are no test regressions.
|
H A D | .gitattributes | 1 test/fixtures/lorem_ipsum.txt text eol=lf
|
H A D | LINKS.md | 7 * [CMake](https://cmake.org) open-source, cross-platform family of tools designed to build, test an…
|
/libuv/test/ |
H A D | runner.c | 110 const char* test, in log_tap_result() argument 146 int run_test(const char* test, in run_test() argument 172 if (task->is_helper && strcmp(test, task->process_name) == 0) { in run_test() 179 if (strcmp(test, task->task_name) != 0) { in run_test() 204 if (strcmp(test, task->task_name) != 0) { in run_test() 232 test); in run_test() 287 log_tap_result(test_count, test, status, &processes[i]); in run_test() 322 fprintf(stdout, "%s: (unavailable)\n", test); in run_test() 327 fprintf(stdout, "%s: (no output)\n", test); in run_test() 351 int run_test_part(const char* test, const char* part) { in run_test_part() argument [all …]
|
H A D | run-tests.c | 197 char *test; in maybe_run_test() local 202 test = getenv("ENV_TEST"); in maybe_run_test() 203 ASSERT_NOT_NULL(test); in maybe_run_test() 205 r = fprintf(stdout, "%s", test); in maybe_run_test()
|
H A D | runner.h | 110 int run_test(const char* test, 117 int run_test_part(const char* test, const char* part);
|
H A D | test-stdio-over-pipes.c | 63 static void init_process_options(char* test, uv_exit_cb exit_cb) { in init_process_options() argument 68 args[1] = test; in init_process_options()
|
H A D | test-spawn.c | 159 static void init_process_options(char* test, uv_exit_cb exit_cb) { in init_process_options() argument 165 args[1] = test; in init_process_options()
|
/libuv/m4/ |
H A D | ax_pthread.m4 | 97 # It gets checked for in the link test anyway. 112 if test "x$ax_pthread_ok" = "xno"; then 203 AS_IF([test "x$GCC" = "xyes"], 223 AS_IF([test "x$ax_pthread_check_macro" = "x--"], 233 if test "x$GCC" = "xyes"; then 250 if test "x$ax_pthread_clang" = "xyes"; then 323 if test "x$ax_pthread_ok" = "xno"; then 397 if test "x$ax_pthread_ok" = "xyes"; then 455 if test "x$GCC" != "xyes"; then 470 test -n "$PTHREAD_CC" || PTHREAD_CC="$CC" [all …]
|
H A D | libuv-check-flags.m4 | 49 AS_IF([eval test x$]AS_TR_SH([cc_cv_cflags_$1])[ = xyes], 62 AS_IF([eval test x$]AS_TR_SH([cc_cv_cflags_$1])[ = xyes], 74 AS_IF([eval test x$]AS_TR_SH([cc_cv_cflags_$1])[ = xyes], 103 AS_IF([eval test x$]AS_TR_SH([cc_cv_ldflags_$1])[ = xyes], 177 AS_IF([eval test x$]AS_TR_SH([cc_cv_attribute_$1])[ = xyes], 282 AS_IF([test "x$cc_cv_flag_visibility" = "xyes"], 307 AS_IF([test "x$cc_cv_func_expect" = "xyes"], 332 if test "x$cc_cv_attribute_aligned" != "x"; then
|
/libuv/.github/workflows/ |
H A D | CI-win.yml | 93 mkdir -p build/usr/test build/usr/bin 94 cp -av test/fixtures build/usr/test 107 test-mingw: 109 name: test-mingw-${{ matrix.config.arch }}
|
H A D | CI-unix.yml | 60 … echo no | avdmanager create avd -n test -k "system-images;android-24;google_apis;arm64-v8a" 64 …emulator @test -memory 2048 -no-audio -no-window -gpu off -no-snapshot -no-boot-anim -netdelay non… 70 # Push the build and test fixtures to the device 72 adb shell mkdir /data/local/tmp/build/test 73 adb push test/fixtures /data/local/tmp/build/test
|
/libuv/docs/src/guide/ |
H A D | processes.rst | 177 *inheriting* file descriptors. In this sample, we invoke the test program, 180 .. rubric:: proc-streams/test.c 181 .. literalinclude:: ../../code/proc-streams/test.c 313 the stream API is concerned. You can test this server using `socat`_::
|
/libuv/docs/src/ |
H A D | loop.rst | 161 test/test-embed.c for an example.
|
H A D | misc.rst | 251 For :man:`isatty(3)` equivalent functionality use this function and test
|