ohjeongwook / binkit

Binary Reverse Engineering Data Science Kit
75 stars 8 forks source link

test_dump_basic_blocks #32

Closed ohjeongwook closed 4 years ago

ohjeongwook commented 4 years ago
I:\ReverseEngineering\Tools\Vulnerabilities\DarunGrim\Src\binkit\tests>python tests.py TestCase.test_dump_basic_blocks  1>test_dump_basic_blocks.log
F
======================================================================
FAIL: test_dump_basic_blocks (__main__.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests.py", line 94, in test_dump_basic_blocks
    self.assertEqual(expected_basic_block_data_list_pair, basic_block_data_list_pair)
AssertionError: Lists differ: [[{'a[213 chars]s': [{'type': 0, 'address': 1820573373}, {'typ[9606406 chars][]}]] != [[{'a[213 chars]s': [], 'parents': []}, {'address': 1820312476[8063418 chars][]}]]

First differing element 0:
[{'ad[212 chars]s': [{'type': 0, 'address': 1820573373}, {'typ[4825426 chars] []}]
[{'ad[212 chars]s': [], 'parents': []}, {'address': 1820312476[3282438 chars] []}]

Diff is 31916560 characters long. Set self.maxDiff to None to see it.

----------------------------------------------------------------------
Ran 1 test in 705.597s

FAILED (failures=1)
ohjeongwook commented 4 years ago

FP.