-
Notifications
You must be signed in to change notification settings - Fork 798
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
Roadblocks on updating tests baselines #18289
Comments
I think all are sensible. |
@auduchinok best not to write back to where the source code lives. It for sure impacts parallel test runs. A single file is a decent idea, the DirectoryAttribute tests have a probing scheme that allows release/debug/net472/netcore to produce varying output we can certainly do something like that for surface area. I believe FSharp.Core has different debug out, at least it used to. So multiple possibilities are probably still useful. |
This is a bit wierd since we do sort before producing the actual file:
So this needs looking at, but yes sorting should be done and why it fails to be stable understood. |
Yes, this is annoying. Now that IL verify has been added as part of the test framework we should consider making these verifications standard testcases rather than an explicit CI path. We should also try to eliminate all of the validation errors that exist in the ilverify baselines, either by ensuring ilverify doesn't produce the errors if they are truly "not an issue" or fixing the compiler codegen if they are valid issues. |
There're some things that make it more difficult to contribute to this repo than it used to be.
Surface area tests
ILVerify
The text was updated successfully, but these errors were encountered: