Skip to content

Commit 9b282af

Browse files
authored
[JITLink] [test] Extend preexisting MinGW XFAILs to new tests (llvm#142375)
This extends the preexisting XFAILs from 4c642b6 to these new tests from 6fa8657.
1 parent 6ec48b4 commit 9b282af

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

llvm/test/ExecutionEngine/JITLink/Generic/all-load-multifile-archive-with-duplicate-member-filenames.test

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
# FIXME: Enable this test on Windows/arm64 once that backend is available.
1111
# UNSUPPORTED: target=aarch64-pc-windows-{{.*}}
1212
#
13+
# On MinGW targets, when compiling the main() function, it gets
14+
# an implicitly generated call to __main(), which is missing in
15+
# this context.
16+
# XFAIL: target={{.*}}-windows-gnu
17+
#
1318
# Check that synthesized archive member names are unambiguous, even if an
1419
# archive contains multiple files with the same name.
1520
#

llvm/test/ExecutionEngine/JITLink/Generic/all-load-multifile-archive.test

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
# FIXME: Enable this test on Windows/arm64 once that backend is available.
1010
# UNSUPPORTED: target=aarch64-pc-windows-{{.*}}
1111
#
12+
# On MinGW targets, when compiling the main() function, it gets
13+
# an implicitly generated call to __main(), which is missing in
14+
# this context.
15+
# XFAIL: target={{.*}}-windows-gnu
16+
#
1217
# Check that the llvm-jitlink -all-load option loads all members of
1318
# multi-file archives.
1419
#

0 commit comments

Comments
 (0)