[pypy-commit] pypy win64-stage1: Merge with default
ctismer
noreply at buildbot.pypy.org
Sun Mar 18 16:53:32 CET 2012
Author: Christian Tismer <tismer at stackless.com>
Branch: win64-stage1
Changeset: r53794:4df49b007508
Date: 2012-03-18 16:52 +0100
http://bitbucket.org/pypy/pypy/changeset/4df49b007508/
Log: Merge with default
diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py
--- a/pypy/jit/backend/test/runner_test.py
+++ b/pypy/jit/backend/test/runner_test.py
@@ -1497,9 +1497,9 @@
def test_read_timestamp(self):
if sys.platform == 'win32':
- # windows quite often is very inexact (like the old 8259 PIC),
+ # windows quite often is very inexact (like the old Intel 8259 PIC),
# so we stretch the time a little bit.
- # On my virtual Parallels machine in a 2GhZ Core i7 Mac Mini,
+ # On my virtual Parallels machine in a 2GHz Core i7 Mac Mini,
# the test starts working at delay == 21670 and stops at 20600000.
# We take the geometric mean value.
from math import log, exp
More information about the pypy-commit
mailing list