MCPcopy Create free account
hub / github.com/Snapchat/Valdi / submitDisabled

Method submitDisabled

tsn/src/test262/runner/TestReporter.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void TestReporter::submitDisabled(const std::string& suite,
38 const std::string& name,
39 const std::string& skipReason,
40 bool isStrict) {
41 const TestReport report = {.result = TestResult::Disable, .message = skipReason};
42 submitReport(suite, name, report, isStrict);
43}
44
45void TestReporter::submitFailure(const std::string& suite,
46 const std::string& name,

Callers 1

evaluateTestCaseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected