1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:31:22 -06:00
go/src/pkg/exp
Volker Dobler 6bbd12f176 exp/cookiejar: make cookie sorting deterministic.
Re-enable TestUpdateAndDelete, TestExpiration, TestChromiumDomain and
TestChromiumDeletion on Windows.

Sorting of cookies with same path length and same creation
time is done by an additional seqNum field.
This makes the order in which cookies are returned in Cookies
deterministic, even if the system clock is manipulated or on
systems with a low-resolution clock.

The tests now use a synthetic time: This makes cookie testing
reliable in case of bogus system clocks and speeds up the
expiration tests.

R=nigeltao, alex.brainman, dave
CC=golang-dev
https://golang.org/cl/7323063
2013-02-18 11:27:41 +11:00
..
cookiejar exp/cookiejar: make cookie sorting deterministic. 2013-02-18 11:27:41 +11:00
ebnf build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
ebnflint tools: update references to "x" to be "go tool x" 2012-02-04 07:03:20 +11:00
gotype go/parser: cleanups following CL 7307085 2013-02-14 13:36:40 -08:00
inotify exp/inotify: close event channel before file descriptor 2013-02-05 06:11:10 -08:00
locale/collate exp/locale/collate: moved low-level collation functionality 2013-02-12 15:59:55 +01:00
norm exp/norm: changed API of Iter. 2012-12-24 16:53:25 +01:00
ssa exp/ssa: add Instruction.Operands and Value.Referrers methods. 2013-02-13 00:15:07 -05:00
utf8string exp/utf8string: Correct package name in error messages 2012-04-02 12:06:05 -04:00
winfsnotify exp/winfsnotify: fix data race in TestNotifyClose 2012-11-28 17:01:22 +11:00
README

This directory tree contains experimental packages and
unfinished code that is subject to even more change than the
rest of the Go tree.