-
Notifications
You must be signed in to change notification settings - Fork 15k
Closed
llvm/llvm-project-release-prs
#296Milestone
Description
From starting to build LLVM (the lib) 16 in conda-forge, things look pretty good, the only thing is that there are two failing tests on osx-64:
Failed Tests (2):
LLVM-Unit :: DebugInfo/LogicalView/./DebugInfoLogicalViewTests/LogicalViewTest/ELFReader
LLVM-Unit :: DebugInfo/LogicalView/./DebugInfoLogicalViewTests/LogicalViewTest/SelectElements
Testing Time: 2381.97s
Skipped : 7
Unsupported : 1789
Passed : 50371
Expectedly Failed: 154
Failed : 2
Error log
$SRC_DIR/llvm/unittests/DebugInfo/LogicalView/ELFReaderTest.cpp:68: Failure
Expected equality of these values:
Root->getFileFormatName()
Which is: ""
"elf64-x86-64"
Which is: 0x10d3fbe39
$SRC_DIR/llvm/unittests/DebugInfo/LogicalView/ELFReaderTest.cpp:69: Failure
Expected equality of these values:
Root->getName()
Which is: ""
DwarfClang
Which is: 0x10d3fbdfd
$SRC_DIR/llvm/unittests/DebugInfo/LogicalView/ELFReaderTest.cpp:72: Failure
Value of: CompileUnit->getProducer().startswith("clang")
Actual: false
Expected: true
$SRC_DIR/llvm/unittests/DebugInfo/LogicalView/ELFReaderTest.cpp:73: Failure
Expected equality of these values:
CompileUnit->getName()
Which is: ""
"test.cpp"
Which is: 0x10d3fbb75
$SRC_DIR/llvm/unittests/DebugInfo/LogicalView/ELFReaderTest.cpp:68
Expected equality of these values:
Root->getFileFormatName()
Which is: ""
"elf64-x86-64"
Which is: 0x10d3fbe39
$SRC_DIR/llvm/unittests/DebugInfo/LogicalView/ELFReaderTest.cpp:69
Expected equality of these values:
Root->getName()
Which is: ""
DwarfClang
Which is: 0x10d3fbdfd
$SRC_DIR/llvm/unittests/DebugInfo/LogicalView/ELFReaderTest.cpp:72
Value of: CompileUnit->getProducer().startswith("clang")
Actual: false
Expected: true
$SRC_DIR/llvm/unittests/DebugInfo/LogicalView/ELFReaderTest.cpp:73
Expected equality of these values:
CompileUnit->getName()
Which is: ""
"test.cpp"
Which is: 0x10d3fbb75
Metadata
Metadata
Assignees
Type
Projects
Status
Done