[PATCH] D76290: [lit] Allow passing extra commands to executeShTest
Dan Liew via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 20 17:55:42 PDT 2020
delcypher added inline comments.
================
Comment at: llvm/utils/lit/tests/shtest-inject.py:1
+# Check that we can inject commands at the beginning of a ShTest using a custom
+# test format.
----------------
These tests require an external shell. I don't know if that option is available on all the platforms where this test runs (e.g. Windows). Do you need to put a `REQUIRES: <something>` on this test?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76290/new/
https://reviews.llvm.org/D76290
More information about the llvm-commits
mailing list