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

Unified Diff: courgette/encode_decode_unittest.cc

Issue 664803002: Fix courgette ELF x86 dissembler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: rebase again Created 5 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_x86.cc ('k') | courgette/testdata/elf-32-high-bss » ('j') | 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 0e121d67b12bc25f2d7e789dd0cc3c13b23b60cd..a3161ce4aab0aff7af59cc9c88fea3c673cc9be1 100644
--- a/courgette/encode_decode_unittest.cc
+++ b/courgette/encode_decode_unittest.cc
@@ -82,3 +82,8 @@ TEST_F(EncodeDecodeTest, Elf_Small) {
std::string file = FileContents("elf-32-1");
TestAssembleToStreamDisassemble(file, 135988);
}
+
+TEST_F(EncodeDecodeTest, Elf_HighBSS) {
+ std::string file = FileContents("elf-32-high-bss");
+ TestAssembleToStreamDisassemble(file, 7308);
+}
« no previous file with comments | « courgette/disassembler_elf_32_x86.cc ('k') | courgette/testdata/elf-32-high-bss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698