[lldb][NFC] Add more test for builtin formats
authorRaphael Isemann <teemperor@gmail.com>
Sat, 20 Jun 2020 17:30:20 +0000 (19:30 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 22 Jun 2020 13:13:41 +0000 (15:13 +0200)
commit79608371f1fd7f5aa6f8c05d007845e2e1cb7841
tree3344a1f259ec50149fc7ec13ac94dfaf6716dcb8
parentde65b356dc2d9730b02ac21dd308cdc3ced0feac
[lldb][NFC] Add more test for builtin formats

Reland 90c1af106a20785ffd01c0d6a41db8bc0160fd11 . This changes the char format
tests which were printing the pointer value of the C-string instead of its
contents, so this test failed on other machines. Now they just print the
bytes in a uint128_t.

Original commit description:

The previous tests apparently missed a few code branches in DumpDataExtractor
code. Also renames the 'test_instruction' which had the same name as another
test (and Python therefore ignored the test entirely).
lldb/test/API/functionalities/data-formatter/builtin-formats/TestBuiltinFormats.py