Skip to content
  • sheaf's avatar
    ad09a5f7
    Hadrian: make DDEBUG separate from debugged RTS · ad09a5f7
    sheaf authored and Marge Bot's avatar Marge Bot committed
    This patchs separates whether -DDEBUG is enabled (i.e. whether debug
    assertions are enabled) from whether we are using the debugged RTS
    (i.e. GhcDebugged = YES).
    
    This means that we properly skip tests which have been marked with
    `when(compiler_debugged(), skip)`.
    
    Fixes #21113, #21153 and #21234
    ad09a5f7
    Hadrian: make DDEBUG separate from debugged RTS
    sheaf authored and Marge Bot's avatar Marge Bot committed
    This patchs separates whether -DDEBUG is enabled (i.e. whether debug
    assertions are enabled) from whether we are using the debugged RTS
    (i.e. GhcDebugged = YES).
    
    This means that we properly skip tests which have been marked with
    `when(compiler_debugged(), skip)`.
    
    Fixes #21113, #21153 and #21234
Loading