• Miran.Karic's avatar
    Adjust bytecode operand values for big endian. · 3b416c67
    Miran.Karic authored
    Operand values in Bytecodes.DecodeBytecodeAndOperands test are encoded
    in little endian format. The test calls Bytecodes::Decode function which
    reads the operands but the values are byte swapped on big endian
    machines. Added big endian encoded data which decodes correctly on BE
    machines.
    
    BUG=
    
    Review URL: https://codereview.chromium.org/1881423002
    
    Cr-Commit-Position: refs/heads/master@{#35447}
    3b416c67
Name
Last commit
Last update
..
base Loading commit data...
compiler Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
wasm Loading commit data...
DEPS Loading commit data...
atomic-utils-unittest.cc Loading commit data...
cancelable-tasks-unittest.cc Loading commit data...
char-predicates-unittest.cc Loading commit data...
counters-unittest.cc Loading commit data...
locked-queue-unittest.cc Loading commit data...
run-all-unittests.cc Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
unittests.gyp Loading commit data...
unittests.isolate Loading commit data...
unittests.status Loading commit data...