mirror of https://github.com/lukechilds/node.git
Browse Source
The test/simple/test-smalloc.js has an implicit assumption of the byte order of the data stored for Double and Uint32 values. On a big endian platform this test fails without these patches. Use os.endianness() to detect the endian of the platform and use it to gate the static value used for comparison.v0.11.13-release
Andrew Low
11 years ago
committed by
Fedor Indutny
1 changed files with 8 additions and 2 deletions
Loading…
Reference in new issue