http://llvm.org/bugs/show_bug.cgi?id=18832
Bug ID: 18832
Summary: Two watchpoint set expression tests fail on FreeBSD
Product: lldb
Version: unspecified
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Submitting this PR for two watchpoint expression tests that will fail once
FreeBSD watchpoint support is enabled. These tests currently have an
@expectedFailureFreeBSD('llvm.org/pr16706') decorator.
The watchpoint set expression commands being tested work when input directly.
The failures occur only when run via python self.expect().
==========================================================================
python dotest.py --executable ~/GIT.d/llvm-0212.wrk/build/bin/lldb -v -t -p
TestWatchpointSetErrorCases.py
. . . .
runCmd: watchpoint set expression -w write --
check of return status not required
runCmd failed!
error: expression evaluation of address to watch failed
expression evaluated: -w write --
Expecting start string: error:
Matched
runCmd: watchpoint set expression MyAggregateDataType
check of return status not required
runCmd failed!
error: expression evaluation of address to watch failed
expression evaluated: MyAggregateDataType
Expecting start string: error: expression did not evaluate to an address
Not matched
FAIL
==========================================================================
python dotest.py --executable ~/GIT.d/llvm-0212.wrk/build/bin/lldb -v -t -p
TestWatchLocationWithWatchSet.py
. . . .
runCmd: watchpoint set expression -w write -x 1 -- g_char_ptr + 7
runCmd failed!
error: expression evaluation of address to watch failed
expression evaluated: g_char_ptr + 7
FAILURE
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev