mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
Actually disable lldb tests
Make sure to use %% for macros inside comments.
This commit is contained in:
parent
7f69c7ebdf
commit
9552a8f6c7
1 changed files with 6 additions and 6 deletions
|
@ -240,24 +240,24 @@ export LIT_FILTER_OUT=$(test_list_to_regex test_list_filter_out)
|
||||||
%cmake_build --target check-openmp
|
%cmake_build --target check-openmp
|
||||||
#endregion
|
#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
|
## 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
|
## #region LLDB unit tests
|
||||||
## reset_test_opts
|
## reset_test_opts
|
||||||
## %cmake_build --target check-lldb-unit
|
## %%cmake_build --target check-lldb-unit
|
||||||
## #endregion
|
## #endregion
|
||||||
##
|
##
|
||||||
## #region LLDB SB API tests
|
## #region LLDB SB API tests
|
||||||
## reset_test_opts
|
## reset_test_opts
|
||||||
## %cmake_build --target check-lldb-api
|
## %%cmake_build --target check-lldb-api
|
||||||
## #endregion
|
## #endregion
|
||||||
##
|
##
|
||||||
## #region LLDB shell tests
|
## #region LLDB shell tests
|
||||||
## reset_test_opts
|
## reset_test_opts
|
||||||
## %cmake_build --target check-lldb-shell
|
## %%cmake_build --target check-lldb-shell
|
||||||
## #endregion
|
## #endregion
|
||||||
## %endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
#region Test LLD
|
#region Test LLD
|
||||||
|
|
Loading…
Reference in a new issue