Lines Matching refs:skip
747 bool no_throw; // to skip exceptions-related assertion macros
754 bool no_skip; // don't skip test cases which are marked to be skipped
1642 DOCTEST_DEFINE_DECORATOR(skip, bool, true);
1789 // called when a test case is skipped either because it doesn't pass the filters, has a skip decorator
3290 memcpy(temp, buf, my_old_size); // skip the +1 ('\0') for speed
3312 memcpy(temp, data.ptr, my_old_size); // skip the +1 ('\0') for speed
5710 s << " -" DOCTEST_OPTIONS_PREFIX_DISPLAY "ns, --" DOCTEST_OPTIONS_PREFIX_DISPLAY "no-skip=<bool> "
5711 << Whitespace(sizePrefixDisplay*1) << "don't skip test cases marked as skip\n";
6033 // offset (normally 3 for "dt-") to skip prefix
6201 DOCTEST_PARSE_AS_BOOL_OR_FLAG("no-skip", "ns", no_skip, false);
6418 // skip the test if it is not in the execution range