Andy Ayers

Results 14 issues of Andy Ayers

- [x] Filter on benchmark parameters (say I only want to run `System.Text.Json.Tests.Perf_Basic.WriteBasicUtf16(Formatted: False, SkipValidation: False, DataSize: 100000)`, not the other 5 flavors) - [x] Ability to specify sets of...

Currently some of the `Consume` methods stash the reference passed to them in a local field, keeping the object alive as long as the consume object itself remains live. https://github.com/dotnet/BenchmarkDotNet/blob/b78ec96631c5065895255165b7113bf5062aa407/src/BenchmarkDotNet/Engines/Consumer.cs#L98-L109...

In the following example: ``` using System.Runtime.CompilerServices; namespace ex { public struct Cell { public int X; public int Y; } public sealed unsafe class CellArray1 { private Cell* _data;...

## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=267856 Build error leg or test failing: System.Net.Quic.Functional.Tests.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/86011 ## Error Message Fill the error message using [known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#how-to-fill-out-a-known-issue-error-section). ```json { "ErrorMessage": "['System.Net.Quic.Functional.Tests'...

test-run-core
blocking-clean-ci
area-System.Net.Quic
Known Build Error

This optimization duplicates code and flow in a BBJ_COND successor into one of its preds; as a result the weight of the successor should decrease. Fixes some issues seen with...

area-CodeGen-coreclr

If these don't match then benchmark times will be either under or over estimated. Context https://github.com/dotnet/runtime/issues/86033#issuecomment-1546306621 This is the "good" case where the jit isn't messing up the workload invoke...

- [ ] This issue is blocking - [ ] This issue is causing unreasonable pain We often see recurring/repeated failures in outerloop and other non-PR jobs. Would be nice...

## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=617670 Build error leg or test failing: System.Runtime.Loader.Tests.AssemblyLoadContextTest.Unload_CollectibleWithTwoAssemblies Pull request: https://github.com/dotnet/runtime/pull/99992 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#how-to-fill-out-a-known-issue-error-section). ```json...

area-Infrastructure-libraries
blocking-clean-ci
untriaged
Known Build Error

## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=610011 Build error leg or test failing: GC\\API\\NoGCRegion\\Callback_Svr\\Callback_Svr.cmd Pull request: https://github.com/dotnet/runtime/pull/99992 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#how-to-fill-out-a-known-issue-error-section). ```json...

area-GC-coreclr
blocking-clean-ci
Known Build Error

### Description I was looking at a linux runtime triggered crashdump. The thread that triggered the dump is in the signal handling code, running on the alternate stack, and `!dso`...

bug
sos