commit | b2975916224caecfc2fbb84e71ebd625ce6eeb1c | [log] [tgz] |
---|---|---|
author | Narayan Kamath <narayan@google.com> | Mon Jun 30 15:59:39 2014 +0100 |
committer | Narayan Kamath <narayan@google.com> | Mon Jun 30 16:20:27 2014 +0100 |
tree | f60365e0cd6f2b4f2b508d2b3ed11099338827d8 | |
parent | 7165bd6d7496159b426f072bdf13adfffc917a24 [diff] |
Fix packing of values at offset 16. Our bitmask for setting the highest bit to 0 for 0b11100000 (0xef) instead of 0b01111111 (0x7f) so we would end up setting bit 5 of each offset to zero. Fix this and expand test coverage by adding a fake language (tgp) that has this bit set in both its bytes. This issue was discovered while adding CTS tests for "tgl". Change-Id: Ibb6de03000951c907c252049771039ab7466187a