[all-commits] [llvm/llvm-project] 33eb3f: [lldb] Delete TestBacktraceAll.py

Pavel Labath via All-commits all-commits at lists.llvm.org
Thu Jan 27 06:01:54 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 33eb3f14eb42316524efe71a916b727fe563d973
      https://github.com/llvm/llvm-project/commit/33eb3f14eb42316524efe71a916b727fe563d973
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2022-01-27 (Thu, 27 Jan 2022)

  Changed paths:
    R lldb/test/API/functionalities/thread/backtrace_all/Makefile
    R lldb/test/API/functionalities/thread/backtrace_all/ParallelTask.cpp
    R lldb/test/API/functionalities/thread/backtrace_all/TestBacktraceAll.py

  Log Message:
  -----------
  [lldb] Delete TestBacktraceAll.py

This test is completely nondeterministic, environment-dependent and does
not test what it was supposed to test (reverting the associated patch
does not make it fail).

I tried to figure out what the patch was meant to fix to see if I can
create a better test with the current tools, but I was not able to
understand the problem (it sounds like it has something to do with local
classes, but I don't understand the details).




More information about the All-commits mailing list