Home
last modified time | relevance | path

Searched refs:aborting (Results 1 – 25 of 186) sorted by relevance

12345678

/external/catch2/include/internal/
Dcatch_interfaces_reporter.cpp77 aborting( _aborting ) in TestCaseStats()
88 aborting( _aborting ) in TestGroupStats()
93 aborting( false ) in TestGroupStats()
103 aborting( _aborting ) in TestRunStats()
Dcatch_run_context.cpp85 m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, aborting())); in ~RunContext()
93 …->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, aborting())); in testGroupEnded()
116 } while (!m_testCaseTracker->isSuccessfullyCompleted() && !aborting()); in runTest()
129 aborting())); in runTest()
315 bool RunContext::aborting() const { in aborting() function in Catch::RunContext
465 …reaction.shouldThrow = aborting() || (m_lastAssertionInfo.resultDisposition & ResultDisposition::N… in populateReaction()
Dcatch_interfaces_reporter.h126 bool aborting; member
143 bool aborting; member
159 bool aborting; member
Dcatch_interfaces_runner.h15 virtual bool aborting() const = 0;
Dcatch_run_context.h107 bool aborting() const final;
Dcatch_session.cpp75 if (!context.aborting() && matchTest(testCase, testSpec, *config)) in runTests()
/external/python/cpython2/Misc/NEWS.d/next/Core and Builtins/
D2018-07-25-22-47-19.bpo-25083.HT_hXh.rst1 Adding I/O error checking when reading .py files and aborting importing on
/external/autotest/client/tests/aborttest/
Dcontrol8 Raise a JobError to simulate a test aborting. This is for testing Autotest
/external/swiftshader/third_party/LLVM/test/Other/
Dclose-stderr.ll11 ; program cleanly rather than aborting.
/external/llvm/test/Other/
Dclose-stderr.ll13 ; program cleanly rather than aborting.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dclose-stderr.ll13 ; program cleanly rather than aborting.
/external/google-breakpad/src/client/mac/tests/
Dexception_handler_test.cc67 void InProcessCrash(bool aborting);
103 void ExceptionHandlerTest::InProcessCrash(bool aborting) { in InProcessCrash() argument
114 SoonToCrash(aborting ? &AbortCrasher : &Crasher); in InProcessCrash()
135 if (aborting) { in InProcessCrash()
/external/autotest/client/site_tests/video_YouTubeMseEme/
Dcontrol.append_abort9 This test will fail if aborting a source buffer append functions correctly.
/external/llvm/test/CodeGen/Hexagon/
Dtail-dup-subreg-abort.ll6 ; This could lead to HexagonInstrInfo::copyPhysReg aborting on an unhandled
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dtail-dup-subreg-abort.ll6 ; This could lead to HexagonInstrInfo::copyPhysReg aborting on an unhandled
Dprob-types.ll4 ; This was aborting in Machine Loop Invariant Code Motion,
/external/autotest/test_suites/
Dcontrol.suite_attr_wrapper39 'keyword to specify it. suite aborting' % args_dict)
/external/catch2/examples/
D210-Evt-EventListeners.cpp119 os << ws(level+1) << "- aborting: " << info.aborting << "\n"; in print()
179 << ws(level+1) << "- aborting: " << info.aborting << "\n"; in print()
/external/libcxx/docs/DesignDocs/
DDebugMode.rst35 ``__libcpp_debug_exception`` instead of aborting. Additionally this macro
/external/catch2/docs/
Dcommand-line.md9 [Aborting after a certain number of failures](#aborting-after-a-certain-number-of-failures)<br>
43 <a href="#aborting-after-a-certain-number-of-failures"> ` -a, --abort`</a><br />
44 <a href="#aborting-after-a-certain-number-of-failures"> ` -x, --abortx`</a><br />
138 <a id="aborting-after-a-certain-number-of-failures"></a>
/external/bcc/tests/cc/
Dcatch.hpp2043 virtual bool aborting() const = 0;
5166 aborting( _aborting ) in TestCaseStats()
5181 bool aborting; member
5190 aborting( _aborting ) in TestGroupStats()
5194 aborting( false ) in TestGroupStats()
5207 bool aborting; member
5216 aborting( _aborting ) in TestRunStats()
5224 aborting( _other.aborting ) in TestRunStats()
5235 bool aborting; member
5878 m_reporter->testRunEnded( TestRunStats( m_runInfo, m_totals, aborting() ) ); in ~RunContext()
[all …]
/external/harfbuzz_ng/
DRELEASING.md100 echo "Old dir $dir_old does NOT exist; aborting"
/external/e2fsprogs/doc/RelNotes/
Dv1.30.txt46 Dumpe2fs has been made more robust by not aborting if there is an
/external/toolchain-utils/android_bench_suite/
Dpanorama.diff299 - LOGE("RunBlend: aborting -consistency check failed,"
309 - LOGE("RunBlend: aborting - mosaic size check failed, "
319 - LOGE("RunBlend: aborting - couldn't alloc %d x %d mosaic image", Mwidth, Mheight);
/external/openssh/
DPROTOCOL140 NB. due to certain broken SSH implementations aborting upon receipt
169 NB. due to certain broken SSH implementations aborting upon receipt

12345678