-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-CompilersBugConcept-DeterminismThe issue involves our ability to support determinism in binaries and PDBs created at build time.The issue involves our ability to support determinism in binaries and PDBs created at build time.Concept-PortabilityThe issue deals with portable code (portable libraries, etc.).The issue deals with portable code (portable libraries, etc.).Resolution-FixedThe bug has been fixed and/or the requested behavior has been implementedThe bug has been fixed and/or the requested behavior has been implementedVerified
Milestone
Description
Failure:
Microsoft.CodeAnalysis.VisualBasic.UnitTests.EditAndContinueTests.AnonymousTypes [FAIL]
Actual:
<Module>,
VB$AnonymousType_1`2,
VB$AnonymousType_2`1,
VB$AnonymousType_0`2,
A,
B
Differences:
<Module>,
VB$AnonymousType_1`2,
++> VB$AnonymousType_2`1,
VB$AnonymousType_0`2,
Stack Trace:
src\Test\Utilities\AssertEx.cs(208,0): at Roslyn.Test.Utilities.AssertEx.Equal[T](IEnumerable`1 expected, IEnumerable`1 actual, IEqualityComparer`1 comparer, String message, String itemSeparator, Func`2 itemInspector)
src\Compilers\VisualBasic\Test\Emit\Emit\EditAndContinueTestBase.vb(212,0): at Microsoft.CodeAnalysis.VisualBasic.UnitTests.EditAndContinueTestBase.CheckNames(MetadataReader[] readers, StringHandle[] handles, String[] expectedNames)
src\Compilers\VisualBasic\Test\Emit\Emit\EditAndContinueTestBase.vb(207,0): at Microsoft.CodeAnalysis.VisualBasic.UnitTests.EditAndContinueTestBase.CheckNames(MetadataReader reader, StringHandle[] handles, String[] expectedNames)
src\Compilers\VisualBasic\Test\Emit\Emit\EditAndContinueTests.vb(3328,0): at Microsoft.CodeAnalysis.VisualBasic.UnitTests.EditAndContinueTests.AnonymousTypes()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-CompilersBugConcept-DeterminismThe issue involves our ability to support determinism in binaries and PDBs created at build time.The issue involves our ability to support determinism in binaries and PDBs created at build time.Concept-PortabilityThe issue deals with portable code (portable libraries, etc.).The issue deals with portable code (portable libraries, etc.).Resolution-FixedThe bug has been fixed and/or the requested behavior has been implementedThe bug has been fixed and/or the requested behavior has been implementedVerified