mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
Add another flaky lldb test to exclude list
This test seems flaky: lldb-api :: functionalities/fork/concurrent_vfork/TestConcurrentVFork.py
This commit is contained in:
parent
f474b07a47
commit
d8be89d90c
1 changed files with 2 additions and 2 deletions
|
@ -190,8 +190,6 @@ export LIT_XFAIL="$LIT_XFAIL;worksharing/for/omp_collapse_one_int.c"
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region LLDB
|
#region LLDB
|
||||||
filter_out_tests+=("lldb-api :: functionalities/data-formatter/data-formatter-stl/libstdcpp/variant/TestDataFormatterLibStdcxxVariant.py")
|
|
||||||
|
|
||||||
# The following test is actually reported as lldb-unit :: Expression/./ExpressionTests/ClangHostTest/ComputeClangResourceDirectory
|
# The following test is actually reported as lldb-unit :: Expression/./ExpressionTests/ClangHostTest/ComputeClangResourceDirectory
|
||||||
# It is a unit test and therefore must be filtered out using GTEST_FILTER.
|
# It is a unit test and therefore must be filtered out using GTEST_FILTER.
|
||||||
# Filtering it out using LIT would mean to use a number that is not future proof:
|
# Filtering it out using LIT would mean to use a number that is not future proof:
|
||||||
|
@ -201,6 +199,8 @@ export GTEST_FILTER="-*ClangHostTest.ComputeClangResourceDirectory*"
|
||||||
|
|
||||||
# Flaky tests:
|
# Flaky tests:
|
||||||
filter_out_tests+=("lldb-shell :: SymbolFile/DWARF/x86/dwp-foreign-type-units.cpp")
|
filter_out_tests+=("lldb-shell :: SymbolFile/DWARF/x86/dwp-foreign-type-units.cpp")
|
||||||
|
filter_out_tests+=("lldb-api :: functionalities/data-formatter/data-formatter-stl/libstdcpp/variant/TestDataFormatterLibStdcxxVariant.py")
|
||||||
|
filter_out_tests+=("lldb-api :: functionalities/fork/concurrent_vfork/TestConcurrentVFork.py")
|
||||||
|
|
||||||
# TODO(kkleine): I think I saw this test hanging at least once. Comment back in if needed.
|
# TODO(kkleine): I think I saw this test hanging at least once. Comment back in if needed.
|
||||||
#filter_out_tests+=("lldb-api :: commands/process/attach/TestProcessAttach.py")
|
#filter_out_tests+=("lldb-api :: commands/process/attach/TestProcessAttach.py")
|
||||||
|
|
Loading…
Reference in a new issue