mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
lldb: disable tests for lldb
This commit is contained in:
parent
af1c7f6599
commit
be3aa829cb
1 changed files with 19 additions and 7 deletions
|
@ -240,13 +240,25 @@ export LIT_FILTER_OUT=$(test_list_to_regex test_list_filter_out)
|
||||||
%cmake_build --target check-openmp
|
%cmake_build --target check-openmp
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Test LLDB
|
## TODO(kkleine): Come back and re-enable testing for LLDB
|
||||||
reset_test_opts
|
## # Don't run LLDB tests on s390x because more than 150 tests are failing there
|
||||||
# Don't run check-lldb on s390x because more than 150 tests are failing there
|
## %ifnarch s390x
|
||||||
%ifnarch s390x
|
## #region LLDB unit tests
|
||||||
%cmake_build --target check-lldb
|
## reset_test_opts
|
||||||
%endif
|
## %cmake_build --target check-lldb-unit
|
||||||
#endregion
|
## #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
|
#region Test LLD
|
||||||
reset_test_opts
|
reset_test_opts
|
||||||
|
|
Loading…
Reference in a new issue