[lldb] Disable testing entry values as memory location
authorDjordje Todorovic <djordje.todorovic@rt-rk.com>
Fri, 27 Sep 2019 12:16:29 +0000 (12:16 +0000)
committerDjordje Todorovic <djordje.todorovic@rt-rk.com>
Fri, 27 Sep 2019 12:16:29 +0000 (12:16 +0000)
The D67717 excludes such locations for now.

llvm-svn: 373074

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

index 6efd570..d49ed49 100644 (file)
@@ -152,7 +152,10 @@ int main() {
   func2(sink, 123);
 
   // Test evaluation of "DW_OP_fbreg -24, DW_OP_deref" in the parent frame.
+  // Disabled for now, see: llvm.org/PR43343
+#if 0
   func3(sink, s1.field2);
+#endif
 
   // The sequences `main -> func4 -> func{5,6}_amb -> sink` are both plausible.
   // Test that lldb doesn't attempt to guess which one occurred: entry value