[LLVMbugs] [Bug 9698] New: many tests fail because Windows MKS doesn't understand /dev/null or >& shell syntax
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Apr 13 08:26:36 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=9698
Summary: many tests fail because Windows MKS doesn't understand
/dev/null or >& shell syntax
Product: Test Suite
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P
Component: lit
AssignedTo: unassignedbugs at nondot.org
ReportedBy: dneto.llvm at gmail.com
CC: llvmbugs at cs.uiuc.edu, daniel at zuster.org
My config is: Windows XP + MSVC 9 + Cmake + Nmake + MKS.
Many LLVM tests fail because they use /dev/null, because MKS doesn't understand
/dev/null.
The lit TCL test infrastructure doesn't rewrite the test script to eliminate
/dev/null. Furthermore, the MKS setup doesn't understand the >& construct.
For example: test/Assembler/2003-11-11-ImplicitRename.ll has this:
; RUN: not llvm-as < %s >& /dev/null
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list