diff options
| author | Martin Storsjö <martin@martin.st> | 2023-11-07 11:41:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-07 11:41:56 +0200 |
| commit | 2c4f938f1c01794d9b944c24e9067eac6763e95c (patch) | |
| tree | 40df50ce0dd375bce07e1eb42af4e70a5906a69b /lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp | |
| parent | cab0a19467ac2e6e1e022087f4b6cb90d55da040 (diff) | |
| download | llvm-2c4f938f1c01794d9b944c24e9067eac6763e95c.zip llvm-2c4f938f1c01794d9b944c24e9067eac6763e95c.tar.gz llvm-2c4f938f1c01794d9b944c24e9067eac6763e95c.tar.bz2 | |
Reapply #2 [clang-repl] [test] Make an XFAIL more precise (#71168)
The const.cpp testcase fails when running in MSVC mode, while it does
succeed in MinGW mode.
In MSVC mode, there are more constructor invocations than expected, as
the printout looks like this:
A(1), this = 0000025597930000
A(1), this = 0000025597930000
f: this = 0000025597930000, val = 1
A(1), this = 0000025597930000
f: this = 0000025597930000, val = 1
~A, this = 0000025597930000, val = 1
~A, this = 0000025597930000, val = 1
~A, this = 0000025597930000, val = 1
While the expected printout looks like this:
A(1), this = 000002C903E10000
f: this = 000002C903E10000, val = 1
f: this = 000002C903E10000, val = 1
~A, this = 000002C903E10000, val = 1
Reapplying #70991 with the XFAIL changed to check the host triple, not
the target triple. On an MSVC based build of Clang, but with the default
target triple set to PS4/PS5, we will still see the failure. And a Linux
based build of Clang that targets PS4/PS5 won't see the issue.
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp')
0 files changed, 0 insertions, 0 deletions
