[all-commits] [llvm/llvm-project] 5ce783: [lldb][test] Skip *-dbg-info-content API tests

Michael Buch via All-commits all-commits at lists.llvm.org
Tue Aug 1 14:43:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5ce7831b402334a13b00c1441655a51fbec7456a
      https://github.com/llvm/llvm-project/commit/5ce7831b402334a13b00c1441655a51fbec7456a
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2023-08-01 (Tue, 01 Aug 2023)

  Changed paths:
    M lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentListFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py

  Log Message:
  -----------
  [lldb][test] Skip *-dbg-info-content API tests

These tests started failing on the public build-bots recently
with following error:
```
AssertionError: 'error: Couldn't lookup symbols:
  __ZNSt3__122__libcpp_verbose_abortEPKcz
' is not success
```

We've seen this previously when the SDKs we used to compile the
`std` module differ from the test program.
(see D146714, rdar://107052293, D139361, rdar://102427461)

Skip these tests on older MacOS versions for now.

This is possibly related to the recent `std` module changes in D144322.

rdar://113227172

Differential Revision: https://reviews.llvm.org/D156827




More information about the All-commits mailing list