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

unitests/ASM: Removes unused MemoryRegion configs #4110

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

Sonicadvance1
Copy link
Member

FEX's ASM unitests had the problem that they were copy and pasted templates and MemoryRegion was copied in to almost all tests.

Very few tests actually use the MemoryRegion they were asking for and instead used none, or the hardcoded memory regions that the TestHarnessRunner provides.

This is entirely a sed replacement and minor fixups plus reverts for the few tests that actually use the region asked for.

FEX's ASM unitests had the problem that they were copy and pasted
templates and MemoryRegion was copied in to almost all tests.

Very few tests actually use the MemoryRegion they were asking for and
instead used none, or the hardcoded memory regions that the
TestHarnessRunner provides.

This is entirely a sed replacement and minor fixups plus reverts for the
few tests that actually use the region asked for.
@lioncash lioncash merged commit e5ceaa1 into FEX-Emu:main Oct 10, 2024
12 checks passed
@Sonicadvance1 Sonicadvance1 deleted the remove_unused_memory_regions branch October 10, 2024 04:59
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