From 9552a8f6c7263af060e6b15e18f97898b84cda38 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 16 Jul 2024 09:52:51 +0200 Subject: [PATCH] Actually disable lldb tests Make sure to use %% for macros inside comments. --- check.spec.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/check.spec.inc b/check.spec.inc index b13e041..6126915 100644 --- a/check.spec.inc +++ b/check.spec.inc @@ -240,24 +240,24 @@ export LIT_FILTER_OUT=$(test_list_to_regex test_list_filter_out) %cmake_build --target check-openmp #endregion +# Don't run LLDB tests on s390x because more than 150 tests are failing there +%ifnarch s390x ## TODO(kkleine): Come back and re-enable testing for LLDB -## # Don't run LLDB tests on s390x because more than 150 tests are failing there -## %ifnarch s390x ## #region LLDB unit tests ## reset_test_opts -## %cmake_build --target check-lldb-unit +## %%cmake_build --target check-lldb-unit ## #endregion ## ## #region LLDB SB API tests ## reset_test_opts -## %cmake_build --target check-lldb-api +## %%cmake_build --target check-lldb-api ## #endregion ## ## #region LLDB shell tests ## reset_test_opts -## %cmake_build --target check-lldb-shell +## %%cmake_build --target check-lldb-shell ## #endregion -## %endif +%endif #region Test LLD