[LLVMbugs] [Bug 20284] New: GDB failures in gdb trunk
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jul 10 16:24:19 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20284
Bug ID: 20284
Summary: GDB failures in gdb trunk
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: dnovillo at google.com
CC: dblaikie at gmail.com, echristo at gmail.com,
llvmbugs at cs.uiuc.edu
Classification: Unclassified
The following tests started failing on gdb 7.5 with the patch that enables
-gcolumn-info by default
(http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140707/109641.html).
FAIL: gdb.reverse/step-precsave.exp: reverse step out of called fn
FAIL: gdb.reverse/step-precsave.exp: reverse next over call
FAIL: gdb.reverse/step-precsave.exp: reverse step test 1
FAIL: gdb.reverse/step-precsave.exp: reverse next test 1
FAIL: gdb.reverse/step-precsave.exp: reverse next test 2
FAIL: gdb.reverse/step-reverse.exp: reverse step out of called fn
FAIL: gdb.reverse/step-reverse.exp: reverse next over call
FAIL: gdb.reverse/step-reverse.exp: reverse step test 1
FAIL: gdb.reverse/step-reverse.exp: reverse next test 1
FAIL: gdb.reverse/step-reverse.exp: reverse next test 2
I tried running the gdb testsuite from gdb trunk, and these failures reproduce
there with or without my -gcolumn-info patch. I think that these tests were
working in 7.5 by chance.
I've XFAIL'd them for now in clang-tests-external.
--
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/20140710/66aedf83/attachment.html>
More information about the llvm-bugs
mailing list