Skip to content
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

Disable tests exercising implementation-defined behavior #51348

Merged
merged 2 commits into from
Apr 16, 2021

Conversation

SingleAccretion
Copy link
Contributor

Disabling the tests to unblock CI. See #51346.

@ghost
Copy link

ghost commented Apr 15, 2021

Tagging subscribers to this area: @cston
See info in area-owners.md if you want to be subscribed.

Issue Details

Disabling the tests to unblock CI. See #51346.

Author: SingleAccretion
Assignees: -
Labels:

area-System.Linq.Expressions

Milestone: -

@SingleAccretion SingleAccretion changed the title Disable tests exercising undefined behavior Disable tests exercising implementation-defined behavior Apr 15, 2021
@benaadams
Copy link
Member

benaadams commented Apr 15, 2021

Missed some?

System.Linq.Expressions.Tests.ConvertTests.ConvertNullableFloatToNullableUIntTest(useInterpreter: False)

Error message
Assert.Equal() Failure\r\nExpected: 0\r\nActual:   4294967295

Stack trace
   at System.Linq.Expressions.Tests.ConvertTests.VerifyNullableFloatToNullableUInt(Nullable`1 value, Boolean useInterpreter) in /_/src/libraries/System.Linq.Expressions/tests/Convert/ConvertTests.cs
    :line 11810
   at System.Linq.Expressions.Tests.ConvertTests.ConvertNullableFloatToNullableUIntTest(Boolean useInterpreter) in /_/src/libraries/System.Linq.Expressions/tests/Convert/ConvertTests.cs
    :line 3366
System.Linq.Expressions.Tests.ConvertTests.ConvertNullableDoubleToUIntTest(useInterpreter: False)

Error message
Assert.Equal() Failure\r\nExpected: 0\r\nActual:   4294967295

Stack trace
   at System.Linq.Expressions.Tests.ConvertTests.VerifyNullableDoubleToUInt(Nullable`1 value, Boolean useInterpreter) in /_/src/libraries/System.Linq.Expressions/tests/Convert/ConvertTests.cs
    :line 9871
   at System.Linq.Expressions.Tests.ConvertTests.ConvertNullableDoubleToUIntTest(Boolean useInterpreter) in /_/src/libraries/System.Linq.Expressions/tests/Convert/ConvertTests.cs
    :line 1912
System.Linq.Expressions.Tests.ConvertTests.ConvertNullableDoubleToNullableUIntTest(useInterpreter: False)

Error message
Assert.Equal() Failure\r\nExpected: 0\r\nActual:   4294967295

Stack trace
   at System.Linq.Expressions.Tests.ConvertTests.VerifyNullableDoubleToNullableUInt(Nullable`1 value, Boolean useInterpreter) in /_/src/libraries/System.Linq.Expressions/tests/Convert/ConvertTests.cs
    :line 9884
   at System.Linq.Expressions.Tests.ConvertTests.ConvertNullableDoubleToNullableUIntTest(Boolean useInterpreter) in /_/src/libraries/System.Linq.Expressions/tests/Convert/ConvertTests.cs
    :line 1921
System.Linq.Expressions.Tests.ConvertTests.ConvertNullableFloatToUIntTest(useInterpreter: False)

Error message
Assert.Equal() Failure\r\nExpected: 0\r\nActual:   4294967295

Stack trace
   at System.Linq.Expressions.Tests.ConvertTests.VerifyNullableFloatToUInt(Nullable`1 value, Boolean useInterpreter) in /_/src/libraries/System.Linq.Expressions/tests/Convert/ConvertTests.cs
    :line 11797
   at System.Linq.Expressions.Tests.ConvertTests.ConvertNullableFloatToUIntTest(Boolean useInterpreter) in /_/src/libraries/System.Linq.Expressions/tests/Convert/ConvertTests.cs
    :line 3357

@benaadams
Copy link
Member

Errors are unrelated infra issues?

Put_dotnet_behind_symlink

Error message
System.IO.DirectoryNotFoundException : Could not find a part of the path '/root/runtime/artifacts/tests/Release/hma/zz10t5cr.qbb/dotnet'.

Stack trace
   at System.IO.FileSystem.RemoveDirectory(String fullPath, Boolean recursive)
   at System.IO.Directory.Delete(String path)
   at Microsoft.NET.HostModel.Tests.AppHostUsedWithSymbolicLinks.Put_dotnet_behind_symlink() in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.AppHost.Tests/AppHostUsedWithSymbolicLinks.cs:line 205
Run_apphost_behind_transitive_symlinks

System.IO.DirectoryNotFoundException : Could not find a part of the path '/root/runtime/artifacts/tests/Release/hma/nhgciwzt.nyo/a/FirstSymlink'.

Stack trace
   at System.IO.FileSystem.RemoveDirectory(String fullPath, Boolean recursive)
   at System.IO.Directory.Delete(String path)
   at Microsoft.NET.HostModel.Tests.AppHostUsedWithSymbolicLinks.Run_apphost_behind_transitive_symlinks(String firstSymlinkRelativePath, String secondSymlinkRelativePath) in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.AppHost.Tests/AppHostUsedWithSymbolicLinks.cs:line 92

etc

@eerhardt
Copy link
Member

Errors are unrelated infra issues?

I just opened #51372 for this.

@marek-safar
Copy link
Contributor

Merging to unblock CI

@marek-safar marek-safar merged commit 18dc020 into dotnet:main Apr 16, 2021
@SingleAccretion SingleAccretion deleted the patch-4 branch May 1, 2021 16:00
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jun 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants