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

Test failure: ManagedTests.DynamicCSharp.Conformance.dynamic.dynamicType.conversions.numeric002.numeric002.Program.DynamicCSharpRunTest #51381

Closed
BruceForstall opened this issue Apr 16, 2021 · 3 comments · Fixed by #51401
Assignees
Labels
area-System.Dynamic.Runtime blocking-clean-ci-optional Blocking optional rolling runs untriaged New issue has not been triaged by the area owner
Milestone

Comments

@BruceForstall
Copy link
Member

Fails in many configurations.

https://dev.azure.com/dnceng/public/_build/results?buildId=1092269&view=ms.vss-test-web.build-test-results-tab&runId=33463320&resultId=180640&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab

----- start Fri 04/16/2021  8:31:07.07 ===============  To repro directly: ===================================================== 
pushd C:\h\w\B49409DF\w\BC6D0999\e\
"C:\h\w\B49409DF\p\dotnet.exe" exec --runtimeconfig System.Dynamic.Runtime.Tests.runtimeconfig.json --depsfile System.Dynamic.Runtime.Tests.deps.json xunit.console.dll System.Dynamic.Runtime.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing 
popd
===========================================================================================================

C:\h\w\B49409DF\w\BC6D0999\e>"C:\h\w\B49409DF\p\dotnet.exe" exec --runtimeconfig System.Dynamic.Runtime.Tests.runtimeconfig.json --depsfile System.Dynamic.Runtime.Tests.deps.json xunit.console.dll System.Dynamic.Runtime.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Dynamic.Runtime.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Dynamic.Runtime.Tests (found 2901 test cases)
  Starting:    System.Dynamic.Runtime.Tests (parallel test collections = on, max threads = 2)
    ManagedTests.DynamicCSharp.Conformance.dynamic.dynamicType.conversions.numeric002.numeric002.Program.DynamicCSharpRunTest [FAIL]
      Assert.Equal() Failure
      Expected: 0
      Actual:   1
      Stack Trace:
        /_/src/libraries/System.Dynamic.Runtime/tests/Dynamic.DynamicType/Conformance.dynamic.dynamicType.conversions.cs(5161,0): at ManagedTests.DynamicCSharp.Conformance.dynamic.dynamicType.conversions.numeric002.numeric002.Program.DynamicCSharpRunTest()
  Finished:    System.Dynamic.Runtime.Tests
=== TEST EXECUTION SUMMARY ===
   System.Dynamic.Runtime.Tests  Total: 2901, Errors: 0, Failed: 1, Skipped: 0, Time: 423.388s
@dotnet-issue-labeler dotnet-issue-labeler bot added area-System.Dynamic.Runtime untriaged New issue has not been triaged by the area owner labels Apr 16, 2021
@ghost
Copy link

ghost commented Apr 16, 2021

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

Issue Details

Fails in many configurations.

https://dev.azure.com/dnceng/public/_build/results?buildId=1092269&view=ms.vss-test-web.build-test-results-tab&runId=33463320&resultId=180640&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab

----- start Fri 04/16/2021  8:31:07.07 ===============  To repro directly: ===================================================== 
pushd C:\h\w\B49409DF\w\BC6D0999\e\
"C:\h\w\B49409DF\p\dotnet.exe" exec --runtimeconfig System.Dynamic.Runtime.Tests.runtimeconfig.json --depsfile System.Dynamic.Runtime.Tests.deps.json xunit.console.dll System.Dynamic.Runtime.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing 
popd
===========================================================================================================

C:\h\w\B49409DF\w\BC6D0999\e>"C:\h\w\B49409DF\p\dotnet.exe" exec --runtimeconfig System.Dynamic.Runtime.Tests.runtimeconfig.json --depsfile System.Dynamic.Runtime.Tests.deps.json xunit.console.dll System.Dynamic.Runtime.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Dynamic.Runtime.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Dynamic.Runtime.Tests (found 2901 test cases)
  Starting:    System.Dynamic.Runtime.Tests (parallel test collections = on, max threads = 2)
    ManagedTests.DynamicCSharp.Conformance.dynamic.dynamicType.conversions.numeric002.numeric002.Program.DynamicCSharpRunTest [FAIL]
      Assert.Equal() Failure
      Expected: 0
      Actual:   1
      Stack Trace:
        /_/src/libraries/System.Dynamic.Runtime/tests/Dynamic.DynamicType/Conformance.dynamic.dynamicType.conversions.cs(5161,0): at ManagedTests.DynamicCSharp.Conformance.dynamic.dynamicType.conversions.numeric002.numeric002.Program.DynamicCSharpRunTest()
  Finished:    System.Dynamic.Runtime.Tests
=== TEST EXECUTION SUMMARY ===
   System.Dynamic.Runtime.Tests  Total: 2901, Errors: 0, Failed: 1, Skipped: 0, Time: 423.388s
Author: BruceForstall
Assignees: -
Labels:

area-System.Dynamic.Runtime, untriaged

Milestone: -

@BruceForstall
Copy link
Member Author

This also appears to be due to #50450 (reverting that change fixes the failure).

@SingleAccretion @briansull @tannergooding

@BruceForstall BruceForstall added this to the 6.0.0 milestone Apr 16, 2021
@BruceForstall
Copy link
Member Author

Related: #51380

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Dynamic.Runtime blocking-clean-ci-optional Blocking optional rolling runs untriaged New issue has not been triaged by the area owner
Projects
None yet
2 participants