Searched refs:tests (Results 1 – 11 of 11) sorted by relevance
| /oneTBB/doc/ |
| H A D | test_classification.dox | 5 /// This class of tests covers interface availability and checks basic 9 /// This class of tests covers one or more statements in the 13 /// This class of tests checks that input specified as invalid is 14 /// processed correctly. Additionally, this class of tests might 19 /// This class of tests checks correct resource usage and absence of 23 /// This class of tests checks boundary values, possible overflows, etc. 26 /// This class of tests tries to detect synchronization and other issues 30 /// This class of tests tries to detect issues that implementation might 34 /// This class of tests covers issues that were detected and fixed after
|
| /oneTBB/doc/main/intro/ |
| H A D | testing_approach.rst | 16 Code coverage metrics are tracked to ensure high code coverage with tests. Uncovered branches are a… 22 * **Unit tests** that, however, have limited capability to catch such errors 23 * **Integration tests**. Multiple different functionalities are heavily combined to emulate user us… 28 Continuous Integration triggers all the tests on each commit. This ensures that:
|
| /oneTBB/cmake/ |
| H A D | memcheck.cmake | 22 COMMENT "Run memcheck on all tests") 38 # so it disables using tbbmalloc. In case of tbbmalloc tests 52 # List of reasonable and quick enough tests to use in automated memcheck
|
| H A D | README.md | 210 make -j memcheck-<test name> # or memcheck-all to scan all tests 310 `TBB_COMMON_COMPILE_FLAGS` | Applied to libraries, tests, and benchmarks as compile options 313 `TBB_TEST_COMPILE_FLAGS` | Applied to tests as compile options 319 If the option is used only in part of the places (library, tests, benchmarks) and adding this optio… 322 …NG_SUPPRESS` variable, which is applied during the compilation of libraries, tests, and benchmarks. 323 …e added to the `TBB_WARNING_TEST_FLAGS` variable, which is applied during the compilation of tests.
|
| /oneTBB/test/ |
| H A D | CMakeLists.txt | 272 # Disable all HWLOC dependent tests in case of unsupported environment. 284 message(STATUS "HWLOC 2.5 dependent tests were enabled.") 289 message(STATUS "HWLOC 2 dependent tests were enabled.") 294 message(STATUS "HWLOC 1.11 dependent tests were enabled.") 364 # Common target for the tbbbind related tests 376 # Define the tests 494 # Define the conformance tests 570 # TBB allocator tests 573 # Define TBB malloc tests 631 # Define TBB malloc conformance tests [all …]
|
| /oneTBB/.github/ |
| H A D | issue_labeler.yml | 20 tests:
|
| H A D | pull_request_template.md | 17 - [ ] tests - _change in tests_
|
| /oneTBB/ |
| H A D | INSTALL.md | 106 # Configure: customize CMAKE_INSTALL_PREFIX and disable TBB_TEST to avoid tests build 128 REM Configure: customize CMAKE_INSTALL_PREFIX and disable TBB_TEST to avoid tests build
|
| /oneTBB/cmake/toolchains/ |
| H A D | mips.cmake | 40 set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -mvirt -mxpa" CACHE INTERNAL "") # for tests
|
| /oneTBB/cmake/compilers/ |
| H A D | GNU.cmake | 56 # Workaround for heavy tests and too many symbols in debug (rellocation truncated to fit: R_MIPS_CA…
|
| /oneTBB/test/tbb/ |
| H A D | test_task_group.cpp | 247 auto tests = [] { in TestThreadSafety() local 256 tests(); in TestThreadSafety() 261 tests(); in TestThreadSafety()
|