Skip to content

chore(rec-28): drop DBTraceCodeUnitTest.testFigureOutAssembly println-only exploration — wip sweep#38

Merged
CryptoJones merged 1 commit into
masterfrom
chore/rec-28-delete-DBTraceCodeUnitTest-testFigureOutAssembly
May 26, 2026
Merged

chore(rec-28): drop DBTraceCodeUnitTest.testFigureOutAssembly println-only exploration — wip sweep#38
CryptoJones merged 1 commit into
masterfrom
chore/rec-28-delete-DBTraceCodeUnitTest-testFigureOutAssembly

Conversation

@CryptoJones
Copy link
Copy Markdown
Owner

Rec 28 #28-6d+ active-@Ignore sweep, ninth wip-bucket deletion. The removed method's name self-declares its purpose: figure out, by running it, what the assembler emits for call 0x4004:

@Test
@Ignore("wip: Debug/TraceModeling cluster #189")
public void testFigureOutAssembly() throws AssemblySyntaxException, AssemblySemanticException {
    Assembler asm = Assemblers.getAssembler(b.language);
    System.out.println(
        NumericUtilities.convertBytesToString(asm.assembleLine(b.addr(0x4024), "call 0x4004")));
}

Zero assertions — just a println of the assembled bytes. Author-declared exploratory scratchpad, same bucket as the JdiExperimentsTest / DemoFieldsTest / ToArrayTest deletions. fix-or-delete: delete; issue NationalSecurityAgency#189 retains the cluster record.

The wildcard import ghidra.app.plugin.assembler.* becomes unused with the method gone and is dropped too.

Updates docs/testing/ignore-test-inventory.md:

  • wip: 36 → 35
  • total properly-categorized: 56 → 55

Closes NationalSecurityAgency#189 (testFigureOutAssembly portion).

Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/

…-only exploration — wip sweep

Rec 28 #28-6d+ active-@ignore sweep, ninth wip-bucket deletion. The
removed method's name self-declares its purpose: figure out, by
running it, what the assembler emits for `call 0x4004`:

    @test
    @ignore("wip: Debug/TraceModeling cluster NationalSecurityAgency#189")
    public void testFigureOutAssembly() throws AssemblySyntaxException, AssemblySemanticException {
        Assembler asm = Assemblers.getAssembler(b.language);
        System.out.println(
            NumericUtilities.convertBytesToString(asm.assembleLine(b.addr(0x4024), "call 0x4004")));
    }

Zero assertions — just a println of the assembled bytes. Author-declared
exploratory scratchpad, same bucket as the JdiExperimentsTest /
DemoFieldsTest / ToArrayTest deletions. fix-or-delete: delete; issue
NationalSecurityAgency#189 retains the cluster record.

The wildcard `import ghidra.app.plugin.assembler.*` becomes unused
with the method gone and is dropped too.

Updates docs/testing/ignore-test-inventory.md:
- wip: 36 → 35
- total properly-categorized: 56 → 55

Closes NationalSecurityAgency#189 (testFigureOutAssembly portion).

Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@CryptoJones CryptoJones merged commit 720e806 into master May 26, 2026
10 of 11 checks passed
@CryptoJones CryptoJones deleted the chore/rec-28-delete-DBTraceCodeUnitTest-testFigureOutAssembly branch May 26, 2026 03:31
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.

Support force loading of PDB files

1 participant