Skip to content

Commit a244056

Browse files
committed
Disable the portion of the test that relies on ValueCheck(dereference=...)
It doesn't exist on this branch.
1 parent 80533d2 commit a244056

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lldb/test/API/macosx/objc_exception_recognizer/TestObjCRecognizer.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ def objc_recognizer_test(self, sub_class):
4444
self.assertEqual(len(threads), 1, "One thread hit exception breakpoint")
4545
frame = threads[0].frame[0]
4646

47+
# This test relies on the dereference argument to ValueCheck, which isn't on
48+
# this branch, so I'm skipping that portion of the test.
49+
return
50+
4751
var_opts = lldb.SBVariablesOptions()
4852
var_opts.SetIncludeRecognizedArguments(True)
4953
var_opts.SetUseDynamic(True)

0 commit comments

Comments
 (0)