Searched refs:tests (Results 1 – 10 of 10) sorted by relevance
62 struct strtok_test_case tests[] = { in TEST_IMPL() local69 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()
45 /test/run-tests46 /test/run-tests.exe47 /test/run-tests.dSYM
100 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 tests197 # Run tests:200 # Or manually run tests:247 ### Running tests249 Some tests are timing sensitive. Relaxing test timeouts may be necessary258 The list of all tests is in `test/test-list.h`.304 See the section on running tests.
135 TESTS = test/run-tests136 check_PROGRAMS = test/run-tests141 test/run-tests_no_ext: test/run-tests$(EXEEXT)142 cp test/run-tests$(EXEEXT) test/run-tests_no_ext154 test/run-tests.c \
139 Bug fixes and features should come with tests. Add your tests in the146 Look at other tests to see how they should be structured (license boilerplate,
1088 * 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 …]
30 "Build the unit tests when BUILD_TESTING is enabled and we are the root project" ON33 "Build the benchmarks when building unit tests and we are the root project" ON497 # before the actual tests are added.530 test/run-tests.c
60 ## Correct some ld bugs that cause problems with libuv tests74 ## Run the tests
55 # Note: path must be absolute because some tests chdir.
191 # tests will erroneously succeed. (N.B.: The stubs are missing
Completed in 28 milliseconds