[asan] runtime/ErrorHandling/PrintVMInfoAtExitTest.java fails because output differs slightly

XMLWordPrintable

    • b23
    • x86_64
    • linux

        When running the test runtime/ErrorHandling/PrintVMInfoAtExitTest.java with asan enabled binaries on Linux x86_64, we fail with this error :

        java.lang.RuntimeException: 'Java Heap (reserved=65536KB, committed=65536KB)' missing from stdout/stderr

        instead we see in the log e.g. :
        Java Heap (reserved=67584KB, committed=65536KB)

        so it looks like adding asan to the build changes those memory values a bit.
        Maybe we should disable this test when using asan enabled binaries ?

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

                Created:
                Updated:
                Resolved: