Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 9 of 9) sorted by path

/libuv/.github/workflows/
H A Dsanitizer.yml55 # Note: path must be absolute because some tests chdir.
/libuv/
H A D.gitignore45 /test/run-tests
46 /test/run-tests.exe
47 /test/run-tests.dSYM
H A DCMakeLists.txt30 "Build the unit tests when BUILD_TESTING is enabled and we are the root project" ON
33 "Build the benchmarks when building unit tests and we are the root project" ON
491 # before the actual tests are added.
524 test/run-tests.c
H A DCONTRIBUTING.md139 Bug fixes and features should come with tests. Add your tests in the
146 Look at other tests to see how they should be structured (license boilerplate,
H A DChangeLog837 * asan: fix some tests (Jameson Nash)
1499 * test: skip some UDP tests on IBMi (Xu Meng)
2118 * unix: enable IPv6 tests on OpenBSD (ptlomholt)
2122 * test: fix test-ipc tests (Santiago Gimeno)
2608 * test: add tests for bad inputs (Joyee Cheung)
3026 * test: fix tests on OpenBSD (Santiago Gimeno)
3865 * tests: fix fs tests run w/o full getdents support (Jeremy Whitlock)
3938 * tests: refactored fs watch_dir tests for stability (Jeremy Whitlock)
4015 * tests: skip some tests when network is unreachable (Luca Bruno)
4365 * win: fix compilation of tests (Marc Schlaich)
[all …]
H A DMakefile.am135 TESTS = test/run-tests
136 check_PROGRAMS = test/run-tests
141 test/run-tests_no_ext: test/run-tests$(EXEEXT)
142 cp test/run-tests$(EXEEXT) test/run-tests_no_ext
154 test/run-tests.c \
H A DREADME.md100 The [tests and benchmarks](https://github.com/libuv/libuv/tree/master/test)
173 * Basic Unix tools required for some tests,
194 $ (cd build && cmake .. -DBUILD_TESTING=ON) # generate project with tests
197 # Run tests:
200 # Or manually run tests:
235 ### Running tests
237 Some tests are timing sensitive. Relaxing test timeouts may be necessary
246 The list of all tests is in `test/test-list.h`.
292 See the section on running tests.
/libuv/m4/
H A Dax_pthread.m4191 # tests will erroneously succeed. (N.B.: The stubs are missing
/libuv/test/
H A Dtest-strtok.c62 struct strtok_test_case tests[] = { in TEST_IMPL() local
69 size_t tests_len = ARRAY_SIZE(tests); in TEST_IMPL()
78 snprintf(current_test, sizeof(current_test), "%s", tests[i].str); in TEST_IMPL()
79 tok_r = uv__strtok(current_test, tests[i].sep, &itr); in TEST_IMPL()
84 tok_r = uv__strtok(NULL, tests[i].sep, &itr); in TEST_IMPL()

Completed in 30 milliseconds