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] xUnit returned error code without errors (+1 more) in prtest/win/dbg/unit64 on PR #7672 #7690

Closed
jmarolf opened this issue Dec 23, 2015 · 2 comments
Labels
Bug Test Test failures in roslyn-CI

Comments

@jmarolf
Copy link
Contributor

jmarolf commented Dec 23, 2015

PR: #7672 Guard against being passed bad symbols or expressions by @jmarolf
Failure: http://dotnet-ci.cloudapp.net/job/roslyn_prtest_win_dbg_unit64/2382/

Issue 1: xUnit returned error code without errors
xunit produced no error output but had exit code 1

Issue 2: Test Failures
There were test failures, see Test Results above.

Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests.dll exited with code 1

@jmarolf jmarolf added Bug Test Test failures in roslyn-CI Flaky labels Dec 23, 2015
@dpoeschl
Copy link
Contributor

xUnit.net Console Runner (64-bit .NET 4.0.30319.42000)
  Discovering: Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests
  Discovered:  Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests
  Starting:    Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests
    Microsoft.CodeAnalysis.Scripting.Hosting.UnitTests.MetadataShadowCopyProviderTests.SuppressCopy1
    Microsoft.CodeAnalysis.Scripting.Test.EventListenerCrash_Workaround.WaitFor10Seconds
    Microsoft.CodeAnalysis.UnitTests.GlobalAssemblyCacheTests.AssemblyAndGacLocation
    Microsoft.CodeAnalysis.Scripting.Hosting.UnitTests.MetadataShadowCopyProviderTests.Errors
    Microsoft.CodeAnalysis.Scripting.Hosting.UnitTests.MetadataShadowCopyProviderTests.XmlDocComments_SpecificCulture
    Microsoft.CodeAnalysis.Scripting.Hosting.UnitTests.MetadataShadowCopyProviderTests.SuppressCopy_ShadowCopyDirectory
    Microsoft.CodeAnalysis.Scripting.Hosting.UnitTests.MetadataShadowCopyProviderTests.DisposalOnFailure
    Microsoft.CodeAnalysis.Scripting.Hosting.UnitTests.MetadataShadowCopyProviderTests.Modules
    Microsoft.CodeAnalysis.Scripting.Hosting.UnitTests.MetadataShadowCopyProviderTests.GetMetadata
    Microsoft.CodeAnalysis.Scripting.Hosting.UnitTests.MetadataShadowCopyProviderTests.Copy
    Microsoft.CodeAnalysis.Scripting.Hosting.UnitTests.MetadataShadowCopyProviderTests.SuppressCopy_Framework
    Microsoft.CodeAnalysis.UnitTests.GlobalAssemblyCacheTests.GetAssemblyIdentities
    Microsoft.CodeAnalysis.UnitTests.GlobalAssemblyCacheTests.GetAssemblyIdentities [SKIP]
      https://github.com/dotnet/roslyn/issues/6179
  Finished:    Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests
System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Diagnostics.Tracing.EventListener.DisposeOnShutdown(Object sender, EventArgs e)

@dpoeschl
Copy link
Contributor

Dupe of #6358. I believe @davkean had thoughts on getting this error surfaced through our build logs (and therefore the Jenkins failure indications) again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Test Test failures in roslyn-CI
Projects
None yet
Development

No branches or pull requests

2 participants