-
Notifications
You must be signed in to change notification settings - Fork 5k
Add Azure Linux to regular CI #115415
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 Azure Linux to regular CI #115415
Changes from all commits
fb5e5d0
e5f9bca
e51d26e
e3720e6
c04bf3b
e72c632
1cb1388
9e6b099
60e0be3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3165,7 +3165,8 @@ public void ValidCases_ExternalURI(object param0, object param1, object param2, | |
//[Variation("No Import/Include, NullResolver", Pri = 0, Params = new object[] { "Bug382198.xsl", "fruits.xml", "bug382198.txt", "NullResolver", true })] | ||
[InlineData("Bug382198.xsl", "fruits.xml", "bug382198.txt", "NullResolver", true, "IXPathNavigable")] | ||
[InlineData("Bug382198.xsl", "fruits.xml", "bug382198.txt", "NullResolver", true, "XmlReader")] | ||
[InlineData("bug93189.xsl", "bug93189.xml", "bug93189.xml", "NullResolver", true, "XmlReader")] | ||
// [ActiveIssue(https://github.com/dotnet/runtime/issues/115455)] | ||
// [InlineData("bug93189.xsl", "bug93189.xml", "bug93189.xml", "NullResolver", true, "XmlReader")] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should have a link to an issue that tracks fixing the test. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have created #115455
jkotas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
[Theory] | ||
public void ValidCases(object param0, object param1, object param2, object param3, object param4, object param5) | ||
{ | ||
|
Uh oh!
There was an error while loading. Please reload this page.