Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8219975

EndianTest fails on Windows

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • None
    • repo-panama
    • tools

      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.

            henryjen Henry Jen
            mcimadamore Maurizio Cimadamore
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: