Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 7 of 7) sorted by relevance

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_atexit.cpp151 TEST_CASE("Known issue: test_malloc_atexit hangs if compiled with -prof-genx\n" * doctest::skip(tru… in skip() function in doctest
154 TEST_CASE("Known issue: test_malloc_atexit is not applicable under ASAN\n" * doctest::skip(true)) {} in skip() function in doctest
H A Dtest_malloc_regression.cpp163 TEST_CASE("Memory leaks test is not applicable under ASAN\n" * doctest::skip(true)) {} in skip() function in doctest
/oneTBB/.github/scripts/
H A Dcodespell.sh54 SCAN_RESULT=`codespell --quiet-level=2 --skip "${SKIP_PATTERN}" ${SCAN_TARGET}`
/oneTBB/test/tbb/
H A Dtest_task_group.cpp757 TEST_CASE("Memory leaks test is not applicable under ASAN\n" * doctest::skip(true)) {} in skip() function in doctest
826 TEST_CASE("Memory leaks test is not applicable under ASAN\n" * doctest::skip(true)) {} in skip() function in doctest
1171 * doctest::skip() //skip the test for now, to not pollute the test log in should_fail()
1182 * doctest::skip() //skip the test for now, to not pollute the test log in should_fail()
1194 * doctest::skip() //skip the test for now, to not pollute the test log in should_fail()
H A Dtest_task_arena.cpp1986 * doctest::skip() //skip the test for now, to not pollute the test log in should_fail()
/oneTBB/doc/main/tbb_userguide/
H A DMutual_Exclusion.rst100 because if the protected region threw an exception, control would skip
/oneTBB/test/common/
H A Ddoctest.h1978 DOCTEST_DEFINE_DECORATOR(skip, bool, true);