[all-commits] [llvm/llvm-project] 14e280: [lldb-dap][test] Skip TestDAP_runInTerminal/TestDA...

Michael Buch via All-commits all-commits at lists.llvm.org
Wed Jun 25 04:29:27 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 14e280e44e05446f7df3ef634b52b29e2c74e513
      https://github.com/llvm/llvm-project/commit/14e280e44e05446f7df3ef634b52b29e2c74e513
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2025-06-25 (Wed, 25 Jun 2025)

  Changed paths:
    M lldb/test/API/tools/lldb-dap/restart/TestDAP_restart_runInTerminal.py
    M lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py

  Log Message:
  -----------
  [lldb-dap][test] Skip TestDAP_runInTerminal/TestDAP_restart_runInTerminal on ASAN

These fail with on the macOS ASAN CI with following error:
```
07:10:31  ======================================================================
07:10:31  FAIL: test_runInTerminalWithObjectEnv (TestDAP_runInTerminal.TestDAP_runInTerminal)
07:10:31     Tests the "runInTerminal" reverse request. It makes sure that the IDE can
07:10:31  ----------------------------------------------------------------------
07:10:31  Traceback (most recent call last):
07:10:31    File "/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake-sanitized/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 149, in wrapper
07:10:31      return func(*args, **kwargs)
07:10:31    File "/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake-sanitized/llvm-project/lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py", line 83, in test_runInTerminalWithObjectEnv
07:10:31      self.build_and_launch(program, runInTerminal=True, env={"FOO": "BAR"})
07:10:31    File "/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake-sanitized/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-dap/lldbdap_testcase.py", line 488, in build_and_launch
07:10:31      return self.launch(program, **kwargs)
07:10:31    File "/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake-sanitized/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-dap/lldbdap_testcase.py", line 470, in launch
07:10:31      self.assertTrue(
07:10:31  AssertionError: False is not true : launch failed (process exited during launch or attach)
07:10:31  Config=arm64-/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake-sanitized/lldb-build/bin/clang
```

These fail ever since they were enabled in https://github.com/llvm/llvm-project/pull/144954.

Skip these again when testing with ASAN.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list