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

[Wasm] Tests flagged with ActiveIssues #40265

Open
steveisok opened this issue Aug 3, 2020 · 4 comments
Open

[Wasm] Tests flagged with ActiveIssues #40265

steveisok opened this issue Aug 3, 2020 · 4 comments
Labels
arch-wasm WebAssembly architecture area-VM-meta-mono
Milestone

Comments

@steveisok
Copy link
Member

steveisok commented Aug 3, 2020

Crypto Support

#37669 System.Security.Cryptography.Algorithms.Tests
System.Security.Cryptography.Csp.Tests
System.Security.Cryptography.Encoding.Tests
System.Security.Cryptography.OpenSsl.Tests
System.Security.Cryptography.Pkcs.Tests
System.Security.Cryptography.Primitives.Tests
System.Security.Cryptography.X509Certificates.Tests
System.Security.Cryptography.Xml.Tests
Microsoft.Extensions.DependencyModel.Tests
Microsoft.Extensions.Hosting.Unit.Tests
Microsoft.Extensions.Configuration.Xml.Test.LoadKeyValuePairsFromValidEncryptedXml
System.Formats.Asn1.Tests.Reader.System.Formats.Asn1.Tests.Reader.VerifyReadNamedBitList_KeyUsage_OneByte
System.Formats.Asn1.Tests.Reader.System.Formats.Asn1.Tests.Reader.VerifyReadNamedBitList_KeyUsage_TwoByte
System.Formats.Asn1.Tests.Writer.WriteNamedBitList.VerifyWriteNamedBitList_KeyUsage_OneByte
System.Formats.Asn1.Tests.Writer.WriteNamedBitList.VerifyWriteNamedBitList_KeyUsage_TwoByte
System.Formats.Cbor.Tests.CborReaderTests.CoseKeyHelpers_ECDsaParseCosePublicKey_HappyPath
System.Formats.Cbor.Tests.CborWriterTests.CoseKeyHelpers_ECDsaExportCosePublicKey_HappyPath

TypeConverter

#39709 System.Xml.Linq.Tests.XTypeDescriptionProviderTests

Runtimeconfig.json Support

#38433 System.Diagnostics.DiagnosticSource.Switches.Tests
System.Text.Encodings.Tests.EncodingMiscTests.NormalizationTest
System.Text.Encodings.Tests.EncodingMiscTests.VerifyCodePageAttributes
System.Text.Tests.EncodingGetEncodingTest.TestEncodingNameAndCopdepageNumber
System.Text.Tests.EncodingGetEncodingTest.GetEncoding_EncodingName
System.Text.Tests.EncodingGetEncodingTest.GetEncoding_WebName
System.Text.Tests.UTF7EncodingEncode
System.Text.Tests.UTF7EncodingTests

ICU Related

#39285 System.Globalization.Tests.TaiwanCalendarDaysAndMonths.DayNames_MonthNames

System.Reflection.Emit

#2383 System.Reflection.Emit.Tests.ILGeneratorEmit4

Reflection

#39380 System.Reflection.Tests.InvokeRefReturnNetcoreTests.TestNullRefReturnOfPointer

Runtime

#39343 System.Tests.ArgIteratorTests.ArgIterator_GetRemainingCount_GetNextArg

System.Runtime.InteropServices

#39187 System.Runtime.InteropServices.Tests.GetDelegateForFunctionPointerTests
System.Runtime.InteropServices.Tests.GetFunctionPointerForDelegateTests.GetFunctionPointerForDelegate_NormalDelegateNonGeneric_ReturnsExpected
System.Runtime.InteropServices.Tests.GetFunctionPointerForDelegateTests.GetFunctionPointerForDelegate_MarshalledDelegateNonGeneric_ReturnsExpected
System.Runtime.InteropServices.Tests.GetFunctionPointerForDelegateTests.GetFunctionPointerForDelegate_NormalDelegateGeneric_ReturnsExpected
System.Runtime.InteropServices.Tests.GetFunctionPointerForDelegateTests.GetFunctionPointerForDelegate_MarshalledDelegateGeneric_ReturnsExpected

System.Runtime.Loader

