[LLVMbugs] [Bug 9265] New: --enable-targets=host-only make check fails: arm tests should not be run
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Feb 19 08:49:22 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=9265
Summary: --enable-targets=host-only make check fails: arm tests
should not be run
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: edwintorok at gmail.com
CC: llvmbugs at cs.uiuc.edu
These tests should probably not be run at all if their respective target is not
built:
FAIL: LLVM :: DebugInfo/2009-10-16-Scope.ll (3044 of 5810)
******************** TEST 'LLVM :: DebugInfo/2009-10-16-Scope.ll' FAILED
********************
Script:
--
/home/edwin/HDD/edwin/llvm-git/offi/obj/Release+Asserts/bin/llc
/home/edwin/HDD/edwin/llvm-git/offi/llvm/test/DebugInfo/2009-10-16-Scope.ll -O0
-o /dev/null -mtriple=x86_64-apple-darwin
/home/edwin/HDD/edwin/llvm-git/offi/obj/Release+Asserts/bin/llc
/home/edwin/HDD/edwin/llvm-git/offi/llvm/test/DebugInfo/2009-10-16-Scope.ll -O0
-o /dev/null -mtriple=arm-apple-darwin
--
Exit Code: 1
Command Output (stderr):
--
/home/edwin/HDD/edwin/llvm-git/offi/obj/Release+Asserts/bin/llc: error
auto-selecting target for module 'No available targets are compatible with this
triple, see -version for the available targets.'. Please use the -march option
to explicitly pick a target.
--
********************
FAIL: LLVM :: DebugInfo/2010-08-04-StackVariable.ll (3066 of 5810)
******************** TEST 'LLVM :: DebugInfo/2010-08-04-StackVariable.ll'
FAILED ********************
Script:
--
/home/edwin/HDD/edwin/llvm-git/offi/obj/Release+Asserts/bin/llc -O0
-mtriple=arm-apple-darwin <
/home/edwin/HDD/edwin/llvm-git/offi/llvm/test/DebugInfo/2010-08-04-StackVariable.ll
| grep DW_OP_fbreg
/home/edwin/HDD/edwin/llvm-git/offi/obj/Release+Asserts/bin/llc -O0
-mtriple=x86_64-apple-darwin <
/home/edwin/HDD/edwin/llvm-git/offi/llvm/test/DebugInfo/2010-08-04-StackVariable.ll
| grep DW_OP_fbreg
--
Exit Code: 1
Command Output (stderr):
--
/home/edwin/HDD/edwin/llvm-git/offi/obj/Release+Asserts/bin/llc: error
auto-selecting target for module 'No available targets are compatible with this
triple, see -version for the available targets.'. Please use the -march option
to explicitly pick a target.
--
********************
FAIL: LLVM :: MC/AsmParser/full_line_comment.s (3930 of 5810)
******************** TEST 'LLVM :: MC/AsmParser/full_line_comment.s' FAILED
********************
Script:
--
/home/edwin/HDD/edwin/llvm-git/offi/obj/Release+Asserts/bin/llvm-mc -triple
arm-apple-darwin10
/home/edwin/HDD/edwin/llvm-git/offi/llvm/test/MC/AsmParser/full_line_comment.s
| /home/edwin/HDD/edwin/llvm-git/offi/obj/Release+Asserts/bin/FileCheck
/home/edwin/HDD/edwin/llvm-git/offi/llvm/test/MC/AsmParser/full_line_comment.s
--
Exit Code: 1
Command Output (stderr):
--
/home/edwin/HDD/edwin/llvm-git/offi/obj/Release+Asserts/bin/llvm-mc: error:
unable to get target for 'arm-apple-darwin10', see --version and --triple.
FileCheck error: '-' is empty.
--
********************
FAIL: LLVM :: MC/MachO/darwin-ARM-reloc.s (4050 of 5810)
******************** TEST 'LLVM :: MC/MachO/darwin-ARM-reloc.s' FAILED
********************
Script:
--
/home/edwin/HDD/edwin/llvm-git/offi/obj/Release+Asserts/bin/llvm-mc -n -triple
armv7-apple-darwin10
/home/edwin/HDD/edwin/llvm-git/offi/llvm/test/MC/MachO/darwin-ARM-reloc.s
-filetype=obj -o
/home/edwin/HDD/edwin/llvm-git/offi/obj/test/MC/MachO/Output/darwin-ARM-reloc.s.tmp.obj
/home/edwin/HDD/edwin/llvm-git/offi/obj/Release+Asserts/bin/macho-dump
--dump-section-data <
/home/edwin/HDD/edwin/llvm-git/offi/obj/test/MC/MachO/Output/darwin-ARM-reloc.s.tmp.obj
>
/home/edwin/HDD/edwin/llvm-git/offi/obj/test/MC/MachO/Output/darwin-ARM-reloc.s.tmp.dump
/home/edwin/HDD/edwin/llvm-git/offi/obj/Release+Asserts/bin/FileCheck <
/home/edwin/HDD/edwin/llvm-git/offi/obj/test/MC/MachO/Output/darwin-ARM-reloc.s.tmp.dump
/home/edwin/HDD/edwin/llvm-git/offi/llvm/test/MC/MachO/darwin-ARM-reloc.s
--
Exit Code: 1
Command Output (stderr):
--
/home/edwin/HDD/edwin/llvm-git/offi/obj/Release+Asserts/bin/llvm-mc: error:
unable to get target for 'armv7-apple-darwin10', see --version and --triple.
--
********************
FAIL: LLVM :: MC/MachO/darwin-Thumb-reloc.s (4051 of 5810)
******************** TEST 'LLVM :: MC/MachO/darwin-Thumb-reloc.s' FAILED
********************
Script:
--
/home/edwin/HDD/edwin/llvm-git/offi/obj/Release+Asserts/bin/llvm-mc -n -triple
thumbv7-apple-darwin10
/home/edwin/HDD/edwin/llvm-git/offi/llvm/test/MC/MachO/darwin-Thumb-reloc.s
-filetype=obj -o
/home/edwin/HDD/edwin/llvm-git/offi/obj/test/MC/MachO/Output/darwin-Thumb-reloc.s.tmp.obj
/home/edwin/HDD/edwin/llvm-git/offi/obj/Release+Asserts/bin/macho-dump
--dump-section-data <
/home/edwin/HDD/edwin/llvm-git/offi/obj/test/MC/MachO/Output/darwin-Thumb-reloc.s.tmp.obj
>
/home/edwin/HDD/edwin/llvm-git/offi/obj/test/MC/MachO/Output/darwin-Thumb-reloc.s.tmp.dump
/home/edwin/HDD/edwin/llvm-git/offi/obj/Release+Asserts/bin/FileCheck <
/home/edwin/HDD/edwin/llvm-git/offi/obj/test/MC/MachO/Output/darwin-Thumb-reloc.s.tmp.dump
/home/edwin/HDD/edwin/llvm-git/offi/llvm/test/MC/MachO/darwin-Thumb-reloc.s
--
Exit Code: 1
Command Output (stderr):
--
/home/edwin/HDD/edwin/llvm-git/offi/obj/Release+Asserts/bin/llvm-mc: error:
unable to get target for 'thumbv7-apple-darwin10', see --version and --triple.
--
********************
Testing Time: 29.69s
********************
Failing Tests (5):
LLVM :: DebugInfo/2009-10-16-Scope.ll
LLVM :: DebugInfo/2010-08-04-StackVariable.ll
LLVM :: MC/AsmParser/full_line_comment.s
LLVM :: MC/MachO/darwin-ARM-reloc.s
LLVM :: MC/MachO/darwin-Thumb-reloc.s
Expected Passes : 3882
Expected Failures : 16
Unsupported Tests : 1907
Unexpected Failures: 5
--
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