Package: golang-github-robertkrimen-otto / 0.0~git20200922.ef014fd-2

Metadata

Package Version Patches format
golang-github-robertkrimen-otto 0.0~git20200922.ef014fd-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
extend testing timeout.patch | (download)

testing_test.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 extend testing timeout
 For slow computing machines, 2 seconds is too short to PASS the testing.
 This patch extends the timeout to 20 seconds.
fix int overflow in tests.patch | (download)

date_test.go | 18 9 + 9 - 0 !
runtime_test.go | 2 1 + 1 - 0 !
2 files changed, 10 insertions(+), 10 deletions(-)

 explicitly type-case large values to uint64 to get tests passing in 32 bit archs