Skip to content

Emit unit test output cluttered by debug output #512

Description

@gafter

Below is the output from a successful run of the C# emit unit tests. Due to the following line in SymUnmanagedReaderExtensions.cs, it is cluttered by output that causes me to have to scroll to see the results.

                Debug.WriteLine(string.Format("Invalid method token '0x{0:x8}' or version '{1}' (hresult = 0x{2:x8})", methodToken, methodVersion, hr));

Please remove the debug output.

------ Test started: Assembly: Roslyn.Compilers.CSharp.Emit.UnitTests.dll ------

Output from Microsoft.CodeAnalysis.CSharp.EditAndContinue.UnitTests.EditAndContinueTests.PreserveLocalSlots:
  Invalid method token '0x06000001' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000001' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000001' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.EditAndContinue.UnitTests.EditAndContinueStateMachineTests.AddIteratorMethod:
  Invalid method token '0x06000001' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000006' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000008' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000009' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000a' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000b' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000c' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000d' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000e' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000010' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000011' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000012' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000013' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000014' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000015' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000016' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000017' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000018' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000019' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600001a' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600001b' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600001c' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600001d' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600001e' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600001f' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000020' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000021' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000022' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000023' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000024' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000025' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000026' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000027' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000028' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000029' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600002a' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600002b' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600002c' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600002d' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600002e' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600002f' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000030' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000031' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000032' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000033' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000034' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000035' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000036' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000037' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000038' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000039' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600003a' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600003b' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600003c' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600003d' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600003e' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600003f' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000040' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000041' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000042' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000043' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000044' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000045' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000046' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000047' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000048' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000049' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600004a' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600004b' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600004c' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600004d' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600004e' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600004f' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000050' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000051' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000052' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000053' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000054' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000055' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000056' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000057' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000058' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000059' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600005a' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600005b' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600005c' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600005d' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600005e' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600005f' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000060' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000061' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000062' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000063' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000064' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBAsyncTests.TestAsyncDebug:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000008' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000a' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000b' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000c' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000d' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000f' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000010' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000012' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBAsyncTests.TestAsyncDebug3:
  Invalid method token '0x06000001' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBAsyncTests.TestAsyncDebug2:
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000009' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000a' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000c' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBConstantTests.TestLambdaLocalConstants:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBDynamicObjectVariable1:
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000006' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000008' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000009' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBForDynamicLocals_2:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBGenericDynamicNonLocal:
  Invalid method token '0x06000001' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBForDynamicLocals_TwoScope:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBForDynamicLocals_9:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBDynamicCollectionVariable:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBForDynamicLocals_5_Just_Long:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBClassPropertyDynamicLocals:
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBForDynamicLocals_3:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBDynamicConstVariable:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBLangConstructsLocals2:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBAnonymousFunctionLocals:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000006' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000008' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000009' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000a' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000b' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000c' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.DynamicLocalOptimizedAway:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBClassEventHandlerDynamicLocal:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBDynamicArrayVariable:
  Invalid method token '0x06000001' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBForDynamicLocals_6_Too_Long:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBForDynamicLocals_4:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBClassIndexerDynamicLocal:
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBForDynamicLocals_7:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBForDynamicLocals_1:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBVarVariableLocal:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBLangConstructsLocals1:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBClassOverloadedOperatorDynamicLocals:
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBDynamicObjectVariable2:
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000006' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000008' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000009' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBDynamicLocalsTests.EmitPDBForDynamicLocals_8_Mixed_Corner_Cases:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBIteratorTests.IteratorMultipleEnumerables:
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000008' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000009' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000b' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000c' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000d' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000e' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000f' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000010' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000011' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000013' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000014' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000015' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000016' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000017' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000018' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000019' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600001b' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600001c' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600001d' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600001e' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600001f' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBIteratorTests.IteratorWithLocals_DebugPdb:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000008' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000009' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000a' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000b' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBIteratorTests.IteratorBackToNextStatementAfterYieldReturn:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000008' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000009' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000a' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000b' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBIteratorTests.IteratorWithCapturedSyntheticVariables:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000008' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000009' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000a' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBIteratorTests.SimpleIterator3:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000008' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000009' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000a' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000b' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBIteratorTests.SimpleIterator2:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000008' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000009' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000a' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000b' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBIteratorTests.SimpleIterator1:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000008' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000009' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000a' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000b' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBIteratorTests.IteratorWithLocals_ReleasePdb:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000008' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000009' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000a' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000b' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBLambdaTests.InitialSequencePoints:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBLambdaTests.Queries_GroupBy1:
  Invalid method token '0x06000001' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000006' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000008' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000009' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000a' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000b' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000d' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000e' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000f' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBLambdaTests.ClosuresInCtor:
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBLambdaTests.Nested_InitialSequencePoints:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000006' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBLambdaTests.FieldAndPropertyInitializers:
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000006' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBLambdaTests.Nested:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000006' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBLambdaTests.Queries1:
  Invalid method token '0x06000001' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000006' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000008' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000009' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000b' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000c' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBLambdaTests.SequencePoints_Body:
  Invalid method token '0x06000001' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000006' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000008' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.ExpressionBodiedOperator:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.FixedStatementMultipleStrings:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.DisabledLineDirective:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.ExpressionBodiedIndexer:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.FixedStatementSingleAddress:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.LineDirective:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.TestFieldInitializerExpressionLambda:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.ConstructorSequencePoints2:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000001' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000001' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000001' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.AnonymousType_Empty:
  Invalid method token '0x06000001' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000006' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.BreakpointForAutoImplementedProperty:
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.AnonymousType_NonEmpty:
  Invalid method token '0x06000001' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.NestedTypes:
  Invalid method token '0x06000001' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.RelativePathForExternalSource_Sha1:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.ForEachStatement_Array:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.PropertyDeclaration:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.ForEachStatement_String:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.TestLineDirectivesHidden:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.SuppressDynamicAndEncCDIForWinRT:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.ExtendedCustomDebugInformation:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.DoStatement:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.WhileStatement:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.SyntaxOffsetInPresenceOfTrivia_Methods:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.Constant_InvalidUnicodeString:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.FixedStatementMultipleAddresses:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.MethodsWithDebuggerAttributes:
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.Constant_StringsWithSurrogateChar:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.ExpressionBodiedMethod:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.ExpressionBodiedProperty:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.FixedStatementSingleString:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.Destructors:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.RegressSeqPtEndOfMethodAfterReturn:
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.BranchToStartOfTry:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.SequencePointAtOffset0:
  Invalid method token '0x06000001' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000006' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBTests.ExpressionBodiedConversion:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBUsingTests.TestPartialTypeInTwoFiles:
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBUsingTests.ReferenceWithMultipleAliases:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBUsingTests.TestFieldInitializerLambdas:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBUsingTests.TestExternAliasesInUsing:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBUsingTests.TestExternAliases_ExplicitAndGlobal:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBUsingTests.TestNamespacesAndAliases:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000006' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBUsingTests.ReferenceWithGlobalAndDuplicateAliases:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBUsingTests.TestTypeAliases2:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000006' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBUsingTests.TestSynthesizedSealedAccessors:
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000005' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000006' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBUsingTests.TestExternAliases1:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000006' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBUsingTests.TestTypeAliases1:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000006' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBUsingTests.TestSynthesizedExplicitImplementation:
  Invalid method token '0x06000001' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000003' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000008' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000009' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000a' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000b' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBUsingTests.TestNamespaceAliases:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000006' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBUsingTests.TestUsings:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000006' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBUsingTests.TestPartialTypeInOneFile:
  Invalid method token '0x06000004' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBUsingTests.TestAccessors:
  Invalid method token '0x06000007' or version '1' (hresult = 0x80004005)
  Invalid method token '0x06000008' or version '1' (hresult = 0x80004005)
  Invalid method token '0x0600000b' or version '1' (hresult = 0x80004005)

Output from Microsoft.CodeAnalysis.CSharp.UnitTests.PDB.PDBUsingTests.ArrayType:
  Invalid method token '0x06000002' or version '1' (hresult = 0x80004005)

3346 passed, 0 failed, 26 skipped (see 'Task List'), took 177.98 seconds (xUnit.net 1.9.2 build 1705).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions