History log of /external/deqp/executor/xeCallQueue.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5717785063a5db999d8f5a1cc067eba5fcc7409a 19-May-2015 Mika Isojärvi <misojarvi@google.com> Handle SIGINT in command line executor.

Command line executor now cleanly writes out test log when Ctrl-C is pressed
instead of losing all progress.

Bug: 21161902
Change-Id: I646ceb0b9669d4969a38fd38b3bb1d1e6dbdef98
/external/deqp/executor/xeCallQueue.cpp
1592f16d1fc9edde443474e1835746f705ed79a9 29-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix executor regression.

- Fix executor regression caused by writing sizes as size_t and reading
them back as int via CallQueue.
- Add assert checking each CallQueue consumer consumes all data.
- Keep data sizes as size_t in xeTestLogParser.

Bug: 21515831
Change-Id: I6b56f5ba139f88878b2e5f148b0530d4d939a0b5
/external/deqp/executor/xeCallQueue.cpp
745d7c616351405cfb6d2a7133d261eb4989d626 19-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix deutil and decpp -Wconversion warnings.

- Updated sockets to use size_t as data size.
- Updated executor and execserver to build on new api and use size_t
for data sizes. Protocol is not modified.

Bug: 21161908
Change-Id: Ic525e05ef9a28ac80d8a6bcf5e239a70a89a5172
/external/deqp/executor/xeCallQueue.cpp
3c827367444ee418f129b2c238299f49d3264554 02-Sep-2014 Jarkko Poyry <jpoyry@google.com> Import dEQP.

Import drawElements Quality Program from an internal repository.

Bug: 17388917
Change-Id: Ic109fe4a57e31b2a816113d90fbdf51a43e7abeb
/external/deqp/executor/xeCallQueue.cpp