Menu

#389 a test suite failure

obsolete: 8.2
closed-fixed
nobody
2
2001-04-04
2000-10-26
Anonymous
No

OriginalBugID: 2598 Bug
Version: 8.2
SubmitDate: '1999-08-20'
LastModified: '1999-10-21'
Severity: LOW
Status: Closed
Submitter: techsupp
ChangedBy: hobbs
OS: Other
OSVersion: NetBSD-1.4/i386
Machine: NA
FixedDate: '2000-10-25'
ClosedDate: '1999-10-21'

Name: Hume Smith

Comments:
I got (and think I reported) this in 8.1.1, too... but my system's a bit
obscure and possibly misconfigured :p

ReproducibleScript:

ObservedBehavior:
from make test:
# tzset() under MSVC has the following weird observed behavior:
# First time we call "clock format [clock seconds] -format %Z -gmt 1"
# we get "GMT", but on all subsequent calls we get the current time
# zone string, even though env(TZ) is GMT and the variable _timezone
# is 0.

set x {}
append x [clock format 863800000 -format %Z -gmt 1]
append x [clock format 863800000 -format %Z -gmt 1]

---- Result was:
ASTAST
---- Result should have been:
GMTGMT
==== clock-3.4 FAILED

This is likely a misconfigured system, as this is not
reproducible on ours in any way.
-- 10/21/1999 hobbs

Discussion

  • Brent B. Welch

    Brent B. Welch - 2000-10-26
    • priority: 5 --> 2
    • status: open --> closed-fixed
     
  • Don Porter

    Don Porter - 2001-04-04
    • labels: 104236 --> 06. Time Measurement