commit | eb65b41fff33b15a2f538e7c3d4eece074ee33c1 | [log] [tgz] |
---|---|---|
author | Jiakai Zhang <jiakaiz@google.com> | Fri Nov 26 14:29:38 2021 +0000 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Fri Nov 26 16:51:38 2021 +0000 |
tree | ab6268319c2bf250094dd57151f2f31d5a646639 | |
parent | f76aae14df337f6587cfa55ceaebdffd80f7e64d [diff] |
Fix OdRefreshTest.CompileSetsCompilerFilter. The test had two problems: 1. It was unexpectedly skipped on most of the devices because of a wrong check. 2. On devices where the test was not skipped, the test was failing because some uninteresting calls were not covered by EXPECT_CALL. This CL fixes these problems. Bug: 207648082 Test: atest art_standalone_odrefresh_tests Change-Id: If1d030f4f782e40b72b6d5e27a7f2cbc458b86a1