forked from OSchip/llvm-project
parent
0f987a6fb3
commit
3d3295daab
|
|
@ -102,7 +102,7 @@ just_do_benchmarks_test = False
|
||||||
# Use @dsym_test or @dwarf_test decorators, defined in lldbtest.py, to mark a test
|
# Use @dsym_test or @dwarf_test decorators, defined in lldbtest.py, to mark a test
|
||||||
# as a dsym or dwarf test. Use '-N dsym' or '-N dwarf' to exclude dsym or dwarf
|
# as a dsym or dwarf test. Use '-N dsym' or '-N dwarf' to exclude dsym or dwarf
|
||||||
# tests from running.
|
# tests from running.
|
||||||
dont_do_dsym_test = "linux" in sys.platform
|
dont_do_dsym_test = "linux" in sys.platform or "freebsd" in sys.platform
|
||||||
dont_do_dwarf_test = False
|
dont_do_dwarf_test = False
|
||||||
|
|
||||||
# The blacklist is optional (-b blacklistFile) and allows a central place to skip
|
# The blacklist is optional (-b blacklistFile) and allows a central place to skip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue