Karm / mandrel-integration-tests

Integration tests for GraalVM and its Mandrel distribution. Runs Quarkus, Helidon and Micronaut applications and small targeted reproducers. The focus is solely on native-image utility and compilation of Java applications into native executables.
Apache License 2.0
5 stars 3 forks source link

Enhance gdb commands logging #172

Closed zakkak closed 11 months ago

zakkak commented 11 months ago
  1. Log output after waiting for the buffer to match the expected pattern (ensures log will contain the actual ouput)
  2. Log the time it took for the buffer to match the expected pattern
  3. Change the way log sections are used (include command and output in the same section)