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

Make Tests Great Again #3231

Merged
merged 4 commits into from
Jul 14, 2024
Merged

Make Tests Great Again #3231

merged 4 commits into from
Jul 14, 2024

Conversation

christophwille
Copy link
Member

@christophwille christophwille commented Jul 11, 2024

There are still specialized runners (RoundtripAssembly) or CompileCSharp with null outputfile parameter that will dump assemblies in other places.

@christophwille
Copy link
Member Author

christophwille commented Jul 11, 2024

ARM64 works
image

@christophwille christophwille marked this pull request as ready for review July 11, 2024 15:10
@@ -43,14 +50,16 @@
<ItemGroup>
<PackageReference Include="DiffLib" />
<PackageReference Include="CliWrap" />
<PackageReference Include="Microsoft.Extensions.Configuration" />
Copy link
Member

Choose a reason for hiding this comment

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

Two new nuget deps for reading a JSON file?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, for reading it like a proper settings file. The intent was to be able to later extend it if necessary.

/// "TestsAssemblyTempPath": "d:\\test\\"
/// }
/// </summary>
internal static class TestsAssemblyOutput
Copy link
Member

Choose a reason for hiding this comment

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

Why not simply make this part of the Tester class?

Copy link
Member Author

Choose a reason for hiding this comment

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

I am not really partial about the location, it kind of felt like easier not polluting Tester with another concern that is config-driven.

@siegfriedpammer siegfriedpammer merged commit e5b8aaa into master Jul 14, 2024
9 checks passed
@christophwille christophwille deleted the feature/mtga branch July 14, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants