forked from OSchip/llvm-project
Updated the comment section for running 'expr self->string' and 'expr self->date'.
The failures are similar in nature to the radar already filed: # rdar://problem/8492646 # test/foundation fails after updating to tot r115023 # self->str displays nothing as output llvm-svn: 115052
This commit is contained in:
parent
ac2e43082a
commit
2e566e040a
|
@ -126,12 +126,15 @@ class FoundationTestCase(TestBase):
|
|||
startstr = "(NSDate *) self->date")
|
||||
|
||||
# TODO: use expression parser.
|
||||
# self.runCmd("expr self->str")
|
||||
# self.runCmd("expr self->date")
|
||||
|
||||
# (lldb) expr self->str
|
||||
# error: instance variable 'str' is protected
|
||||
# error: 'MyString' does not have a member named 'str'
|
||||
# error: 1 errors parsing expression
|
||||
# Couldn't parse the expresssion
|
||||
# (lldb) expr self->date
|
||||
# error: instance variable 'date' is protected
|
||||
# error: 'MyString' does not have a member named 'date'
|
||||
# error: 1 errors parsing expression
|
||||
# Couldn't parse the expresssion
|
||||
|
||||
|
|
Loading…
Reference in New Issue