Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@stefannikolei
Copy link
Contributor

No description provided.


Assert.Equal(0, count);
Assert.Equal([], output);
Assert.Equal(Array.Empty<byte>(), output);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn’t need to do this. Might be something to do with breaking changes re span overloads though.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah that came from new overloads

<When Condition="$(SIXLABORS_TESTING_PREVIEW) == true">
<PropertyGroup>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would just drop 9. I don’t want to extend build times and use up LFS budgets

@stefannikolei
Copy link
Contributor Author

I got some problems on my machine.. One with libgdiplus and all the tests that use System.Drawing as a reference.

The other is a Tiff test. --> #3017 When I use a tolerant comparer the test is green.

Now I am only struggling with the FeatureTestRunner. Now going to look into it

@stefannikolei
Copy link
Contributor Author

I got some problems on my machine.. One with libgdiplus and all the tests that use System.Drawing as a reference.

The other is a Tiff test. --> #3017 When I use a tolerant comparer the test is green.

Now I am only struggling with the FeatureTestRunner. Now going to look into it

Tried to debug it on my side. On my machine DOTNET_EnableArm64AdvSimd=0 seems to not work. And on CI/CD we have a problem with DisableSSE ....

strange...

@stefannikolei
Copy link
Contributor Author

I made a small repro and created an issue for this in the runtime repo

dotnet/runtime#121685

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants