Home
last modified time | relevance | path

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

12345678910

/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()
324 bool RunContext::aborting() const { in aborting() function in Catch::RunContext
474 …reaction.shouldThrow = aborting() || (m_lastAssertionInfo.resultDisposition & ResultDisposition::N… in populateReaction()
Dcatch_interfaces_reporter.h132 bool aborting; member
149 bool aborting; member
165 bool aborting; member
Dcatch_interfaces_runner.h15 virtual bool aborting() const = 0;
/external/tpm2-tss/m4/
Dflags.m413 AC_MSG_ERROR([Required CFLAG "$1" not supported by your compiler, aborting.])]
32 … AC_MSG_ERROR([Required preprocessor flag "$1" not supported by your compiler, aborting.])]
49 AC_MSG_ERROR([Required LDFLAG "$1" not supported by your linker, aborting.])]
/external/ms-tpm-20-ref/TPMCmd/
Dflags.m445 AC_MSG_ERROR([Required CFLAG "$1" not supported by your compiler, aborting.])]
64 … AC_MSG_ERROR([Required preprocessor flag "$1" not supported by your compiler, aborting.])]
81 AC_MSG_ERROR([Required LDFLAG "$1" not supported by your linker, aborting.])]
/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/rust/crates/codespan-reporting/tests/snapshots/
Dterm__unicode__short_no_color.snap6 error: aborting due to previous error
Dterm__same_line__short_no_color.snap6 error: aborting due to previous error
Dterm__same_line__medium_no_color.snap6 error: aborting due to previous error
Dterm__same_line__short_color.snap6 {fg:Red bold bright}error{bold bright}: aborting due to previous error{/}
Dterm__same_line__medium_color.snap6 {fg:Red bold bright}error{bold bright}: aborting due to previous error{/}
Dterm__same_line__rich_ascii_no_color.snap14 error: aborting due to previous error
Dterm__unicode__medium_no_color.snap27 error: aborting due to previous error
Dterm__same_line__rich_no_color.snap14 error: aborting due to previous error
Dterm__unicode__rich_no_color.snap33 error: aborting due to previous error
Dterm__overlapping__short_no_color.snap10 error: aborting due 5 previous errors
Dterm__same_line__rich_color.snap14 {fg:Red bold bright}error{bold bright}: aborting due to previous error{/}
Dterm__overlapping__short_color.snap10 {fg:Red bold bright}error{bold bright}: aborting due 5 previous errors{/}
/external/autotest/client/tests/aborttest/
Dcontrol8 Raise a JobError to simulate a test aborting. This is for testing Autotest
/external/llvm/test/Other/
Dclose-stderr.ll13 ; program cleanly rather than aborting.
/external/google-breakpad/src/client/mac/tests/
Dexception_handler_test.cc68 void InProcessCrash(bool aborting);
104 void ExceptionHandlerTest::InProcessCrash(bool aborting) { in InProcessCrash() argument
115 SoonToCrash(aborting ? &AbortCrasher : &Crasher); in InProcessCrash()
136 if (aborting) { in InProcessCrash()
/external/llvm/test/CodeGen/Hexagon/
Dtail-dup-subreg-abort.ll6 ; This could lead to HexagonInstrInfo::copyPhysReg aborting on an unhandled
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dtail-dup-subreg-abort.ll6 ; This could lead to HexagonInstrInfo::copyPhysReg aborting on an unhandled
/external/rust/crates/libsqlite3-sys/patches/
DAndroid.bp.patch67 -error: aborting due to previous error

12345678910