[lld] r243184 - [ELF2] Remove broken test.

Michael J. Spencer bigcheesegs at gmail.com
Fri Jul 24 17:09:22 PDT 2015


Author: mspencer
Date: Fri Jul 24 19:09:22 2015
New Revision: 243184

URL: http://llvm.org/viewvc/llvm-project?rev=243184&view=rev
Log:
[ELF2] Remove broken test.

The exact error the system returns for this case is varies between OS's and file systems.

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

Modified: lld/trunk/test/elf2/basic.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf2/basic.test?rev=243184&r1=243183&r2=243184&view=diff
==============================================================================
--- lld/trunk/test/elf2/basic.test (original)
+++ lld/trunk/test/elf2/basic.test Fri Jul 24 19:09:22 2015
@@ -62,11 +62,6 @@ _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
-# CANNOT_OPEN: cannot open {{.*}}.dir: {{[Ii]}}s a directory
-
 # 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