Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ hasFailure
Method
hasFailure
tsn/src/test262/runner/TestReporter.cpp:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
bool TestReporter::hasFailure() {
54
return _aggregateStats.fail > 0;
55
}
56
57
void TestReporter::saveToFile(const fs::path& file) {
58
std::fstream outputStream(file, std::ios_base::out | std::ios_base::trunc);
Callers
1
runTestCases
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected