ubuntu_calculator_app.tests.test_simple_page.TestSimplePage.test_divide_with_infinity_length_result_number failed on mako #91
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Calculator App |
Fix Released
|
Critical
|
Riccardo Padovani |
Bug Description
This test failed on mako image #91 with the following error:
Traceback (most recent call last):
File "/home/
self.
File "/home/
self.
File "/usr/lib/
raise mismatch_error
testtools.
It's pretty clear there that the number of decimal points in the displayed text has changed.
Related branches
- PS Jenkins bot: Approve (continuous-integration)
- Renato Araujo Oliveira Filho (community): Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Bartosz Kosiorek: Needs Information
- Victor Thompson (community): Approve
- Mihir Soni: Approve
- Alan Pope 🍺🐧🐱 🦄: Pending requested
-
Diff: 1246 lines (+189/-171)1 file modifiedbignumber.js (+189/-171)
Changed in ubuntu-calculator-app: | |
importance: | Undecided → Medium |
Changed in ubuntu-calculator-app: | |
importance: | Medium → High |
importance: | High → Critical |
Changed in ubuntu-calculator-app: | |
status: | Confirmed → In Progress |
Changed in ubuntu-calculator-app: | |
status: | Fix Committed → Fix Released |
Yes this has clearly changed. 1/3 = 0.3 now on the display. Which is not technically wrong but it's a lot less than useful. There also seem to be some calculations that it gets completely wrong. Like 0.45/2 = 0.25!