Home
last modified time | relevance | path

Searched refs:XE_FAIL (Results 1 – 6 of 6) sorted by relevance

/external/deqp/executor/
DxeLocalTcpIpLink.cpp65 XE_FAIL((std::string("Failed to start ExecServer '") + execServerPath + "' : " + err).c_str()); in start()
81 XE_FAIL("ExecServer died"); in start()
91 XE_FAIL("Server start timeout"); in start()
166 XE_FAIL("Not started"); in startTestProcess()
174 XE_FAIL("Not started"); in stopTestProcess()
DxeTcpIpLink.cpp229 XE_FAIL("Connection closed"); in run()
231 XE_FAIL("Connection terminated"); in run()
233 XE_FAIL("Socket error"); in run()
323 XE_FAIL("Connection closed"); in run()
325 XE_FAIL("Connection terminated"); in run()
327 XE_FAIL("Socket error"); in run()
408 XE_FAIL("Unknown message"); in handleMessage()
DxeTestCaseListParser.cpp54 XE_FAIL((string("Unknown test case type '") + caseType + "'").c_str()); in getTestCaseType()
137 XE_FAIL((string("Unexpected <") + elemName + ">").c_str()); in parse()
DxeBatchExecutor.cpp188 XE_FAIL((string("CommLink error: '") + stateStr + "'").c_str()); in run()
191 XE_FAIL("CommLink is not ready"); in run()
283 XE_FAIL("Unknown state"); in onStateChanged()
DxeDefs.hpp49 #define XE_FAIL(MSG) throw xe::Error(MSG, "", __FILE__, __LINE__) macro
DxeTestLogWriter.cpp489 XE_FAIL("Unsupported result item"); in writeResultItem()