Thu Oct 13 09:25:37 2016 UTC ()
Bump timeouts so they work on a 32bit sparc (poor Krups)


(martin)
diff -r1.3 -r1.4 src/tests/crypto/libcrypto/t_libcrypto.sh
diff -r1.3 -r1.4 src/tests/crypto/libcrypto/t_pubkey.sh

cvs diff -r1.3 -r1.4 src/tests/crypto/libcrypto/t_libcrypto.sh (expand / switch to unified diff)

--- src/tests/crypto/libcrypto/t_libcrypto.sh 2010/11/08 19:06:12 1.3
+++ src/tests/crypto/libcrypto/t_libcrypto.sh 2016/10/13 09:25:37 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: t_libcrypto.sh,v 1.3 2010/11/08 19:06:12 pooka Exp $ 1# $NetBSD: t_libcrypto.sh,v 1.4 2016/10/13 09:25:37 martin Exp $
2# 2#
3# Copyright (c) 2008, 2009, 2010 The NetBSD Foundation, Inc. 3# Copyright (c) 2008, 2009, 2010 The NetBSD Foundation, Inc.
4# All rights reserved. 4# All rights reserved.
5# 5#
6# Redistribution and use in source and binary forms, with or without 6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions 7# modification, are permitted provided that the following conditions
8# are met: 8# are met:
9# 1. Redistributions of source code must retain the above copyright 9# 1. Redistributions of source code must retain the above copyright
10# notice, this list of conditions and the following disclaimer. 10# notice, this list of conditions and the following disclaimer.
11# 2. Redistributions in binary form must reproduce the above copyright 11# 2. Redistributions in binary form must reproduce the above copyright
12# notice, this list of conditions and the following disclaimer in the 12# notice, this list of conditions and the following disclaimer in the
13# documentation and/or other materials provided with the distribution. 13# documentation and/or other materials provided with the distribution.
14# 14#
@@ -39,27 +39,27 @@ atf_test_case rand @@ -39,27 +39,27 @@ atf_test_case rand
39rand_head() 39rand_head()
40{ 40{
41 atf_set "descr" "Checks peudo-random number generator" 41 atf_set "descr" "Checks peudo-random number generator"
42} 42}
43rand_body() 43rand_body()
44{ 44{
45 atf_check -o ignore -e ignore "$(atf_get_srcdir)/h_randtest" 45 atf_check -o ignore -e ignore "$(atf_get_srcdir)/h_randtest"
46} 46}
47 47
48atf_test_case bn 48atf_test_case bn
49bn_head() 49bn_head()
50{ 50{
51 atf_set "descr" "Checks BIGNUM library" 51 atf_set "descr" "Checks BIGNUM library"
52 atf_set "timeout" "300" 52 atf_set "timeout" "360"
53} 53}
54bn_body() 54bn_body()
55{ 55{
56 atf_check -o ignore -e ignore "$(atf_get_srcdir)/h_bntest" 56 atf_check -o ignore -e ignore "$(atf_get_srcdir)/h_bntest"
57 atf_check -o ignore -e ignore "$(atf_get_srcdir)/h_divtest" 57 atf_check -o ignore -e ignore "$(atf_get_srcdir)/h_divtest"
58 atf_check -o ignore -e ignore "$(atf_get_srcdir)/h_exptest" 58 atf_check -o ignore -e ignore "$(atf_get_srcdir)/h_exptest"
59} 59}
60 60
61atf_test_case conf 61atf_test_case conf
62conf_head() 62conf_head()
63{ 63{
64 atf_set "descr" "Checks configuration modules" 64 atf_set "descr" "Checks configuration modules"
65} 65}

cvs diff -r1.3 -r1.4 src/tests/crypto/libcrypto/t_pubkey.sh (expand / switch to unified diff)

