This test was broken in two ways:
- Using the wrong API (e.g.: format = instead of SetFormat)
- The hex checker was only checking "01" which will pass with 0x0000001
Paths
| Differential D70884
[lldb] Fix TestFormattersSBAPI test ClosedPublic Authored by aadsm on Dec 1 2019, 8:39 PM.
Details
Summary This test was broken in two ways:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 2 2019, 9:16 AM Closed by commit rGafd5d912812e: [lldb] Fix TestFormattersSBAPI test (authored by aadsm, committed by António Afonso <aadsm@fb.com>). · Explain WhyDec 2 2019, 12:25 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 231762 lldb/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py
|
both "format.format = lldb.eFormatOctal" and this are the same right?