Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Conversation

@morganbr
Copy link

Removes a couple more tests that depend on ISerializable implementations and fixes a diagnosability issue in DataContractSerializer tests.

Progress toward #19119

…ons and fixes a diagnosability issue in DataContractSerializer tests
@morganbr
Copy link
Author

CC @krwq @dotnet/corert-contrib

@morganbr morganbr added this to the 2.1.0 milestone May 26, 2017
Assert.StrictEqual(((SimpleKnownTypeValue)actual.SimpleTypeValue).StrProperty, "PropertyValue");
}

[Fact]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@morganbr can you please mark these tests with [ActiveIssue] https://github.com/dotnet/corefx/issues/20361 instead of removing them? It would be a little easier for me to update the tests to test custom exception with these scenarios.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shmao , done

Copy link
Contributor

@shmao shmao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@morganbr
Copy link
Author

@dotnet-bot test Linux x64 Tests - Debug - Ubuntu.1404.Amd64.Open
@dotnet-bot test Linux x64 Tests - Release - Ubuntu.1404.Amd64.Open

@morganbr
Copy link
Author

CI isn't restarting, but I've confirmed my changes didn't cause the failures.

@morganbr morganbr merged commit acad25c into dotnet:master May 27, 2017
krwq pushed a commit to krwq/corefx that referenced this pull request May 31, 2017
Removes a couple more tests that depend on ISerializable implementations and fixes a diagnosability issue in DataContractSerializer tests
krwq pushed a commit to krwq/corefx that referenced this pull request Jun 1, 2017
Removes a couple more tests that depend on ISerializable implementations and fixes a diagnosability issue in DataContractSerializer tests
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants