Home
last modified time | relevance | path

Searched refs:caseInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Dangle_deqp_gtest.cpp379 const auto &caseInfo = GetCaseList().getCaseInfo(caseIndex); in GetCaseGTestName() local
380 return caseInfo.mGTestName; in GetCaseGTestName()
402 const auto &caseInfo = GetCaseList().getCaseInfo(GetParam()); in runTest() local
403 std::cout << caseInfo.mDEQPName << std::endl; in runTest()
409 if (caseInfo.mExpectation == GPUTestExpectationsParser::kGpuTestSkip) in runTest()
417 testSuite->maybeUpdateTestTimeout(caseInfo.mExpectation); in runTest()
419 gExpectError = (caseInfo.mExpectation != GPUTestExpectationsParser::kGpuTestPass); in runTest()
420 dEQPTestResult result = deqp_libtester_run(caseInfo.mDEQPName.c_str()); in runTest()
424 if (!testSucceeded && caseInfo.mExpectation == GPUTestExpectationsParser::kGpuTestFlaky) in runTest()
426 result = deqp_libtester_run(caseInfo.mDEQPName.c_str()); in runTest()
[all …]
/third_party/grpc/tools/http2_interop/
Dtestsuite.go48 allCaseInfos.Cases = append(allCaseInfos.Cases, &caseInfo{
56 type caseInfo struct { struct
65 Cases []*caseInfo `json:"cases"`
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
Dangle_deqp_gtest.cpp327 const auto &caseInfo = GetCaseList().getCaseInfo(caseIndex); in GetCaseGTestName() local
328 return caseInfo.mGTestName; in GetCaseGTestName()
350 const auto &caseInfo = GetCaseList().getCaseInfo(GetParam()); in runTest() local
351 std::cout << caseInfo.mDEQPName << std::endl; in runTest()
357 if (caseInfo.mExpectation == GPUTestExpectationsParser::kGpuTestSkip) in runTest()
364 gExpectError = (caseInfo.mExpectation != GPUTestExpectationsParser::kGpuTestPass); in runTest()
365 TestResult result = deqp_libtester_run(caseInfo.mDEQPName.c_str()); in runTest()
376 if (caseInfo.mExpectation == GPUTestExpectationsParser::kGpuTestPass) in runTest()
382 gUnexpectedFailed.push_back(caseInfo.mDEQPName); in runTest()
388 gUnexpectedPasses.push_back(caseInfo.mDEQPName); in runTest()