[all-commits] [llvm/llvm-project] 69b336: [lldb] X-fail tests that use constructors in expre...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Thu Oct 17 14:26:23 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 69b3363a5340439d3ff793988c4d628644dedd71
      https://github.com/llvm/llvm-project/commit/69b3363a5340439d3ff793988c4d628644dedd71
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2019-10-17 (Thu, 17 Oct 2019)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/TestCallOverriddenMethod.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/ignore-artificial-constructors/TestIgnoreArtificialConstructors.py

  Log Message:
  -----------
  [lldb] X-fail tests that use constructors in expressions on Windows

These tests were testing a bug related to constructors. It seems that
on Windows the expression command can't construct objects (or at least,
call their constructor explicitly which is required for the tests), so
this is just x-failing them until Windows actually supports constructor calls.

llvm-svn: 375173




More information about the All-commits mailing list