From be3aa829cbb6dcdb82ef3af8da8b50763ef35ce6 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Thu, 11 Jul 2024 11:36:42 +0000 Subject: [PATCH] lldb: disable tests for lldb --- check.spec.inc | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/check.spec.inc b/check.spec.inc index cc1850c..b13e041 100644 --- a/check.spec.inc +++ b/check.spec.inc @@ -240,13 +240,25 @@ export LIT_FILTER_OUT=$(test_list_to_regex test_list_filter_out) %cmake_build --target check-openmp #endregion -#region Test LLDB -reset_test_opts -# Don't run check-lldb on s390x because more than 150 tests are failing there -%ifnarch s390x -%cmake_build --target check-lldb -%endif -#endregion +## 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 +## #endregion +## +## #region LLDB SB API tests +## reset_test_opts +## %cmake_build --target check-lldb-api +## #endregion +## +## #region LLDB shell tests +## reset_test_opts +## %cmake_build --target check-lldb-shell +## #endregion +## %endif + #region Test LLD reset_test_opts