Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(790)

Unified Diff: courgette/encode_decode_unittest.cc

Issue 1658463002: [Courgette] Fix AssemblyProgram parsing for ELF-ARM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused DisassemblerElf32 accessors. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « courgette/disassembler_elf_32.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/encode_decode_unittest.cc
diff --git a/courgette/encode_decode_unittest.cc b/courgette/encode_decode_unittest.cc
index 7494785b34abf7b4d45ce7c399fa9a497bfe4769..8c972a6c3667e4023db034dbdddeed51620c0bf1 100644
--- a/courgette/encode_decode_unittest.cc
+++ b/courgette/encode_decode_unittest.cc
@@ -94,3 +94,8 @@ TEST_F(EncodeDecodeTest, Elf_HighBSS) {
std::string file = FileContents("elf-32-high-bss");
TestAssembleToStreamDisassemble(file, 7312);
}
+
+TEST_F(EncodeDecodeTest, Elf_Arm) {
+ std::string file = FileContents("elf-armv7");
+ TestAssembleToStreamDisassemble(file, 8531);
+}
« no previous file with comments | « courgette/disassembler_elf_32.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698