EndianTest has several issues on Windows:
1) it fails to include <stdint.h>
2) it treats longs as uint64_t, which is not true on Windows
3) even if (1) and (2) are fixed, it still fails because of linker issues (probably the symbols this tests depends upon are defined in MSVC libs).
The test should be disabled on Windows for the time being.
1) it fails to include <stdint.h>
2) it treats longs as uint64_t, which is not true on Windows
3) even if (1) and (2) are fixed, it still fails because of linker issues (probably the symbols this tests depends upon are defined in MSVC libs).
The test should be disabled on Windows for the time being.
- relates to
-
JDK-8218153 Read/Write of Value layout should honor declared endianness
-
- Resolved
-