[all-commits] [llvm/llvm-project] 10a356: [lldb] Skip tests incompatible with older versions...

Felipe de Azevedo Piovezan via All-commits all-commits at lists.llvm.org
Mon Sep 26 10:28:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 10a35632d55bb05004fe3d0c2d4432bb74897ee7
      https://github.com/llvm/llvm-project/commit/10a35632d55bb05004fe3d0c2d4432bb74897ee7
  Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
  Date:   2022-09-26 (Mon, 26 Sep 2022)

  Changed paths:
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/coroutine_handle/TestCoroutineHandle.py
    M lldb/test/API/lang/objc/exceptions/TestObjCExceptions.py

  Log Message:
  -----------
  [lldb] Skip tests incompatible with older versions of Clang

The coroutine tests require a standard library implementation of
coroutines, which was only made available some time _after_ Clang 13.
The first such Clang tested by the LLDB matrix bot is 15.0.1

The TestObjCExceptions test forces the use of the system's libcxx. For
the lldb matrix bot, the first Clang version compatible with the bot's
libraries is 13.0.

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




More information about the All-commits mailing list