commit | 4eab57a8aa91c30c8f112a294392b427494902a4 | [log] [tgz] |
---|---|---|
author | Pyry Haulos <phaulos@google.com> | Fri Apr 03 10:43:42 2015 -0700 |
committer | Jarkko Pöyry <jpoyry@google.com> | Thu Apr 09 16:02:24 2015 -0700 |
tree | af3f509b612325bfe509177a4b9966771fce43e7 | |
parent | 97a49bcdbe4c90a5914b2d6545189eb40461b836 [diff] |
Fix NPE in DeqpTestRunner if duplicate results are reported Test hang can currently cause framework to silently re-execute instrumentation command, which will lead to already executed tests to be ran and reported again. DeqpTestRunner didn't take that well and ended up throwing NullPointerException. This CL makes runner to simply ignore duplicate results. Bug: 20054115 Bug: 20055035 Change-Id: Id00a968b82c42ee68ae556cd29a912a7a865b3d6