Here's a test program that demonstrates the left bitwise shit operator and it's return values with the right operand incremented from 1-64.
On amd64, the return value wraps back to 1 when the right operand hits 32, and the sequence of return values follows the original sequence. On ppc64le, once the right operand hits 32, the return value is 0, and stays that way through values up to 64. ** Summary changed: - [powerpc] Unit tests don't run + [ppc64le] test-idmap unit test failure ** Attachment added: "test-left-bitshift.c" https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1271284/+attachment/3961840/+files/test-left-bitshift.c -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1271284 Title: [ppc64le] test-idmap unit test failure To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1271284/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
