summaryrefslogtreecommitdiff
path: root/gps
diff options
context:
space:
mode:
authorGreg Troxel <gdt@ir.bbn.com>2015-01-25 20:24:29 -0500
committerGreg Troxel <gdt@ir.bbn.com>2015-01-25 20:24:29 -0500
commit7ff2d8c939c9fb6a194b7290edda3508b6172001 (patch)
tree4e6f7acad60bd8ab030c16d6575cb9273bb48ea1 /gps
parent7f6b6f0b425a446b5eb1491cbf27f98b3886dc52 (diff)
downloadgpsd-7ff2d8c939c9fb6a194b7290edda3508b6172001.tar.gz
Regularize comments and add OS X case.
This is a comment-only change. It notes that OS X regression tests fail, even with long times.
Diffstat (limited to 'gps')
-rw-r--r--gps/fake.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/gps/fake.py b/gps/fake.py
index d172ae46..66b99c90 100644
--- a/gps/fake.py
+++ b/gps/fake.py
@@ -93,24 +93,26 @@ import packet as sniffer
# Field reports on minima:
#
-# Eric Raymond on Linux 3.11.0 under an Intel Core Duo at 2.66GHz.
+# Eric Raymond runningLinux 3.11.0 on an Intel Core Duo at 2.66GHz.
# WRITE_PAD = 0.0 / CLOSE_DELAY = 0.1 Works, 112s real
# WRITE_PAD = 0.0 / CLOSE_DELAY = 0.05 Fails
#
-# Michael Tatarinov on a Raspberry Pi:
+# Michael Tatarinov running ?? on a Raspberry Pi:
# WRITE_PAD = 0.0 / CLOSE_DELAY = 0.05 Works, 344s real
# WRITE_PAD = 0.0 / CLOSE_DELAY = 0.0 Fails, 339s real
#
-# From Hal Murray on NetBSD 6.1.2 on an Intel(R) Celeron(R) CPU 2.80GHz
+# Hal Murray running NetBSD 6.1.2 on an Intel(R) Celeron(R) CPU 2.80GHz
# WRITE_PAD = 0.0 / CLOSE_DELAY = 0.4 Works, takes 688.69s real
# WRITE_PAD = 0.0 / CLOSE_DELAY = 0.3 Fails tcp-torture.log, 677.53s real
#
-# Greg Troxel running NetBSD 6 on a core i5 (i386, 4 cpus) 2.90GHz.
+# Greg Troxel running NetBSD 6 on a Core i5 (i386, 4 cpus) 2.90GHz.
# WRITE_PAD = 0.001 / CLOSE_DELAY = 0.2 had failures (645s)
# WRITE_PAD = 0.001 / CLOSE_DELAY = 0.4 had failures (662s)
# WRITE_PAD = 0.004 / CLOSE_DELAY = 0.8 all tests passed
# WRITE_PAD = 0.001 / CLOSE_DELAY = 0.8 all tests passed (697s)
#
+# Greg Troxel running OS X 10.9 on a Core i7 (2 cpus) 1.7 GHz.
+# WRITE_PAD = 0.01 / CLOSE_DELAY = 4 had massive failures
# examples are "# sys.platform platform.platform()"