Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Re-enable some netfx tests
The patch states on the test machines should be in sync now...
  • Loading branch information
bartonjs committed Jul 16, 2021
commit 684aa4bea7b8d98e13e22431459820de593d8126
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ public static void DocumentDescriptionFromRawData()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/45168", TargetFrameworkMonikers.NetFramework)]
public static void DocumentDescriptionMissingTerminator()
{
byte[] rawData = "041e4d00790020004400650073006300720069007000740069006f006e002100".HexToByteArray();
Expand Down Expand Up @@ -252,7 +251,6 @@ public static void DocumentNameFromRawData()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/45168", TargetFrameworkMonikers.NetFramework)]
public static void DocumentNameMissingTerminator()
{
byte[] rawData = "04104d00790020004e0061006d0065002100".HexToByteArray();
Expand Down