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

Method submitPass

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

Source from the content-addressed store, hash-verified

30}
31
32void TestReporter::submitPass(const std::string& suite, const std::string& name, bool isStrict) {
33 const TestReport report = {.result = TestResult::Pass, .message = ""};
34 submitReport(suite, name, report, isStrict);
35}
36
37void TestReporter::submitDisabled(const std::string& suite,
38 const std::string& name,

Callers 1

evaluateTestCaseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected