brintos

brintos / llvm-project-archived public Read only

0
0
Text · 700 B · f3461b3 Raw
17 lines · plain
1REQUIRES: libxml22UNSUPPORTED: system-windows3 4Exits normally without /notify_update5RUN: llvm-mt /manifest %p/Inputs/test_manifest.manifest /out:%t.manifest6RUN: rm -f %t.manifest7 8We can't check exit code so all we can do is see if not considered it as a failure9 10File didn't exist previously so it's an update11RUN: not llvm-mt /manifest %p/Inputs/test_manifest.manifest /out:%t.manifest /notify_update12RUN: llvm-mt /manifest %p/Inputs/test_manifest.manifest /out:%t.manifest /notify_update13 14New manifest, so it's an update15RUN: not llvm-mt /manifest %p/Inputs/additional.manifest /out:%t.manifest /notify_update16RUN: llvm-mt /manifest %p/Inputs/additional.manifest /out:%t.manifest /notify_update17