summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-mt/xml_error.test
blob: 50246c962a1d8d219d19d0e64728663ed8e238b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
REQUIRES: libxml2
UNSUPPORTED: windows

RUN: not llvm-mt /manifest %p/Inputs/bad.manifest 2>&1 >/dev/null | FileCheck %s

CHECK: llvm-mt error: invalid xml document

RUN: llvm-mt /inputresource:foo.res /manifest \
RUN:   %p/Inputs/test_manifest.manifest | FileCheck %s -check-prefix=NOT_SUPPORTED

NOT_SUPPORTED: llvm-mt: ignoring unsupported 'inputresource:' option
OpenPOWER on IntegriCloud