Skip to content

Use UnsafeUtility.As in Unity 2020 or newer #525

Use UnsafeUtility.As in Unity 2020 or newer

Use UnsafeUtility.As in Unity 2020 or newer #525

GitHub Actions / dotnet-test-results-net472-Release_NoProgress-Pool_Disabled succeeded Aug 23, 2023 in 1s

dotnet-test-results-net472-Release_NoProgress-Pool_Disabled ✅

Tests passed successfully

✅ TestResults/dotnet-test-results-net472-Release_NoProgress-Pool_Disabled.trx

12079 tests were completed in 1224s with 12079 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ProtoPromiseTests.APIs.AllTests 22✅ 2s
ProtoPromiseTests.APIs.APlus_2_1_PromiseStates+_2_1_1_WhenPendingAPromise 2✅ 162ms
ProtoPromiseTests.APIs.APlus_2_1_PromiseStates+_2_1_2_WhenFulfilledAPromise 3✅ 748ms
ProtoPromiseTests.APIs.APlus_2_1_PromiseStates+_2_1_3_WhenRejectedAPromise 4✅ 882ms
ProtoPromiseTests.APIs.APlus_2_2_TheThenMethod 4✅ 556ms
ProtoPromiseTests.APIs.APlus_2_2_TheThenMethod+_2_2_3_IfOnRejectedIsAFunction 6✅ 403ms
ProtoPromiseTests.APIs.APlus_2_2_TheThenMethod+_2_2_6_ThenMayBeCalledMultipleTimesOnTheSamePromise 4✅ 273ms
ProtoPromiseTests.APIs.APlus_2_2_TheThenMethod+IfOnFulfilledIsAFunction_2_2_2 5✅ 324ms
ProtoPromiseTests.APIs.APlus_2_2_TheThenMethod+ThenMustReturnAPromise_2_2_7 20✅ 2s
ProtoPromiseTests.APIs.APlus_2_3_ThePromiseResolutionProcedure 4✅ 791ms
ProtoPromiseTests.APIs.APlus_2_3_ThePromiseResolutionProcedure+_2_3_2_IfXIsAPromiseAdoptItsState 5✅ 797ms
ProtoPromiseTests.APIs.AsyncFunctionTests 22✅ 2s
ProtoPromiseTests.APIs.AsyncLazyTests 18✅ 1s
ProtoPromiseTests.APIs.AsyncLocalTests 4✅ 373ms
ProtoPromiseTests.APIs.AwaitTests 52✅ 4s
ProtoPromiseTests.APIs.CancelationTests+Registration 34✅ 5s
ProtoPromiseTests.APIs.CancelationTests+Source 36✅ 3s
ProtoPromiseTests.APIs.CancelationTests+Token 33✅ 3s
ProtoPromiseTests.APIs.CaptureTests 24✅ 2s
ProtoPromiseTests.APIs.ContinuewithTests 16✅ 1s
ProtoPromiseTests.APIs.FinallyTests 12✅ 1s
ProtoPromiseTests.APIs.FirstTests 50✅ 4s
ProtoPromiseTests.APIs.MergeTests 10✅ 686ms
ProtoPromiseTests.APIs.MiscellaneousTests 119✅ 46s
ProtoPromiseTests.APIs.NewAndRunTests 608✅ 38s
ProtoPromiseTests.APIs.ParallelForTests 25✅ 3s
ProtoPromiseTests.APIs.ProgressTests 24✅ 2s
ProtoPromiseTests.APIs.PromiseCancelationTests 19✅ 1s
ProtoPromiseTests.APIs.PromiseCancelationTests+CancelationToken 28✅ 3s
ProtoPromiseTests.APIs.PromiseCancelationTests+CancelationToken+Reject 6✅ 403ms
ProtoPromiseTests.APIs.PromiseCancelationTests+CatchCancelationMayBeCalledMultipleTimesOnTheSamePromise 2✅ 124ms
ProtoPromiseTests.APIs.PromiseCancelationTests+IfOnCanceledIsAFunction 5✅ 330ms
ProtoPromiseTests.APIs.PromiseCancelationTests+ThePromiseResolutionProcedure 2✅ 138ms
ProtoPromiseTests.APIs.PromiseCancelationTests+ThePromiseResolutionProcedure+IfXIsAPromiseAdoptItsState 6✅ 417ms
ProtoPromiseTests.APIs.PromiseCancelationTests+WhenCanceledAPromise 2✅ 149ms
ProtoPromiseTests.APIs.PromiseCancelationTests+WhenFulfilledAPromise 2✅ 125ms
ProtoPromiseTests.APIs.PromiseCancelationTests+WhenPendingAPromise 2✅ 121ms
ProtoPromiseTests.APIs.PromiseCancelationTests+WhenRejectedAPromise 2✅ 141ms
ProtoPromiseTests.APIs.RaceTests 38✅ 2s
ProtoPromiseTests.APIs.SequenceTests 15✅ 1s
ProtoPromiseTests.APIs.Threading.AsyncAutoResetEventTests 18✅ 2s
ProtoPromiseTests.APIs.Threading.AsyncCountdownEventTests 20✅ 2s
ProtoPromiseTests.APIs.Threading.AsyncManualResetEventTests 19✅ 2s
ProtoPromiseTests.APIs.Threading.AsyncSemaphoreTests 21✅ 1s
ProtoPromiseTests.APIs.UncaughtRejectionTests 76✅ 6s
ProtoPromiseTests.APIs.WaitAsyncTests 8880✅ 702s
ProtoPromiseTests.Concurrency.AllConcurrencyTests 256✅ 30s
ProtoPromiseTests.Concurrency.ApiWithCancelationTokenConcurrencyTests 36✅ 9s
ProtoPromiseTests.Concurrency.AsyncLazyConcurrencyTests 3✅ 391ms
ProtoPromiseTests.Concurrency.AwaitConcurrencyTests 22✅ 2s
ProtoPromiseTests.Concurrency.CancelationConcurrencyTests 41✅ 4s
ProtoPromiseTests.Concurrency.DeferredConcurrencyTests 12✅ 965ms
ProtoPromiseTests.Concurrency.DeferredThreadTests 10✅ 783ms
ProtoPromiseTests.Concurrency.FirstConcurrencyTests 256✅ 24s
ProtoPromiseTests.Concurrency.MergeConcurrencyTests 416✅ 96s
ProtoPromiseTests.Concurrency.PromiseConcurrencyTests 50✅ 8s
ProtoPromiseTests.Concurrency.PromiseNonPreservedConcurrencyTests 156✅ 15s
ProtoPromiseTests.Concurrency.RaceConcurrencyTests 256✅ 24s
ProtoPromiseTests.Concurrency.Threading.AsyncAutoResetEventConcurrencyTests 8✅ 4s
ProtoPromiseTests.Concurrency.Threading.AsyncCountdownEventConcurrencyTests 16✅ 8s
ProtoPromiseTests.Concurrency.Threading.AsyncManualResetEventConcurrencyTests 8✅ 5s
ProtoPromiseTests.Concurrency.Threading.AsyncSemaphoreConcurrencyTests 12✅ 96s
ProtoPromiseTests.Concurrency.WaitAsyncConcurrencyTests 192✅ 16s