binutils-gdb icon indicating copy to clipboard operation
binutils-gdb copied to clipboard

Test suite failure: Handle no DWARF information

Open pipcet opened this issue 8 years ago • 0 comments

regexp "^.*/dwarf3\.o: In function `main':$"
line   "tmpdir/dwarf3.o: In function `__wasm_code_main':"
regexp_diff match failure
regexp "^.*\(\.text.*\+0x[0-9a-f]+\): undefined reference to `bar'$"
line   "(.wasm.payload.code+0x56): undefined reference to `bar'"
regexp_diff match failure
regexp "^.*\(\.text.*\+0x[0-9a-f]+\): undefined reference to `bar'$"
line   "(.wasm.payload.code+0x83): undefined reference to `bar'"

Harmless, but annoying to xfail.

pipcet avatar Mar 12 '17 19:03 pipcet