]> granicus.if.org Git - llvm/commitdiff
[llvm] [test] Remove non-portable EISDIR test from macho-disassemble-g-dsym.test
authorMichal Gorny <mgorny@gentoo.org>
Mon, 3 Jun 2019 14:50:03 +0000 (14:50 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Mon, 3 Jun 2019 14:50:03 +0000 (14:50 +0000)
Remove the test checking error message for 'is a directory'.  It does
not seem to serve any real purpose, and it relies on matching platform
error strings which are unpredictable and makes the test fragile.
Furthermore, it fails on NetBSD where read() works on directories,
and therefore does not return EISDIR at all.

Fixes r362141.

Differential Revision: https://reviews.llvm.org/D62773

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362404 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-objdump/X86/macho-disassemble-g-dsym.test

index c9f72fa752b28375c8b4bbff5560f737dad36b97..94ef98ab9f68fd000806b58a6b5260ad58536f8d 100644 (file)
@@ -15,8 +15,3 @@ MACHO_DSYM: (__TEXT,__text) section
 // RUN: llvm-objdump -m -d -g -dsym %p/../Inputs/libbogus11.a %p/../../dsymutil/Inputs/basic.macho.x86_64 2>&1 | FileCheck -check-prefix BAD_INPUT %s
 
 BAD_INPUT: is not a Mach-O or Universal file type.
-
-// RUN: not llvm-objdump -m -d -g -dsym %p/Inputs %p/Inputs/hello-macho-thin 2>&1 | FileCheck -check-prefix DIRECTORY %s
-
-// Windows will emit "Is a directory", whereas others emit "is a directory"
-DIRECTORY: {{[i|I]}}s a directory