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

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

Completed in 94 milliseconds