[PATCH] D45232: Fix manifestinput-error.test on W10

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 15:49:10 PDT 2018


aganea created this revision.
aganea added reviewers: ecbeckmann, ruiu, zturner.
Herald added a subscriber: llvm-commits.

Hi guys,
The following test doesn't pass on my https://reviews.llvm.org/W10 machine. Is there a way to restrict it to https://reviews.llvm.org/W8? Or upgrade?


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D45232

Files:
  lld/test/COFF/manifestinput-error.test


Index: lld/test/COFF/manifestinput-error.test
===================================================================
--- lld/test/COFF/manifestinput-error.test
+++ lld/test/COFF/manifestinput-error.test
@@ -7,4 +7,4 @@
 # RUN:   /manifestuac:"level='requireAdministrator'" \
 # RUN:   /manifestinput:%p/Inputs/manifestinput.test %t.obj 2>&1 | FileCheck %s
 
-# CHECK: error: unable to find mt.exe in PATH: No such file or directory
+# CHECK: error: unable to find mt.exe in PATH: no such file or directory


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45232.140872.patch
Type: text/x-patch
Size: 503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180403/7fc73070/attachment.bin>


More information about the llvm-commits mailing list