OSDN Git Service

Subzero: Fix a bug in cross test generation.
authorJim Stichnoth <stichnot@chromium.org>
Wed, 18 Mar 2015 15:59:23 +0000 (08:59 -0700)
committerJim Stichnoth <stichnot@chromium.org>
Wed, 18 Mar 2015 15:59:23 +0000 (08:59 -0700)
commit833f13f9bbbed63ff7d24ec27f9d931098a7b65e
tree38ecbdf03e4a9c4d7c11c76cd31620024194e9bc
parentc92582252aa5d6465a94a224e778a9860bc090e0
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
pydir/crosstest_generator.py