--- src/tests/crypto/libcrypto/t_pubkey.sh 2011/06/09 05:25:21 1.3
+++ src/tests/crypto/libcrypto/t_pubkey.sh 2016/10/13 09:25:37 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: t_pubkey.sh,v 1.3 2011/06/09 05:25:21 spz Exp $ 1# $NetBSD: t_pubkey.sh,v 1.4 2016/10/13 09:25:37 martin Exp $
2# 2#
3# Copyright (c) 2008, 2009, 2010 The NetBSD Foundation, Inc. 3# Copyright (c) 2008, 2009, 2010 The NetBSD Foundation, Inc.
4# All rights reserved. 4# All rights reserved.
5# 5#
6# Redistribution and use in source and binary forms, with or without 6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions 7# modification, are permitted provided that the following conditions
8# are met: 8# are met:
9# 1. Redistributions of source code must retain the above copyright 9# 1. Redistributions of source code must retain the above copyright
10# notice, this list of conditions and the following disclaimer. 10# notice, this list of conditions and the following disclaimer.
11# 2. Redistributions in binary form must reproduce the above copyright 11# 2. Redistributions in binary form must reproduce the above copyright
12# notice, this list of conditions and the following disclaimer in the 12# notice, this list of conditions and the following disclaimer in the
13# documentation and/or other materials provided with the distribution. 13# documentation and/or other materials provided with the distribution.
14# 14#
@@ -39,59 +39,59 @@ atf_test_case dh @@ -39,59 +39,59 @@ atf_test_case dh
39dh_head() 39dh_head()
40{ 40{
41 atf_set "descr" "Checks Diffie-Hellman key agreement protocol" 41 atf_set "descr" "Checks Diffie-Hellman key agreement protocol"
42} 42}
43dh_body() 43dh_body()
44{ 44{
45 atf_check -o ignore -e ignore "$(atf_get_srcdir)/h_dhtest" 45 atf_check -o ignore -e ignore "$(atf_get_srcdir)/h_dhtest"
46} 46}
47 47
48atf_test_case rsa 48atf_test_case rsa
49rsa_head() 49rsa_head()
50{ 50{
51 atf_set "descr" "Checks RSA" 51 atf_set "descr" "Checks RSA"
52 atf_set "timeout" "300" 52 atf_set "timeout" "420"
53} 53}
54rsa_body() 54rsa_body()
55{ 55{
56 atf_check -o ignore -e ignore "$(atf_get_srcdir)/h_rsatest" 56 atf_check -o ignore -e ignore "$(atf_get_srcdir)/h_rsatest"
57} 57}
58 58
59atf_test_case ec 59atf_test_case ec
60ec_head() 60ec_head()
61{ 61{
62 atf_set "descr" "Checks EC cipher" 62 atf_set "descr" "Checks EC cipher"
63 atf_set "timeout" "300" 63 atf_set "timeout" "480"
64} 64}
65ec_body() 65ec_body()
66{ 66{
67 atf_check -o ignore -e ignore "$(atf_get_srcdir)/h_ectest" 67 atf_check -o ignore -e ignore "$(atf_get_srcdir)/h_ectest"
68} 68}
69 69
70atf_test_case ecdh 70atf_test_case ecdh
71ecdh_head() 71ecdh_head()
72{ 72{
73 atf_set "descr" "Checks ECDH key agreement protocol" 73 atf_set "descr" "Checks ECDH key agreement protocol"
74} 74}
75ecdh_body() 75ecdh_body()
76{ 76{
77 atf_check -o ignore -e ignore "$(atf_get_srcdir)/h_ecdhtest" 77 atf_check -o ignore -e ignore "$(atf_get_srcdir)/h_ecdhtest"
78} 78}
79 79
80atf_test_case ecdsa 80atf_test_case ecdsa
81ecdsa_head() 81ecdsa_head()
82{ 82{
83 atf_set "descr" "Checks ECDSA algorithm" 83 atf_set "descr" "Checks ECDSA algorithm"
84 atf_set "timeout" "300" 84 atf_set "timeout" "480"
85} 85}
86ecdsa_body() 86ecdsa_body()
87{ 87{
88 atf_check -o ignore -e ignore "$(atf_get_srcdir)/h_ecdsatest" 88 atf_check -o ignore -e ignore "$(atf_get_srcdir)/h_ecdsatest"
89} 89}
90 90
91atf_test_case srp 91atf_test_case srp
92srp_head() 92srp_head()
93{ 93{
94 atf_set "descr" "Checks SRP key agreement protocol" 94 atf_set "descr" "Checks SRP key agreement protocol"
95} 95}
96srp_body() 96srp_body()
97{ 97{