Closed Bug 423382 Opened 16 years ago Closed 16 years ago

float("Inf") in runtests.py doesn't work

Categories

(Testing :: Mochitest, defect, P1)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: Gavin, Assigned: Gavin)

References

Details

Attachments

(1 file)

I:\moz\mozilla>python ff-opt/_tests/testing/mochitest/runtests.py
Traceback (most recent call last):
  File "ff-opt/_tests/testing/mochitest/runtests.py", line 419, in <module>
  File "ff-opt/_tests/testing/mochitest/runtests.py", line 194, in main
  File "ff-opt/_tests/testing/mochitest/runtests.py", line 115, in __init__
ValueError: invalid literal for float(): Inf


According to http://bugs.python.org/msg53199 , the fact that float("Inf") works at all is just a fluke, and is platform dependent. I'm using Python 2.5 on Windows.
Attached patch patchSplinter Review
Assignee: nobody → gavin.sharp
Status: NEW → ASSIGNED
Attachment #309878 - Flags: review?(sayrer)
Comment on attachment 309878 [details] [diff] [review]
patch

whatever Jeff is happy with. I clearly don't know whether or which Infinity works.
Attachment #309878 - Flags: review?(sayrer) → review?(jwalden+bmo)
Comment on attachment 309878 [details] [diff] [review]
patch

The web claims None and () are bottom and top values for the reals in Python, but Python mailing list traffic says this might change, and it's a touch too cute for one-off use.

>+    defaults["leakThreshold"] = float(1e3000)

You don't need the float() call if you use a floating-point exponential; r=me with that change:

>>> 1.0e3000 
inf
Attachment #309878 - Flags: review?(jwalden+bmo) → review+
Landed with that change.

mozilla/testing/mochitest/runtests.py.in 	1.20
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Priority: -- → P1
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9beta5
Moving a bunch of Core :: Testing bugs to Testing :: Mochitest to clear out the former, which is obsolete now that we have more specialized categories for such bugs; filter on the string "MochitestMmMm" to delete all these notifications.
Component: Testing → Mochitest
Product: Core → Testing
QA Contact: testing → mochitest
Target Milestone: mozilla1.9beta5 → ---
Version: Trunk → unspecified
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: