[LLVMbugs] [Bug 1504] NEW: DebugInfo tests fail with 'file not found'
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Jun 9 14:25:00 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1504
Summary: DebugInfo tests fail with 'file not found'
Product: Test Suite
Version: 2.0
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P2
Component: Programs Tests
AssignedTo: unassignedbugs at nondot.org
ReportedBy: dhein at acm.org
I'm running the DebugInfo tests in the source tree and I get a FAIL from five of
the tests -- they complain about 'file not found', but it might just be a
corrupted shell command (see the example output at the end of this note). The
tool chain seems to be working fine, so I'm not sure why these tests fail.
I'm running on a PowerPC with OS X 10.4.9 and XCode 2.4. I'm using an optimized
version of llvm, and I'm using a version of the front end that I built from the
source.
Most of the other tests work ... the only other tests that fail are some of the
CodeGen tests fail because I built llvm with only the powerpc target and so the
x86 and ARM and so on fail because of missing target support.
Here is an example of the first couple failures (output from running "make
TESTSUITE=DebugInfo":
Running /Users/davehein/llvm/llvm2.0/src/llvm-2.0/test/DebugInfo/dg.exp ...
FAIL:
/Users/davehein/llvm/llvm2.0/src/llvm-2.0/test/DebugInfo/2006-11-06-StackTrace.cpp
Failed with posix(ENOENT,no such file or directory) at line 1
while running: -emit-llvm -S -O0 -g
/Users/davehein/llvm/llvm2.0/src/llvm-2.0/test/DebugInfo/2006-11-06-StackTrace.cpp
-o - | llvm-as | llc --disable-fp-elim -o Output/2006-11-06-StackTrace.cpp.tmp.s -f
couldn't execute "-emit-llvm": no such file or directory
FAIL:
/Users/davehein/llvm/llvm2.0/src/llvm-2.0/test/DebugInfo/2006-11-20-GlobalSymbols.cpp
for PR1013
Failed with posix(ENOENT,no such file or directory) at line 1
while running: -emit-llvm -O0 -g -c
/Users/davehein/llvm/llvm2.0/src/llvm-2.0/test/DebugInfo/2006-11-20-GlobalSymbols.cpp
couldn't execute "-emit-llvm": no such file or directory
--
Dave Hein
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list