[llvm] 5ddd561 - disable execute-only tests which are failing with expensive checks
Ties Stuij via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 23 08:36:02 PDT 2023
Author: Ties Stuij
Date: 2023-06-23T16:35:24+01:00
New Revision: 5ddd561cb5e2d2c55f4d42912a96d1e0982697b1
URL: https://github.com/llvm/llvm-project/commit/5ddd561cb5e2d2c55f4d42912a96d1e0982697b1
DIFF: https://github.com/llvm/llvm-project/commit/5ddd561cb5e2d2c55f4d42912a96d1e0982697b1.diff
LOG: disable execute-only tests which are failing with expensive checks
Temporarily disabling the execute-only tests. We recently added codegen for
armv6-m, which is still in heavy development (D152795).
Disabling the tests while we're figuring out what's going on is probably the
least disruptive option, as a patch dependent on it also already landed.
Added:
Modified:
llvm/test/CodeGen/ARM/execute-only.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/ARM/execute-only.ll b/llvm/test/CodeGen/ARM/execute-only.ll
index 1123efbc11a75..561053e777690 100644
--- a/llvm/test/CodeGen/ARM/execute-only.ll
+++ b/llvm/test/CodeGen/ARM/execute-only.ll
@@ -1,3 +1,5 @@
+; UNSUPPORTED: expensive_checks
+
; RUN: llc -mtriple=thumbv8m.base-eabi -mattr=+execute-only %s -o - | FileCheck --check-prefix=CHECK --check-prefix=CHECK-T2BASE %s
; RUN: llc -mtriple=thumbv8m.base-eabi -mcpu=cortex-m23 -mattr=+execute-only %s -o - | FileCheck --check-prefix=CHECK --check-prefix=CHECK-T2BASE %s
; RUN: llc -mtriple=thumbv7m-eabi -mattr=+execute-only %s -o - | FileCheck --check-prefix=CHECK --check-prefix=CHECK-T2 %s
More information about the llvm-commits
mailing list