#39379 System.Runtime.Loader.Tests.SatelliteAssembliesTestsFixture.SatelliteLoadsCorrectly(string alc, string assemblyName, string culture)
#39202 System.Runtime.Loader.Tests.DefaultLoadContextTests.LoadInDefaultContext

System.Threading.Tasks (fixed by #40278)

#38931 System.Threading.Tasks.Tests.AsyncValueTaskMethodBuilderTests.AwaitTasksAndValueTasks_InTaskAndValueTaskMethods
System.Threading.Tasks.Tests.AsyncValueTaskMethodBuilderTests.NonGeneric_ConcurrentBuilders_WorkCorrectly()
System.Threading.Tasks.Tests.AsyncValueTaskMethodBuilderTests.Generic_ConcurrentBuilders_WorkCorrectly
System.Threading.Tasks.Sources.Tests.ManualResetValueTaskSourceTests.ReuseInstanceWithResets_Success
System.Threading.Tasks.Sources.Tests.ManualResetValueTaskSourceTests.SetResult_AfterOnCompleted_ResultAvailableAsynchronously
System.Threading.Tasks.Sources.Tests.ManualResetValueTaskSourceTests.SetException_AfterOnCompleted_ResultAvailableAsynchronously
System.Threading.Tasks.Sources.Tests.ManualResetValueTaskSourceTests.AsyncEnumerable_Success(bool awaitForeach, bool asyncIterator)
System.Threading.Tasks.Tests.ValueTaskTests.NonGeneric_CreateFromValueTaskSource_Success(bool sync)
System.Threading.Tasks.Tests.ValueTaskTests.Generic_CreateFromValueTaskSource_Success(bool sync)
System.Threading.Tasks.Tests.ValueTaskTests.NonGeneric_CreateFromValueTaskSource_Faulted(bool sync)
System.Threading.Tasks.Tests.ValueTaskTests.Generic_CreateFromValueTaskSource_Faulted(bool sync)
System.Threading.Tasks.Tests.ValueTaskTests.NonGeneric_CreateFromValueTaskSource_Canceled(bool sync)
System.Threading.Tasks.Tests.ValueTaskTests.Generic_CreateFromValueTaskSource_Canceled(bool sync)
System.Threading.Tasks.Tests.ValueTaskTests.NonGeneric_CreateFromTask_Await_Normal(bool? continueOnCapturedContext)
System.Threading.Tasks.Tests.ValueTaskTests.Generic_CreateFromTask_Await_Normal(bool? continueOnCapturedContext)
System.Threading.Tasks.Tests.ValueTaskTests.CreateFromValueTaskSource_Await_Normal(bool? continueOnCapturedContext)
System.Threading.Tasks.Tests.ValueTaskTests.Generic_CreateFromValueTaskSource_Await_Normal(bool? continueOnCapturedContext)
System.Threading.Tasks.Tests.ValueTaskTests.Generic_Awaiter_ContinuesOnCapturedContext(CtorMode mode, bool sync)
System.Threading.Tasks.Tests.ValueTaskTests.NonGeneric_ConfiguredAwaiter_ContinuesOnCapturedContext(CtorMode mode, bool continueOnCapturedContext, bool sync)
System.Threading.Tasks.Tests.ValueTaskTests.Generic_ConfiguredAwaiter_ContinuesOnCapturedContext(CtorMode mode, bool continueOnCapturedContext, bool sync)
@steveisok steveisok added the arch-wasm WebAssembly architecture label Aug 3, 2020
@steveisok steveisok added this to the Future milestone Aug 3, 2020
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-System.Security untriaged New issue has not been triaged by the area owner labels Aug 3, 2020
@ghost
Copy link

ghost commented Aug 3, 2020

Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq
See info in area-owners.md if you want to be subscribed.

@bartonjs
Copy link
Member

bartonjs commented Aug 3, 2020

Given that the linked issues are already providing the tracking for their work, what is the purpose of this issue?

@steveisok steveisok removed the untriaged New issue has not been triaged by the area owner label Aug 3, 2020
@steveisok
Copy link
Member Author

I'm still in the process of adding more, but some active issues are not 1-1 with their tests. I would like to have an easier to consume view into what issues link to what tests.

@ghost
Copy link

ghost commented Aug 4, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-wasm WebAssembly architecture area-VM-meta-mono
Projects
None yet
Development

No branches or pull requests

4 participants