Skip to content

Commit 06bc9d5

Browse files
committedSep 27, 2019
[lldb] Disable testing entry values as memory location
The D67717 excludes such locations for now. llvm-svn: 373074
1 parent 7b8f546 commit 06bc9d5

File tree

1 file changed

+3
-0
lines changed
  • lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64

1 file changed

+3
-0
lines changed
 

‎lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/main.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,10 @@ int main() {
152152
func2(sink, 123);
153153

154154
// Test evaluation of "DW_OP_fbreg -24, DW_OP_deref" in the parent frame.
155+
// Disabled for now, see: llvm.org/PR43343
156+
#if 0
155157
func3(sink, s1.field2);
158+
#endif
156159

157160
// The sequences `main -> func4 -> func{5,6}_amb -> sink` are both plausible.
158161
// Test that lldb doesn't attempt to guess which one occurred: entry value

0 commit comments

Comments
 (0)
Please sign in to comment.