2 UNSUPPORTED: system-windows
4 Exits normally without /notify_update
5 RUN: llvm-mt /manifest %p/Inputs/test_manifest.manifest /out:%t.manifest
8 We can't check exit code so all we can do is see if not considered it as a failure
10 File didn't exist previously so it's an update
11 RUN: not llvm-mt /manifest %p/Inputs/test_manifest.manifest /out:%t.manifest /notify_update
12 RUN: llvm-mt /manifest %p/Inputs/test_manifest.manifest /out:%t.manifest /notify_update
14 New manifest, so it's an update
15 RUN: not llvm-mt /manifest %p/Inputs/additional.manifest /out:%t.manifest /notify_update
16 RUN: llvm-mt /manifest %p/Inputs/additional.manifest /out:%t.manifest /notify_update