Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/tools/http2_interop/
Dtestsuite.go48 allCaseInfos.Cases = append(allCaseInfos.Cases, &caseInfo{
56 type caseInfo struct { struct
65 Cases []*caseInfo `json:"cases"`
/external/grpc-grpc/tools/http2_interop/
Dtestsuite.go34 allCaseInfos.Cases = append(allCaseInfos.Cases, &caseInfo{
42 type caseInfo struct { struct
51 Cases []*caseInfo `json:"cases"`
/external/angle/src/tests/deqp_support/
Dangle_deqp_gtest.cpp348 const auto &caseInfo = GetCaseList().getCaseInfo(caseIndex); in GetCaseGTestName() local
349 return caseInfo.mGTestName; in GetCaseGTestName()
371 const auto &caseInfo = GetCaseList().getCaseInfo(GetParam()); in runTest() local
372 std::cout << caseInfo.mDEQPName << std::endl; in runTest()
378 if (caseInfo.mExpectation == GPUTestExpectationsParser::kGpuTestSkip || in runTest()
379 caseInfo.mExpectation == GPUTestExpectationsParser::kGpuTestTimeout) in runTest()
386 gExpectError = (caseInfo.mExpectation != GPUTestExpectationsParser::kGpuTestPass); in runTest()
387 dEQPTestResult result = deqp_libtester_run(caseInfo.mDEQPName.c_str()); in runTest()
398 if (caseInfo.mExpectation == GPUTestExpectationsParser::kGpuTestPass) in runTest()
404 sUnexpectedFailed.push_back(caseInfo.mDEQPName); in runTest()
[all …]