Skip to content

Commit

Permalink
Fix: remove leftover unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
uxmal committed Sep 2, 2024
1 parent 71cdfec commit f7ae557
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 93 deletions.
91 changes: 0 additions & 91 deletions src/UnitTests/Arch/RiscV/RiscVDisassemblerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1347,96 +1347,5 @@ public void RiscVDis_zip()
{
AssertCode("zip\ts11,a7", 0b000010011110_10001_001_11011_0010011);
}
// This file contains unit tests automatically generated by Reko decompiler.
// Please copy the contents of this file and report it on GitHub, using the
// following URL: https://github.com/uxmal/reko/issues



// Reko: a decoder for the instruction 8FEC0336 at address 0000000000015D16 has not been implemented. (misc-mem 6)
[Test]
public void RiscV_dasm_8FEC0336()
{
AssertCode("@@@", "8FEC0336");
}



// Reko: a decoder for the instruction 0FEBE31E at address 0000000000016972 has not been implemented. (misc-mem 6)
[Test]
public void RiscV_dasm_0FEBE31E()
{
AssertCode("@@@", "0FEBE31E");
}

// Reko: a decoder for the instruction 3B0B2338 at address 000000000001715E has not been implemented.
[Test]
public void RiscV_dasm_3B0B2338()
{
AssertCode("@@@", "3B0B2338");
}
// Reko: a decoder for the instruction 3B0B1307 at address 0000000000017162 has not been implemented.
[Test]
public void RiscV_dasm_3B0B1307()
{
AssertCode("@@@", "3B0B1307");
}













// Reko: a decoder for the instruction 8FE79307 at address 00000000000178BA has not been implemented. (misc-mem 6)
[Test]
public void RiscV_dasm_8FE79307()
{
AssertCode("@@@", "8FE79307");
}

// Reko: a decoder for the instruction 0FB223B0 at address 0000000000017C12 has not been implemented. (misc-mem 3)
[Test]
public void RiscV_dasm_0FB223B0()
{
AssertCode("@@@", "0FB223B0");
}

// Reko: a decoder for the instruction 8FB02330 at address 0000000000017C2A has not been implemented. (misc-mem 3)
[Test]
public void RiscV_dasm_8FB02330()
{
AssertCode("@@@", "8FB02330");
}

// Reko: a decoder for the instruction F30F6306 at address 0000000000017F5A has not been implemented. (system 000)
[Test]
public void RiscV_dasm_F30F6306()
{
AssertCode("@@@", "F30F6306");
}

















}
}
10 changes: 8 additions & 2 deletions subjects/regression.log

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7ae557

Please sign in to comment.