-
Notifications
You must be signed in to change notification settings - Fork 199
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
Add cross-plat tests to Razor.slim.sln #2548
Conversation
NTaylorMullen
commented
Sep 24, 2020
- This ensures that these language server tests are running cross-plat.
- Initially I expect this test to fail with several cross-plat related test breaks. We'll update the PR to get them all building
There are a bunch of failing tests. You can ignore the failed formatting tests - they will be fixed once my PR is merged. Other failures are legit though and needs investigation. |
732c414
to
33740cf
Compare
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.
LGTM once the tests pass.
@NTaylorMullen can we skip the tests that are failing(file an issue to unskip) and merge this? It is difficult to verify crossplat correctness with new tests I am adding with formatting |
- This ensures that these language server tests are running cross-plat.
33740cf
to
f7718a9
Compare
Sounds good. I've filed https://github.com/dotnet/aspnetcore/issues/26612 and skipped them here. |
Hello @NTaylorMullen! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
@NTaylorMullen looks like there's another error:
|
These tests will be reenabled as part of dotnet/aspnetcore#26612
f7718a9
to
2f19c45
Compare
Linux jobs not going through in the CI, re-triggered. |
Somehow the Linux tests are hanging every time. Will have to investigate a dump at some point |
Is the branch safe to delete as well? |
Leaving it active for now to revisit this. Just wanted to unblock doug |