This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 153
Verify we're not skipping methods in the enabled tests #821
Comments
@AndyAyersMS, I'll take this one. |
We are skipping some methods: |
I'll take tail call since I already implemented jmp and it should be similar. |
Can you open issues for the others? |
AndyAyersMS
added a commit
to AndyAyersMS/llilc
that referenced
this issue
Sep 17, 2015
This addresses dotnet#821 and dotnet#499. Exclude tests with varargs callees under dotnet/coreclr#1440. Also improve the NYI message to call out varargs differently than native conventions.
@richardlford @russellhadley would be nice to get this done |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I asked a couple people and nobody could say for sure if we were skipping methods in the enabled tests. Seems like these days a 100% jit rate is a reasonable expectation.
So, we should make sure we're doing exactly this in our lab tests. @richardlford @russellhadley can one of you take this?
The text was updated successfully, but these errors were encountered: