diff options
author | Martin Storsjö <martin@martin.st> | 2023-11-02 09:51:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 09:51:33 +0200 |
commit | 3bc056d5f0ebe9e4074afa088c3a0355f9ab901a (patch) | |
tree | ead9dc64f63f53379953e6551cca9a15c9bbc00c /llvm/lib/IR/Module.cpp | |
parent | e98195f318375978e3e0b153cade8bb3a05029bb (diff) | |
download | llvm-3bc056d5f0ebe9e4074afa088c3a0355f9ab901a.zip llvm-3bc056d5f0ebe9e4074afa088c3a0355f9ab901a.tar.gz llvm-3bc056d5f0ebe9e4074afa088c3a0355f9ab901a.tar.bz2 |
[clang-repl] [test] Make an XFAIL more precise (#70991)
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
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions