aboutsummaryrefslogtreecommitdiff
path: root/test/zerodivide.go
AgeCommit message (Expand)Author
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2016-12-23test: lock in test for _ assignment evaluation/zerodivide panicEmmanuel Odeke
2013-02-12test: ensure all failing tests exit nonzero.Alan Donovan
2012-02-19test: [a-c]: add introductory comments to testsRob Pike
2012-02-16test: use testlib (final 61)Russ Cox
2011-11-01non-pkg: gofix -r error -force=errorRuss Cox
2011-10-27test: error-related fixesRuss Cox
2011-01-19delete float, complex - code changesRuss Cox
2010-12-15remove naclRuss Cox
2010-09-11test: Make gccgo believe that the variables can change.Ian Lance Taylor
2010-07-30fix buildKai Backman
2010-07-30arm: bugfixes (stack clobbering, indices)Kai Backman
2010-07-20more soft float support. passes several basic testsKai Backman
2010-06-18test: add missing import for zerodivideChristopher Wedgwood
2010-06-18complex divide: match C99 implementationRuss Cox
2010-06-14runtime: correct fault for 16-bit divide on LeopardRuss Cox
2010-06-14Add test for division by zero.Rob Pike