[all-commits] [llvm/llvm-project] afd5d9: [lldb] Fix TestFormattersSBAPI test
António Afonso via All-commits
all-commits at lists.llvm.org
Mon Dec 2 12:25:00 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: afd5d912812e6f2ea99c8890676d47a01bbcfbb1
https://github.com/llvm/llvm-project/commit/afd5d912812e6f2ea99c8890676d47a01bbcfbb1
Author: António Afonso <aadsm at fb.com>
Date: 2019-12-02 (Mon, 02 Dec 2019)
Changed paths:
M lldb/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py
Log Message:
-----------
[lldb] Fix TestFormattersSBAPI test
Summary:
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
Reviewers: clayborg, lanza, wallace
Reviewed By: clayborg
Subscribers: lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D70884
More information about the All-commits
mailing list