Home
last modified time | relevance | path

Searched refs:failReason (Results 1 – 11 of 11) sorted by relevance

/third_party/jsframework/runtime/main/extend/mediaquery/
DmediaQuery.ts100 const failReason: FailReason = { type: MEDIAERROR.NONE }; constant
120 failReason.type = MEDIAERROR.SYNTAX;
132 const result: boolean = parseAndCondtion(conditionArr[i], mediaStatus, failReason);
133 if (failReason.type === MEDIAERROR.SYNTAX) {
140 if (parseSingleCondition(conditionArr[i], mediaStatus, failReason)) {
143 if (failReason.type === MEDIAERROR.SYNTAX) {
158 function parseSingleCondition(condition: string, mediaStatus: object, failReason: FailReason): bool…
160 if (parseCss4MultiCondition(condition, mediaStatus, failReason)) {
164 if (parseCss4LeftCondtion(condition, mediaStatus, failReason)) {
168 if (parseCss4RightCondition(condition, mediaStatus, failReason)) {
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderNegativeTests.cpp185 const char* failReason = DE_NULL; in iterate() local
189 failReason = "expected shaders to compile, but failed."; in iterate()
193 failReason = "expected shaders to link, but failed."; in iterate()
197 failReason = "expected shaders to fail linking, but succeeded."; in iterate()
200 if (failReason != DE_NULL) in iterate()
202 log << TestLog::Message << "ERROR: " << failReason << TestLog::EndMessage; in iterate()
DglcShaderLibraryCase.cpp297 const char* failReason = DE_NULL; in execute() local
305 failReason = "expected shaders to compile and link properly, but failed to compile."; in execute()
307 failReason = "expected shaders to compile and link properly, but failed to link."; in execute()
312 failReason = "expected compilation to fail, but both shaders compiled and link failed."; in execute()
314 failReason = "expected compilation to fail, but both shaders compiled correctly."; in execute()
319 failReason = "expected linking to fail, but unable to compile."; in execute()
321 failReason = "expected linking to fail, but passed."; in execute()
329 if (failReason != DE_NULL) in execute()
332 log << TestLog::Message << "ERROR: " << failReason << TestLog::EndMessage; in execute()
336 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, failReason); in execute()
[all …]
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDepthTests.cpp127 const char* failReason = DE_NULL; in iterate() local
173 failReason = "Got unexpected error"; in iterate()
180 if (!imagesOk && !failReason) in iterate()
181 failReason = "Image comparison failed"; in iterate()
186 isOk ? "Pass" : failReason); in iterate()
Des2fStencilTests.cpp298 const char* failReason = DE_NULL; in iterate() local
360 if (!errorCodeOk && !failReason) in iterate()
361 failReason = "Got unexpected error"; in iterate()
367 if (!imagesOk && !failReason) in iterate()
368 failReason = "Image comparison failed"; in iterate()
373 isOk ? "Pass" : failReason); in iterate()
Des2fFboRenderTest.cpp564 const char* failReason = DE_NULL; in iterate() local
624 failReason = "Got unexpected error"; in iterate()
631 if (!imagesOk && !failReason) in iterate()
632 failReason = "Image comparison failed"; in iterate()
637 isOk ? "Pass" : failReason); in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDepthTests.cpp130 const char* failReason = DE_NULL; in iterate() local
176 failReason = "Got unexpected error"; in iterate()
183 if (!imagesOk && !failReason) in iterate()
184 failReason = "Image comparison failed"; in iterate()
189 isOk ? "Pass" : failReason); in iterate()
Des3fStencilTests.cpp301 const char* failReason = DE_NULL; in iterate() local
363 if (!errorCodeOk && !failReason) in iterate()
364 failReason = "Got unexpected error"; in iterate()
370 if (!imagesOk && !failReason) in iterate()
371 failReason = "Image comparison failed"; in iterate()
376 isOk ? "Pass" : failReason); in iterate()
Des3fFboRenderTest.cpp428 const char* failReason = DE_NULL; in iterate() local
488 failReason = "Got unexpected error"; in iterate()
494 if (!imagesOk && !failReason) in iterate()
495 failReason = "Image comparison failed"; in iterate()
500 isOk ? "Pass" : failReason); in iterate()
/third_party/vk-gl-cts/modules/egl/
DteglRenderCase.cpp129 string failReason = ""; in executeForConfig() local
152 failReason = e.what(); in executeForConfig()
176 failReason = e.what(); in executeForConfig()
203 failReason = e.what(); in executeForConfig()
208 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, failReason.c_str()); in executeForConfig()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderLibraryCase.cpp937 const char* failReason = DE_NULL; in execute() local
1066 failReason = "expected shaders to compile and link properly, but failed to compile."; in execute()
1068 failReason = "expected shaders to compile and link properly, but failed to link."; in execute()
1073 failReason = "expected compilation to fail, but shaders compiled and link failed."; in execute()
1075 failReason = "expected compilation to fail, but shaders compiled correctly."; in execute()
1080 failReason = "expected linking to fail, but unable to compile."; in execute()
1082 failReason = "expected linking to fail, but passed."; in execute()
1087 failReason = "expected compile or link to fail, but passed."; in execute()
1095 if (failReason != DE_NULL) in execute()
1098 log << TestLog::Message << "ERROR: " << failReason << TestLog::EndMessage; in execute()
[all …]