Nick Rosbrook
d1753f75a7
bytesconv: add appropriate build tags for s390x ( #1250 )
...
The bytesconv 32-bit tests fail on s390x, because it is a 64-bit
architecture. Add the appropriate build flags so that 32-bit tests do
not run on this architecture.
2022-03-16 17:31:04 +01:00
tyltr
ba401075d3
compatible with new build tag ( #1087 )
2021-09-02 00:18:53 +02:00
Erik Dubbelboer
74bd13a169
Add ppc64le support
2020-11-05 09:32:07 +01:00
Ivan Mironov
3e27d8ebad
Fix integer overflow handling in parseUintBuf() ( #789 )
...
* Add more tests for parseUintBuf()
* Fix integer overflow handling in parseUintBuf()
2020-04-23 15:08:07 +02:00
Erik Dubbelboer
c3d82ca3a4
Speed up testing by running tests in parallel
2019-10-16 10:20:13 +02:00
Aliaksandr Valialkin
d32baf2c3a
Updated test matrix in .travis.yml according to https://golang.org/doc/install/source#environment
2015-12-01 18:47:03 +02:00
Aliaksandr Valialkin
90e07dd759
Improved AppendUint tests
2015-11-29 13:34:49 +02:00
Aliaksandr Valialkin
c04fdb47a5
Test writeHexInt for 32-bit and 64-bit architectures
2015-11-28 23:11:07 +02:00
Aliaksandr Valialkin
974a1c99ce
Optimized AppendUint by using stack-based buffer instead of uintBufPool
2015-11-28 23:00:10 +02:00
Aliaksandr Valialkin
58d404c7e9
Issue #7 : an attempt to blindly fix arm build according to @msoap suggestion
2015-11-28 20:47:17 +02:00