Open
Bug 1275499
Opened 9 years ago
Updated 2 years ago
TypeError: unsupported operand type(s) for -: 'datetime.date' and 'datetime.datetime'
Categories
(Testing :: mozregression, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: aflorinescu, Unassigned)
Details
Attachments
(1 file)
2.07 KB,
text/plain
|
Details |
[Steps to reproduce]:
1. run: mozregression --good 20160301030237 --bad 20160403030243
2. Do the default good /bad checks.
3. Third build run is bad.
[Actual Result]:
When the 3 build result is input (bad), the following error is displayed: TypeError: unsupported operand type(s) for -: 'datetime.date' and 'datetime.datetime'
(see attachment for full console error)
[Expected Result]:
Mozregression should not crash and bisect the range further.
[Additional Information]:
mozregression version: 2.3.5
Python 2.7.6
Ubuntu 14.04
Note; Might be related to: bug 1233322
Reporter | ||
Comment 1•9 years ago
|
||
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•