[all-commits] [llvm/llvm-project] 57738b: [libcxx] [ci] Run the libcxxabi and libunwind test...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Wed Apr 19 09:23:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 57738ba57a64f0528fc92fd689c71c8d83e88009
      https://github.com/llvm/llvm-project/commit/57738ba57a64f0528fc92fd689c71c8d83e88009
  Author: Martin Storsjö <martin at martin.st>
  Date:   2023-04-19 (Wed, 19 Apr 2023)

  Changed paths:
    M libcxx/utils/ci/run-buildbot

  Log Message:
  -----------
  [libcxx] [ci] Run the libcxxabi and libunwind tests in mingw configurations

The check-runtimes function runs check-cxx, check-cxxabi and check-unwind.

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


  Commit: 073e7f25f35924895394408f14380d8895a7d974
      https://github.com/llvm/llvm-project/commit/073e7f25f35924895394408f14380d8895a7d974
  Author: Martin Storsjö <martin at martin.st>
  Date:   2023-04-19 (Wed, 19 Apr 2023)

  Changed paths:
    M compiler-rt/test/asan/TestCases/Windows/lit.local.cfg.py

  Log Message:
  -----------
  [compiler-rt] [test] Don't override config.unsupported in TestCases/Windows

This is a leftover from when these tests were added in
2bdca2006941a3a7de8e16ea9af9a758b367ee32 in 2014 (when the toplevel
asan/lit.cfg set "config.unsupported = True" on Windows). When the
common tests were included on Windows in
89d994367a597134fa7e1724314044e217718165 in 2015, that commit should
have removed the now unnecessary "config.unsupported = False" line here.

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


  Commit: 68252cd860ea69881a933c48b910d1c6f4442159
      https://github.com/llvm/llvm-project/commit/68252cd860ea69881a933c48b910d1c6f4442159
  Author: Martin Storsjö <martin at martin.st>
  Date:   2023-04-19 (Wed, 19 Apr 2023)

  Changed paths:
    M compiler-rt/test/profile/instrprof-merge-entry-cover.c
    M compiler-rt/test/profile/instrprof-merge.c

  Log Message:
  -----------
  [compiler-rt] [test] [profile] Generalize existing MSVC XFAILs to cover mingw too

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


Compare: https://github.com/llvm/llvm-project/compare/da816c298526...68252cd860ea


More information about the All-commits mailing list