[all-commits] [llvm/llvm-project] eceb9d: [orc-rt] Add regression test-tool infrastructure (...

Lang Hames via All-commits all-commits at lists.llvm.org
Thu Jul 9 04:13:42 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eceb9d55a2c526798480a1ceb8dfedb85b5b6c9b
      https://github.com/llvm/llvm-project/commit/eceb9d55a2c526798480a1ceb8dfedb85b5b6c9b
  Author: Lang Hames <lhames at gmail.com>
  Date:   2026-07-09 (Thu, 09 Jul 2026)

  Changed paths:
    M orc-rt/test/CMakeLists.txt
    M orc-rt/test/regression/lit.cfg.py
    A orc-rt/test/regression/smoke-check.test
    A orc-rt/test/tools/CMakeLists.txt
    A orc-rt/test/tools/orc-rt-smoke-check.cpp

  Log Message:
  -----------
  [orc-rt] Add regression test-tool infrastructure (#208398)

Set up the infrastructure for regression tests that build and run a
helper tool, in preparation for testing the logging backends.

- Add test/tools/ for test-support binaries, with a first tool,
orc-rt-smoke-check, wired into ORC_RT_TEST_DEPS and onto lit's PATH.
- Add test/regression/smoke-check.test, which runs the tool and matches
its output with FileCheck, exercising the tool-build and lit plumbing
end to end.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list