DescriptionMIPS64: Fix NoBarrierAtomicValue.Construction test failure on big-endian
Reason for the failure is that the test enumeration is 32-bit wide, whereas
AtomicWord is 64-bit wide on 64-bit machines. On 64-big endian, this loads the random four bytes located after the 32-bit value that is tested.
BUG=
TEST=unittests/NoBarrierAtomicValue.Construction
Committed: https://crrev.com/586e4a8951154374079c2b9a8e78119dcded51b6
Cr-Commit-Position: refs/heads/master@{#40767}
Patch Set 1 #
Messages
Total messages: 12 (6 generated)
|