mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-05 03:36:43 +00:00
Requirements can have & in them!
Lets escape those so the XML is valid! llvm-svn: 332161
This commit is contained in:
parent
5e42577a9e
commit
c01e6f9ecb
@ -386,7 +386,7 @@ class Test:
|
||||
elif self.result.code == UNSUPPORTED:
|
||||
unsupported_features = self.getMissingRequiredFeatures()
|
||||
if unsupported_features:
|
||||
skip_message = "Skipping because of: " + ", ".join(unsupported_features)
|
||||
skip_message = escape("Skipping because of: " + ", ".join(unsupported_features))
|
||||
else:
|
||||
skip_message = "Skipping because of configuration."
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user