[Webkit-unassigned] [Bug 219263] New: Failing webkitpy test: svn_unittest.TestRemoteSvn.test_info
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Nov 23 13:11:48 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=219263
Bug ID: 219263
Summary: Failing webkitpy test:
svn_unittest.TestRemoteSvn.test_info
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aakash_jain at apple.com
Following unit-test added in r270038 is failing in non-PST timezones. It pass when I manually change the timezone to PST in my system preferences.
[1404/1959] webkitscmpy.test.svn_unittest.TestRemoteSvn.test_info failed:
Traceback (most recent call last):
File "OpenSource/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/svn_unittest.py", line 255, in test_info
}, remote.Svn(self.remote).info())
AssertionError: {'Last Changed Date': '2020-10-02 11:58:20', 'Last Changed Rev': '6', 'Last Chan [truncated]... != {'Last Changed Date': u'2020-10-02 14:58:20', 'Last Changed Rev': u'6', 'Last Ch [truncated]...
- {'Last Changed Author': 'jbedard at apple.com',
+ {'Last Changed Author': u'jbedard at apple.com',
? +
- 'Last Changed Date': '2020-10-02 11:58:20',
? ^
+ 'Last Changed Date': u'2020-10-02 14:58:20',
? + ^
- 'Last Changed Rev': '6',
+ 'Last Changed Rev': u'6',
? +
'Revision': 10}
Ran 1959 tests in 6.833s
FAILED (failures=1, errors=0)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201123/6e72821c/attachment.htm>
More information about the webkit-unassigned
mailing list