Home
last modified time | relevance | path

Searched refs:TestProcessException (Results 1 – 5 of 5) sorted by relevance

/external/deqp/execserver/
DxsTestProcess.hpp33 class TestProcessException : public std::runtime_error class
36 TestProcessException (const std::string& message) : std::runtime_error(message) {} in TestProcessException() function in xs::TestProcessException
DxsPosixTestProcess.cpp199 throw TestProcessException(string("Failed to remove '") + m_logFileName + "'"); in start()
223 throw TestProcessException(e.what()); in start()
244 throw TestProcessException("Failed to write case list"); in start()
DxsTestDriver.cpp71 catch (const TestProcessException& e) in startProcess()
DxsWin32TestProcess.cpp667 throw TestProcessException(string("Failed to remove '") + m_logFileName + "'"); in start()
691 throw TestProcessException(e.what()); in start()
/external/deqp/framework/platform/android/
DtcuAndroidExecService.cpp165 throw xs::TestProcessException(std::string("Failed to remove '") + LOG_FILE_NAME + "'"); in start()
183 throw xs::TestProcessException("Failed to launch activity"); in start()