search for: test_match

Displaying 7 results from an estimated 7 matches for "test_match".

2010 Feb 23
1
Matching Problem
...CAO0279172" "CAO0279713" "CAO0286825" "CAO0287077" "CAO0295190" "CAO0312448" "CAO0319405" "CAO0337134" "CAO0347741" "CAO0367128" "CAO0374110" "CAO0374779") I have used the following: test_match <- match(merge_prochi, gtype_prochi, nomatch=0, incomparables=NULL) test_match <- (1620 3161 NA 2191 1957 NA 422 1040 1031 NA NA NA NA NA NA NA 1956 NA NA NA NA NA NA 586 NA NA 182 NA 3234 NA NA NA NA NA NA NA 3075 556 1794 1451 NA 1991 17...
2018 Aug 13
4
Call for testing: OpenSSH 7.8
................................................................................................................................................................................................................................................... 352 tests ok test_hostkeys: .................. 18 tests ok test_match: ...... 6 tests ok test_utf8: ........................ regress/unittests/utf8/tests.c:48 test #25 "c_esc" ASSERT_INT_EQ(len, wantlen) failed: len = -1 wantlen = 5 make: 1254-059 The signal code from the last command is 6. Let me know if addl info is needed. Val
2018 Apr 12
4
OpenSSH 7.7 t1 script breakage
........................................ ............................................................................ ............................................................................ ................................................ 352 tests ok test_hostkeys: .................. 18 tests ok test_match: ...... 6 tests ok /home/git/openssh-portable/ssh-keygen -if /home/git/openssh-portable/regress/rsa_ssh2.prv | diff - /home/git/openssh-portable/regress/rsa_openssh.prv tr '\n' '\r' </home/git/openssh-portable/regress/rsa_ssh2.prv > /home/git/openssh-portable/regress/rsa_ssh2_...
2016 Dec 14
2
Call for testing: OpenSSH 7.4
On Tue, Dec 13, 2016 at 06:22:41PM -0700, The Doctor wrote: > On Wed, Dec 14, 2016 at 12:12:21PM +1100, Damien Miller wrote: > > On Tue, 13 Dec 2016, The Doctor wrote: > > > > > Got you. Will run make tests. So far running on > > > FreeBSD 11.0 using openssl 1.0.2 current > > > > Thanks! > > Point of concern > > run test sftp-perm.sh
2016 Dec 24
0
[PATCH] lib: Use a common function to validate strings.
...E ("abc.123")); + assert (VALID_HOSTNAME ("abc:123")); + assert (VALID_HOSTNAME ("abc[123]")); + assert (!VALID_HOSTNAME ("abc/def")); +} + int main (int argc, char *argv[]) { @@ -448,6 +487,7 @@ main (int argc, char *argv[]) test_timeval_diff (); test_match (); test_stringsbuf (); + test_valid (); exit (EXIT_SUCCESS); } diff --git a/src/utils.c b/src/utils.c index 0b8962c..6a01ac8 100644 --- a/src/utils.c +++ b/src/utils.c @@ -27,6 +27,7 @@ #include <stdio.h> #include <stdlib.h> +#include <stdbool.h> #include <strin...
2016 Dec 24
2
[PATCH] lib: Use a common function to validate strings.
As discussed in the thread on validating $TERM, it would be good to have a common function to do this. This is such a function. The main advantage is it includes unit tests which the previous functions did not. Rich.
2017 Sep 23
3
Call for testing: OpenSSH 7.6
> Portable OpenSSH is also available via [...] Github: https://github.com/openssh/openssh-portable > > Running the regression tests supplied with Portable OpenSSH does not require installation and is a simply: > > $ ./configure && make tests I was going to try this on Kali Linux (latest version), but ran into trouble right away. No "configure" script exists