[all-commits] [llvm/llvm-project] 021b93: [lldb] Make TestSBModule a no-SHARED_BUILD_TESTCAS...

Pavel Labath via All-commits all-commits at lists.llvm.org
Thu May 28 22:29:59 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 021b93e7e763e81db740972c5f2b761a6f7f47b5
      https://github.com/llvm/llvm-project/commit/021b93e7e763e81db740972c5f2b761a6f7f47b5
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2026-05-29 (Fri, 29 May 2026)

  Changed paths:
    M lldb/test/API/python_api/sbmodule/TestSBModule.py

  Log Message:
  -----------
  [lldb] Make TestSBModule a no-SHARED_BUILD_TESTCASE (#188265)

Building libfoo.a twice (quickly) confuses the cache in
ObjectContainerBSDArchive (which works only with second granularity),
and causes the second test to fail due to accessing wrong parts of the
file.

I'm also making this a NO_DEBUG_INFO_TESTCASE as the debug info
distinction is not particularly relevant for this test. Technically,
this would be enough as the collision is between two debug info variants
of the same test case, but SHARED_BUILD_TESTCASE=False seems like a more
principled fix.



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