summaryrefslogtreecommitdiff
path: root/test/zerodivide.go
Commit message (Expand)AuthorAgeFilesLines
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-1/+1
* test: lock in test for _ assignment evaluation/zerodivide panicEmmanuel Odeke2016-12-231-3/+6
* test: ensure all failing tests exit nonzero.Alan Donovan2013-02-121-0/+3
* test: [a-c]: add introductory comments to testsRob Pike2012-02-191-0/+2
* test: use testlib (final 61)Russ Cox2012-02-161-1/+1
* non-pkg: gofix -r error -force=errorRuss Cox2011-11-011-3/+3
* test: error-related fixesRuss Cox2011-10-271-5/+2
* delete float, complex - code changesRuss Cox2011-01-191-85/+119
* remove naclRuss Cox2010-12-151-2/+1
* test: Make gccgo believe that the variables can change.Ian Lance Taylor2010-09-111-0/+24
* fix buildKai Backman2010-07-301-4/+4
* arm: bugfixes (stack clobbering, indices)Kai Backman2010-07-301-0/+12
* more soft float support. passes several basic testsKai Backman2010-07-201-0/+5
* test: add missing import for zerodivideChristopher Wedgwood2010-06-181-0/+1
* complex divide: match C99 implementationRuss Cox2010-06-181-6/+8
* runtime: correct fault for 16-bit divide on LeopardRuss Cox2010-06-141-8/+4
* Add test for division by zero.Rob Pike2010-06-141-0/+168