[lldb] X-fail tests that use constructors in expressions on Windows
authorRaphael Isemann <teemperor@gmail.com>
Thu, 17 Oct 2019 21:27:26 +0000 (21:27 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 17 Oct 2019 21:27:26 +0000 (21:27 +0000)
commit69b3363a5340439d3ff793988c4d628644dedd71
tree269e6f02597a4ca87c69cdec508e2bddcc7922e3
parenta0f6c6434cc4fa98c83e57c9fb6608fb3248dc48
[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
lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/TestCallOverriddenMethod.py
lldb/packages/Python/lldbsuite/test/commands/expression/ignore-artificial-constructors/TestIgnoreArtificialConstructors.py