Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 10 of 10) sorted by relevance

/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()
/libuv/
H A D.gitignore45 /test/run-tests
46 /test/run-tests.exe
47 /test/run-tests.dSYM
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:
247 ### Running tests
249 Some tests are timing sensitive. Relaxing test timeouts may be necessary
258 The list of all tests is in `test/test-list.h`.
304 See the section on running tests.
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 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 DChangeLog1088 * asan: fix some tests (Jameson Nash)
1750 * test: skip some UDP tests on IBMi (Xu Meng)
2369 * unix: enable IPv6 tests on OpenBSD (ptlomholt)
2373 * test: fix test-ipc tests (Santiago Gimeno)
2859 * test: add tests for bad inputs (Joyee Cheung)
3277 * test: fix tests on OpenBSD (Santiago Gimeno)
4116 * tests: fix fs tests run w/o full getdents support (Jeremy Whitlock)
4189 * tests: refactored fs watch_dir tests for stability (Jeremy Whitlock)
4266 * tests: skip some tests when network is unreachable (Luca Bruno)
4616 * win: fix compilation of tests (Marc Schlaich)
[all …]
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
497 # before the actual tests are added.
530 test/run-tests.c
/libuv/.github/workflows/
H A DCI-unix.yml60 ## Correct some ld bugs that cause problems with libuv tests
74 ## Run the tests
H A Dsanitizer.yml55 # Note: path must be absolute because some tests chdir.
/libuv/m4/
H A Dax_pthread.m4191 # tests will erroneously succeed. (N.B.: The stubs are missing

Completed in 28 milliseconds