[all-commits] [llvm/llvm-project] 706256: [lldb] Revert some change in data-formatter-objc/m...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Wed Feb 5 05:09:18 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 706256b6d3972dcfa2d3e888d0640e1689c4be95
https://github.com/llvm/llvm-project/commit/706256b6d3972dcfa2d3e888d0640e1689c4be95
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/main.m
Log Message:
-----------
[lldb] Revert some change in data-formatter-objc/main.m that broke TestDataFormatterObjCNSDate.py
Changing the date2 to an timezone independent value broke the test as the data formatters
uses the current time zone for the summary (so changing it to a time zone independent value
would again break the test in some time zones). We anyway just care about this for date2
which will be printed in a timezone-independent summary.
More information about the All-commits
mailing list