Commit 3b775865 by Jonah Ryan-Davis Committed by Commit Bot

Skipped tests not accumulated in dEQP stats output.

The sSkippedTests is not incremented in the kGpuTestSkip check in runTest, when it should be. Bug: angleproject:3390 Change-Id: I4aca73ba1bbe3060fc3c0cd27679c2276a30a741 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1574620Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jonah Ryan-Davis <jonahr@google.com>
parent d18c048a
......@@ -361,6 +361,7 @@ class dEQPTest : public testing::TestWithParam<size_t>
if (caseInfo.mExpectation == angle::GPUTestExpectationsParser::kGpuTestSkip)
{
sSkippedTestCount++;
std::cout << "Test skipped.\n";
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment