Eric StJohn

Results 305 comments of Eric StJohn

It seems to me that Static graph restore either having a hard time with the relative path, or has an invalid value for LibrariesProjectRoot. https://github.com/search?q=%22System.Composition.AttributedModel%22++repo%3Adotnet%2Fruntime+extension%3Acsproj&type=Code&ref=advsearch&l=&l= Given the specific failure It's...

It's also possible that this has been fixed in later SDKs, @carlossanlop noticed in our 6.0 branch which is using 6.0.115 SDK.

Might have to do with how the interop generator test payloads are generated? `ComInterfaceGenerator.Tests` might be different from other libraries tests.

Looks like XunitLogChecker is normally build by libs\tests.proj. This is built in both the regular build and in the outerloop build, however during the outerloop build it seems that the...

No hits and original build did not match. Looks to me like a mono infra issue if anything.

It looks like the entirety of `System.Threading.Tasks.Tests.csproj` has been excluded from MUSL as part of this. @stephentoub @dotnet/area-system-threading-tasks are you OK with that?

Looks to me like this issue was originally filed to capture `System.ComponentModel.Tests.DefaultValueAttributeTests.Ctor_TypeDescriptorNotFound_ExceptionFallback` however the match string `but it should have been 42` is causing it to match to any RemoteExecutor...

All of the failures matched in this issue are not due to the original problem. I updated the match string and opened a new issue to capture the majority of...

Happened to have a look at this and it does appear to only be failing on Mac. It's a bummer we aren't getting dumps there yet @hoyosjs @carlossanlop - this...