[llvm-bugs] [Bug 34505] New: llvm-nm test fails on SystemZ
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Sep 6 08:08:42 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=34505
Bug ID: 34505
Summary: llvm-nm test fails on SystemZ
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Core LLVM classes
Assignee: unassignedbugs at nondot.org
Reporter: paulsson at linux.vnet.ibm.com
CC: llvm-bugs at lists.llvm.org
These are failures that are currently keeping a s390 build-bot red:
bin/llvm-lit test/tools/llvm-nm/wasm
-- Testing: 3 tests, 3 threads --
...
FAIL: LLVM :: tools/llvm-nm/wasm/exports.yaml (2 of 3)
FAIL: LLVM :: tools/llvm-nm/wasm/weak-symbols.yaml (3 of 3)
I found that by reverting 3ccf551 / trunk at 312294, the problem disappears.
******************** TEST 'LLVM :: tools/llvm-nm/wasm/exports.yaml' FAILED ***
test/tools/llvm-nm/wasm/exports.yaml:43:10: error: expected string not found in
input
# CHECK: 00000400 D bar
^
<stdin>:1:1: note: scanning from here
00000000 D bar
^
******************** TEST 'LLVM :: tools/llvm-nm/wasm/weak-symbols.yaml' FAILED
***
test/tools/llvm-nm/wasm/weak-symbols.yaml:67:10: error: expected string not
found in input
# CHECK: 00000400 W weak_global_data
^
<stdin>:1:1: note: scanning from here
00000000 W weak_global_data
^
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170906/3b7dc272/attachment.html>
More information about the llvm-bugs
mailing list