-
Notifications
You must be signed in to change notification settings - Fork 14.4k
[JITLink] [test] Extend preexisting MinGW XFAILs to new tests #142375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@mstorsjo Do any of the JIT test cases work on MinGW? If the JIT is close to working there then we could fix this by adding a definition of If the JIT isn't close to working then we could probably just disable the JITLink tests completely on MinGW. |
I think the JIT is generally working (sorry I don't really know the nuance differences between the various JIT implementations); we tweaked things in the |
Do you have any suggestion on where/how to do this? Could we merge this first, to get the tests back to green first, and then look into providing |
I think it's fine to land these, but it'd be good to add a FIXME to reenable them once we add The ORC runtime isn't relevant here, but the RuntimeDyld / JITLink distinction is: These are |
Luckily, as they're
Yep; fwiw I noted that llvm-project/llvm/tools/lli/lli.cpp Lines 1083 to 1089 in eb71fdd
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Luckily, as they're XFAIL, it'll be a red failure again if it does start passing without updating the tests. :-)
Good point. That will do. ;)
Yep. Having a no-op Ideally we'd figure out what |
This extends the preexisting XFAILs from
4c642b6 to these new tests from 6fa8657.