From 622eb4dd5ff9eb160359df5174e5ca6974df8dfa Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Apr 25 2022 08:52:37 +0000 Subject: tests: drop lit-tests lit tests are run in build time, in the %check stage of rpmbuild. Hence it's not needed to run them in gating. --- diff --git a/tests/lit-tests/main.fmf b/tests/lit-tests/main.fmf deleted file mode 100644 index 0ae9ac1..0000000 --- a/tests/lit-tests/main.fmf +++ /dev/null @@ -1,20 +0,0 @@ -summary: Run lld testsuite -test: "$WITH_SCL ./test.sh" -duration: 30m -require: [] -adjust: - - because: lld is not shipped for s390x - enabled: false - when: arch == s390x - - # Common requirements when LLVM is not SCL-ized - - require+: - - lld - - lld-test - when: "collection is not defined" - - # Requirements for SCL-ized LLVM - - require+: - - llvm-toolset-13.0-lld - - llvm-toolset-13.0-lld-test - when: "collection == llvm-toolset-13.0" diff --git a/tests/lit-tests/test.sh b/tests/lit-tests/test.sh deleted file mode 100755 index 6b68588..0000000 --- a/tests/lit-tests/test.sh +++ /dev/null @@ -1,7 +0,0 @@ -set -eux - -if ! id -u lld; then - useradd lld -fi - -su lld -c 'bash /usr/libexec/tests/lld/run-lit-tests --threads 1'