[lld] r244218 - Bring test back but don't check the filesytem dependent error.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 08:18:59 PDT 2015


Author: rafael
Date: Thu Aug  6 10:18:59 2015
New Revision: 244218

URL: http://llvm.org/viewvc/llvm-project?rev=244218&view=rev
Log:
Bring test back but don't check the filesytem dependent error.

Modified:
    lld/trunk/test/elf2/basic.s

Modified: lld/trunk/test/elf2/basic.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf2/basic.s?rev=244218&r1=244217&r2=244218&view=diff
==============================================================================
--- lld/trunk/test/elf2/basic.s (original)
+++ lld/trunk/test/elf2/basic.s Thu Aug  6 10:18:59 2015
@@ -126,6 +126,12 @@ _start:
 # RUN:  FileCheck --check-prefix=NO_INPUT %s
 # NO_INPUT: no input files.
 
+# RUN: mkdir -p %t.dir
+# RUN: not lld -flavor gnu2 %t.dir -o %t2 2>&1 | \
+# RUN:  FileCheck --check-prefix=CANNOT_OPEN %s
+# The message after the : depends on the file system.
+# CANNOT_OPEN: cannot open {{.*}}.dir:
+
 # RUN: not lld -flavor gnu2 %t -o 2>&1 | FileCheck --check-prefix=NO_O_VAL %s
 # NO_O_VAL: missing arg value for "-o", expected 1 argument.
 




More information about the llvm-commits mailing list