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: unassignedb...@nondot.org
Reporter: pauls...@linux.vnet.ibm.com
CC: llvm-bugs@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@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs