commit | 11edec7e7e8ac93f826d687b644fe700fab68993 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Thu Mar 24 12:40:52 2016 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Thu Mar 24 14:21:46 2016 +0000 |
tree | 7a1a1bbbc7ae37a31f8301038f56f19b20be62f4 | |
parent | 843a65556616183a36792bbcc1632c6d8d0e78b2 [diff] |
ART: Loosen a GraphChecker rule on Boolean inputs GraphChecker tries to verify that Boolean inputs are properly typed. This is non-trivial in the presence of simplifying optimizations which capitalize on the fact that a Boolean value is internally represented as an integer. This patch removes the test from GraphChecker. Bug: 27625564 Change-Id: Ic61ea2193765b4578550538e965ca4f80fa4b287