2017-07-21 05:42:04 +08:00
|
|
|
REQUIRES: libxml2
|
|
|
|
UNSUPPORTED: windows
|
|
|
|
|
2017-07-28 03:58:12 +08:00
|
|
|
RUN: not llvm-mt /manifest %p/Inputs/bad.manifest 2>&1 >/dev/null | FileCheck \
|
|
|
|
RUN: %s
|
2017-07-21 05:42:04 +08:00
|
|
|
|
|
|
|
CHECK: llvm-mt error: invalid xml document
|
|
|
|
|
2017-07-28 03:58:12 +08:00
|
|
|
RUN: not llvm-mt /manifest %p/Inputs/empty.manifest 2>&1 >/dev/null | \
|
|
|
|
RUN: FileCheck %s -check-prefix=EMPTY
|
|
|
|
|
|
|
|
EMPTY: llvm-mt error: attempted to merge empty manifest
|
|
|
|
|
2017-08-19 08:37:41 +08:00
|
|
|
RUN: llvm-mt /inputresource:foo.res \
|
|
|
|
RUN: /manifest %p/Inputs/test_manifest.manifest \
|
|
|
|
RUN: /out:%t | FileCheck %s -check-prefix=NOT_SUPPORTED
|
2017-07-21 05:42:04 +08:00
|
|
|
|
|
|
|
NOT_SUPPORTED: llvm-mt: ignoring unsupported 'inputresource:' option
|