1. 22 Jun, 2022 3 commits
  2. 21 Jun, 2022 4 commits
  3. 14 Jun, 2022 1 commit
  4. 06 Jun, 2022 2 commits
    • Christian Göttsche's avatar
      d/rules: enable backtrace generation · 19e00cd3
      Christian Göttsche authored
      Currently building on hppa fails with:
      
          test-backtrace.c:10: Assert failed: backtrace_append(bt) == 0
          test-backtrace.c:14: Assert failed: strstr(str_c(bt), "test_backtrace") != NULL
          backtrace_append ..................................................... : FAILED
          test-backtrace.c:34: Assert failed: backtrace_get(&bt) == 0
      
      on riscv64:
      
          Debug: backtrace: './test-lib(+0x734d8) [0x2aaab1d4d8]'
          test-backtrace.c:21: Assert failed: strstr(str_c(bt), "test_backtrace_append") != NULL || strstr(str_c(bt), "main") != NULL
          backtrace_append ..................................................... : FAILED
          Debug: backtrace: './test-lib(+0x734d8) [0x2aaab1d4d8]'
          test-backtrace.c:45: Assert failed: strstr(bt, "test_backtrace_get") != NULL || strstr(bt, "main") != NULL
          backtrace_get ........................................................ : FAILED
      
      on sparc64:
      
          Debug: backtrace: './test-lib(+0x95ec8) [0x10000095ec8]'
          test-backtrace.c:21: Assert failed: strstr(str_c(bt), "test_backtrace_append") != NULL || strstr(str_c(bt), "main") != NULL
          backtrace_append ..................................................... : FAILED
          Debug: backtrace: './test-lib(+0x95ec8) [0x10000095ec8]'
          test-backtrace.c:45: Assert failed: strstr(bt, "test_backtrace_get") != NULL || strstr(bt, "main") != NULL
          backtrace_get ........................................................ : FAILED
      19e00cd3
    • Christian Göttsche's avatar
  5. 05 Jun, 2022 4 commits
  6. 14 May, 2022 5 commits
  7. 11 May, 2022 3 commits
  8. 10 Feb, 2022 4 commits
  9. 25 Dec, 2021 1 commit
  10. 14 Dec, 2021 2 commits
  11. 07 Dec, 2021 11 commits