summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-mt/xml_error.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-mt] Use WithColor for printing errors.Jonas Devlieghere2018-06-231-2/+2
| | | | | | Use the WithColor helper from support to print errors. llvm-svn: 335416
* Change "UNSUPPORTED: windows" to be "UNSUPPORTED: system-windows" so that ↵Douglas Yung2018-02-081-1/+1
| | | | | | | | test is actually skipped on Windows. Reviewed by Paul Robinson llvm-svn: 324632
* llvm-mt: Merge manifest namespaces.Eric Beckmann2017-08-191-3/+3
| | | | | | | | | | | mt.exe performs a tree merge where certain element nodes are combined into one. This introduces the possibility of xml namespaces conflicting with each other. The original mt.exe has a hierarchy whereby certain namespace names can override others, and nodes that would then end up in ambigious namespaces have their namespaces explicitly defined. This namespace handles this merging process. llvm-svn: 311215
* Add test to reject merging of empty manifest.Eric Beckmann2017-07-271-2/+9
| | | | | | | | | | Reviewers: ruiu, rnk Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D35954 llvm-svn: 309317
* Implement parsing and writing of a single xml manifest file.Eric Beckmann2017-07-201-0/+11
Summary: Implement parsing and writing of a single xml manifest file. Subscribers: mgorny, llvm-commits, hiraditya Differential Revision: https://reviews.llvm.org/D35425 llvm-svn: 308679
OpenPOWER on IntegriCloud