Add special condition replacement for libclang in qttools
Change-Id: Icf35a2e39307e6239d8704824105bdc6b9081ffd Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
ea9c2e558c
commit
e0205f1793
@ -317,6 +317,9 @@ def map_condition(condition):
|
||||
condition = re.sub("\\s+", " ", mapped_condition)
|
||||
condition = condition.strip()
|
||||
|
||||
# Special case for WrapLibClang in qttools
|
||||
condition = condition.replace("TEST_libclang.has_clangcpp", "TEST_libclang")
|
||||
|
||||
if has_failed:
|
||||
condition += " OR FIXME"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user