aboutsummaryrefslogtreecommitdiff
path: root/test/map.go
AgeCommit message (Expand)Author
2014-08-06test/mapnan.go: add regression test for non-empty interfaces.Alan Donovan
2013-04-07test: fix flaky NaN-key map complexity testBrad Fitzpatrick
2013-02-12test: ensure all failing tests exit nonzero.Alan Donovan
2012-02-23test: commentary for [h-m]*.goRob Pike
2012-02-16test: use testlib (final 61)Russ Cox
2012-02-16all: errors caught by go vetRob Pike
2012-02-02test: make map nan timing test more robustBrad Fitzpatrick
2012-01-30test: attempt at making a test more robustBrad Fitzpatrick
2012-01-30test: add test of NaN in mapRuss Cox
2012-01-26gc, runtime: handle floating point map keysRuss Cox
2011-01-19delete float, complex - code changesRuss Cox
2010-09-04test: remove semiocolons.Rob Pike
2009-10-09time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox
2009-09-15last round: non-package codeRuss Cox
2009-03-23allow range on nil mapsRuss Cox
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox
2009-02-13convert composite literals from { } to ( ).Russ Cox
2009-01-26implement new restrictions on whatRuss Cox
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2009-01-15convert strconvRuss Cox
2009-01-15printf->Printf etc.Rob Pike
2009-01-06new new & makeRuss Cox
2008-12-20update map test.Rob Pike
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-18convert *[] to [].Russ Cox
2008-10-05bug026 and bug060 are fixed. update.Rob Pike
2008-09-15update bugsRob Pike
2008-08-11add test for maps.Rob Pike