[all-commits] [llvm/llvm-project] 60fe1f: [runtimes][ci] Run the tests for libunwind in the CI

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Oct 6 08:25:44 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 60fe1f59d08b815a280761e625d12a74a501f444
      https://github.com/llvm/llvm-project/commit/60fe1f59d08b815a280761e625d12a74a501f444
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-10-06 (Wed, 06 Oct 2021)

  Changed paths:
    M libcxx/utils/ci/run-buildbot
    M libcxx/utils/libcxx/test/params.py
    M libunwind/test/forceunwind.pass.cpp
    M libunwind/test/frameheadercache_test.pass.cpp
    M libunwind/test/libunwind_01.pass.cpp
    M libunwind/test/libunwind_02.pass.cpp
    M libunwind/test/remember_state_leak.pass.sh.s
    M libunwind/test/signal_frame.pass.cpp
    M libunwind/test/signal_unwind.pass.cpp
    M libunwind/test/unw_getcontext.pass.cpp
    M libunwind/test/unwind_leaffunction.pass.cpp

  Log Message:
  -----------
  [runtimes][ci] Run the tests for libunwind in the CI

We should arguably have always been doing that. The state of libunwind
is quite sad, so this commit adds several XFAILs to make the CI pass.
We need to investigate why so many tests are not passing in some
configurations, but I'll defer that to folks who actually work on
libunwind for lack of bandwidth.

Differential Revision: https://reviews.llvm.org/D110872




More information about the All-commits mailing list