commit | 3a7515065b9f039565b5e234d71cdae8b6ddb964 | [log] [tgz] |
---|---|---|
author | Marissa Wall <marissaw@google.com> | Thu Feb 20 10:41:47 2020 -0800 |
committer | Marissa Ikonomidis <marissaw@google.com> | Tue Feb 25 17:43:21 2020 +0000 |
tree | c3cbf8e28ab72f527f7400df1975a9c7ce306858 | |
parent | bfefeddfeff9f555d2258fef98d223135480e4dc [diff] |
gralloc4-vts: fix bad comparisions in VTS The parameter order of a couple checks is wrong. For example: EXPECT_GT(val1, val2) is EXPECT_TRUE(val1 > val2) so EXPECT_GT(0, X) can never be true. Update the tests to be correct. Test: VtsHalGraphicsMapperV4_0 Bug: 149739702 Change-Id: I21070a912b6014acc5feb63b6b19912b45fe8f5f