[all-commits] [llvm/llvm-project] e10863: [lldb] Disable `watchpoint_callback.test` temporar...

Med Ismail Bennani via All-commits all-commits at lists.llvm.org
Wed May 24 10:58:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e1086384e5841e861cd19d5d980394cfcf94ef98
      https://github.com/llvm/llvm-project/commit/e1086384e5841e861cd19d5d980394cfcf94ef98
  Author: Med Ismail Bennani <ismail at bennani.ma>
  Date:   2023-05-24 (Wed, 24 May 2023)

  Changed paths:
    M lldb/test/Shell/ScriptInterpreter/Lua/watchpoint_callback.test

  Log Message:
  -----------
  [lldb] Disable `watchpoint_callback.test` temporarily on darwin

This test started failing on the green-dragon bot, but after some
investigation, it doesn't have anything to do with Lua.

If we use a variable watchpoint with a condition using a scope variable,
if we go out-of-scope, the watpoint remains active which can the
expression evaluator to fail to parse the watchpoint condition (because
of the missing varible bindings).

For now, we should disable this test until we come up with a fix for it.

rdar://109574319

Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>




More information about the All-commits mailing list