[LLVMbugs] [Bug 4750] New: MC/MachO tests fail on Solaris.
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Aug 22 02:19:22 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4750
Summary: MC/MachO tests fail on Solaris.
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Solaris
Status: NEW
Severity: blocker
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: eocallaghan at auroraux.org
CC: llvmbugs at cs.uiuc.edu
FAIL: /export/home2/edward/lab/llvm/llvm/test/MC/MachO/data.s
Failed with exit(1) at line 1
while running: llvm-mc /export/home2/edward/lab/llvm/llvm/test/MC/MachO/data.s
-filetype=obj -o - | macho-dump | FileCheck
/export/home2/edward/lab/llvm/llvm/test/MC/MachO/data.s
/export/home2/edward/lab/llvm/llvm/test/MC/MachO/data.s:17:11: error: expected
string not found in input
// CHECK: ('cputype', 7)
^
<stdin>:1:1: note: scanning from here
('cputype', 7L)
^
FAIL: /export/home2/edward/lab/llvm/llvm/test/MC/MachO/sections.s
Failed with exit(1) at line 1
while running: llvm-mc
/export/home2/edward/lab/llvm/llvm/test/MC/MachO/sections.s -filetype=obj -o -
| macho-dump | FileCheck
/export/home2/edward/lab/llvm/llvm/test/MC/MachO/sections.s
/export/home2/edward/lab/llvm/llvm/test/MC/MachO/sections.s:46:11: error:
expected string not found in input
// CHECK: ('cputype', 7)
^
<stdin>:1:1: note: scanning from here
('cputype', 7L)
^
Should block llvm 2.6 release.
Cheers,
Edward.
--
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