[all-commits] [llvm/llvm-project] 606cf8: [ExecutionEngine][test][RISCV] Don't mark RISCV as...

Alex Bradbury via All-commits all-commits at lists.llvm.org
Tue Jan 28 05:24:02 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 606cf887416ba2f136f3104ac12469fc81f73968
      https://github.com/llvm/llvm-project/commit/606cf887416ba2f136f3104ac12469fc81f73968
  Author: Alex Bradbury <asb at igalia.com>
  Date:   2025-01-28 (Tue, 28 Jan 2025)

  Changed paths:
    M llvm/test/ExecutionEngine/lit.local.cfg

  Log Message:
  -----------
  [ExecutionEngine][test][RISCV] Don't mark RISCV as unsupported (#124464)

Although MCJIT is unsupported, we can and should be running the other
tests. Stacks on top of #124463 (needed to avoid unsupported MCJIT tests
in the top-level test/ExecutionEngine directory running when they
shouldn't).

This effectively reverts b8feeba0b407e703385738af7e415d0c8972a420.

ninja check-llvm-executionengine before:
Total Discovered Tests: 335
  Unsupported: 335 (100.00%)

ninja check-llvm-executionengine after:
Total Discovered Tests: 335
  Unsupported      : 125 (37.31%)
  Passed           : 209 (62.39%)
  Expectedly Failed:   1 (0.30%)



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