commit | 833f13f9bbbed63ff7d24ec27f9d931098a7b65e | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Wed Mar 18 08:59:23 2015 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Wed Mar 18 08:59:23 2015 -0700 |
tree | 38ecbdf03e4a9c4d7c11c76cd31620024194e9bc | |
parent | c92582252aa5d6465a94a224e778a9860bc090e0 [diff] |
Subzero: Fix a bug in cross test generation. The attribute matching logic was wrong. If you specify the exact set of attributes, i.e. for a single test, no match would be found due to the < instead of <= test. BUG= none R=jvoung@chromium.org Review URL: https://codereview.chromium.org/1020473002