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

[asan] exclude some tests when using asan enabled binaries

XMLWordPrintable

    • b11
    • generic
    • linux

        When using asan - enabled binaries, the following tests fail (on Linux x86_64).
        This one uses ulimit in a way problematic with asan :
        vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.java

         stdout: [];
         stderr: [==19509==ERROR: AddressSanitizer failed to allocate 0xdfff0001000 (15392894357504) bytes at address 2008fff7000 (errno: 12)
        ==19509==ReserveShadowMemoryRange failed while trying to map 0xdfff0001000 bytes. Perhaps you're using ulimit -v

         exitValue = 134

        this one seems to have rather strict memory requirements :
        tools/launcher/TooSmallStackSize.java

        PASSED: got expected error message with stack size of 16k
        PASSED: got expected error message with stack size of 64k
        Test output:
        *** exitValue = 139
        FAILED: VM failed to launch with minimum allowed stack size of 136k

              mbaesken Matthias Baesken
              mbaesken Matthias Baesken
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: