MCPcopy Create free account
hub / github.com/canonical/mir / succeeded

Method succeeded

tests/mir_test_framework/process.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63bool mtf::Result::succeeded() const
64{
65 return reason == TerminationReason::child_terminated_normally &&
66 exit_code == EXIT_SUCCESS;
67}
68
69bool mtf::Result::signalled() const
70{

Callers 3

TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64