Displaying 20 results from an estimated 16004 matches for "regress".
2010 Aug 16
4
Final(?) changes committed
Hi,
In addition to the strptime change that Darren has just committed to
fix Irix, I have committed a change to ssh(1) that affects all platforms:
> - djm at cvs.openbsd.org 2010/08/12 21:49:44
> [ssh.c]
> close any extra file descriptors inherited from parent at start and
> reopen stdin/stdout to /dev/null when forking for ControlPersist.
>
> prevents tools that
2016 Dec 14
2
Call for testing: OpenSSH 7.4
...issions: explicit statvfs
> ok sftp permissions
> run test reconfigure.sh ...
> ok simple connect after reconfigure
> run test dynamic-forward.sh ...
> ok dynamic forwarding
> run test forwarding.sh ...
> failed copy of /bin/ls
> cmp: EOF on /usr/source/openssh-SNAP-20161214/regress/copy
> corrupted copy of /bin/ls
> Exit request sent.
> failed local and remote forwarding
> *** Error code 1
>
> Stop.
> make[1]: stopped in /usr/source/openssh-SNAP-20161214/regress
> *** Error code 1
>
> Stop.
> make: stopped in /usr/source/openssh-SNAP-2016121...
2004 Jun 21
4
[LLVMdev] llvm test results for FreeBSD platform
Is it ok sending this results for FreeBSD5.1 at daily/weekly based to this
mail list?
Now results.
Big improvement in llvm tests results from last test result sended.
New regressions:
Regression.Assembler.ConstantExprFold : FAIL , expected PASS
Regression.CodeGen.Generic.2004-04-09-SameValueCoalescing: FAIL ,
expected PASS
Regression.Transforms.PRE.basictest : FAIL , expected PASS
Regression.Transforms.TailCallElim.tail_call_with_branch: F...
2014 May 04
12
[LLVMdev] [RFC] Benchmarking subset of the test suite
...s/Shootout-C++/hello
SingleSource/Benchmarks/Shootout-C++/reversefile
SingleSource/Benchmarks/Shootout-C++/spellcheck
SingleSource/Benchmarks/Shootout-C++/sumcol
SingleSource/Benchmarks/Shootout-C++/wc
SingleSource/Benchmarks/Shootout-C++/wordfreq
SingleSource/Benchmarks/Shootout/hello
SingleSource/Regression/C++/2003-05-14-array-init
SingleSource/Regression/C++/2003-05-14-expr_stmt
SingleSource/Regression/C/2003-05-14-initialize-string
SingleSource/Regression/C/2003-05-21-BitfieldHandling
SingleSource/Regression/C/2003-05-21-UnionBitfields
SingleSource/Regression/C/2003-05-21-UnionTest
SingleSource/...
2023 Oct 20
0
[PATCH] Clean up the regress directory with make clean
...eys and support files created during
make tests. It might not be as compact as it could be, and I'd be happy
to get comments on that, but it does work.
diff --git a/Makefile.in b/Makefile.in
index 70287f51f..0f1ef844d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -296,6 +296,45 @@ clean: regressclean
rm -f regress/misc/sk-dummy/*.o
rm -f regress/misc/sk-dummy/*.lo
rm -f regress/misc/sk-dummy/sk-dummy.so
+ rm -f regress/agent-ca.pub
+ rm -f regress/agent.log
+ rm -f regress/allowed_signers
+ rm -f regress/authkeys_orig
+ rm -f regress...
2019 Jan 24
2
[Regression] OpenSSH 7.7p1 no longer tests on NonStop Port
...ust fine - no issues at all.
> > >
> > > In 7.7p1, when the agent test ran, the following happened (prior
> > > tests worked perfectly):
> > >
> > > run test agent.sh ...
> > > Couldn't open logfile
/home/git/openssh-portable/regress/ssh.log:
> > > Permission denied
> > > agent fwd failed (exit code 1)
> > > failed simple agent test
> > >
> >
> > My guess is that this is due to a previous test creating ssh.log as
> > root, however offhand I can't think of...
2004 Jun 20
0
[LLVMdev] llvm test results for FreeBSD platform
Thanks Vladimir. That's great! Glad you got it working.
BTW, the failures you're seeing have been experienced by Chris and I as
well. Chris is diligently working on making the LLVM processing more
consistent so he track down the problem. A week ago or so, these tests
passed at 100%.
Reid.
On Sun, 2004-06-20 at 15:50, Vladimir Merzliakov wrote:
> In attached file.
>
> Vladimir
2015 Jun 06
4
[Bug 2412] New: make tests does not PASS all tests with SNAP openssh-SNAP-20150607.tar.gz
...ild system
Assignee: unassigned-bugs at mindrot.org
Reporter: aixtools at gmail.com
tail:
ssh connect with protocol 1 failed
ssh connect with protocol 2 failed
failed simple connect
make[1]: *** [t-exec] Error 1
make[1]: Leaving directory
`/data/prj/openbsd/openssh/snap/openssh/regress'
make: *** [tests] Error 2
Full detail follows:
This is a reinstalled 'build' server, so the ssh conf directory is
empty - actually - it does not even exist - so there are many warnings
about files not being available. Maybe doing a 'make install' and then
'make tests'...
2016 Feb 17
2
Call for testing: OpenSSH 7.2
On Wed, 17 Feb 2016, Tom G. Christensen wrote:
> On 12/02/16 04:56, Damien Miller wrote:
> > Portable OpenSSH is available via Git at
> > https://anongit.mindrot.org/openssh.git/ or via a mirror on Github at
> > https://github.com/openssh/openssh-portable
> >
>
> I'm seeing a hang in the testsuite on Solaris:
> run test transfer.sh ...
> transfer data:
2004 Jun 20
2
[LLVMdev] llvm test results for FreeBSD platform
In attached file.
Vladimir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test2004_06_20.log
Type: application/octet-stream
Size: 88488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040620/98042f01/attachment.obj>
2015 Jun 25
3
Call for testing: OpenSSH 6.9
On Thu, 25 Jun 2015, Michael Felt wrote:
> Just running a standard make, and then a make install to a packaging
> directory. It seems to be complaining about missing keys - not sure yet if
> this is a show stopper
For packaging you want the install-nokeys rule not install.
--
Tim Rice Multitalents
tim at multitalents.net
2016 Dec 31
2
Baffling regress/forwarding.sh failure, new in 7.4p1
I have the OpenSSH regression tests hooked up to run in Debian and
Ubuntu's "autopkgtest" system, so that they're automatically run on
uploads of OpenSSH itself or any of its dependencies. This is
especially good for enforcing interoperability between it and other SSH
implementations, but it's also pre...
2020 Sep 21
4
Call for testing: OpenSSH 8.4
On Mon, 21 Sep 2020 at 09:53, Hisashi T Fujinaka <htodd at twofifty.com> wrote:
> OK, NetBSD-current amd64, NetBSD-9-amd64, and NetBSD-9-i386 all pass all
> tests. MacOS, well, I always try it but it has problems.
What's the problem on OS X? We test on it regularly (El Capitan and
High Sierra) and the only problem I'm aware of is that the native
libcrypto on High Sierra is
2019 Jan 21
4
[Regression] OpenSSH 7.7p1 no longer tests on NonStop Port
...I finally got around to trying to test the 7.7p1 release on the HPE NonStop
Platform. 7.6p1 worked just fine - no issues at all.
In 7.7p1, when the agent test ran, the following happened (prior tests
worked perfectly):
run test agent.sh ...
Couldn't open logfile /home/git/openssh-portable/regress/ssh.log:
Permission denied
agent fwd failed (exit code 1)
failed simple agent test
This seems to be entirely correct, in that the log file is secured 600 by
the root user (we run sudo make tests), but the agent ssh is running as my
user. It is unable to open the ssh.log file and happily dies, ki...
2004 Jun 21
0
[LLVMdev] llvm test results for FreeBSD platform
...dly.
What do others think?
BTW, if you are interested in running the nightly tester on your freebsd
box, let me know and I can help you get it set up.
> Now results.
> Big improvement in llvm tests results from last test result sended.
Great! That's what we want to see. :)
> New regressions:
> Regression.Assembler.ConstantExprFold : FAIL , expected PASS
> Regression.CodeGen.Generic.2004-04-09-SameValueCoalescing: FAIL ,
> expected PASS
> Regression.Transforms.PRE.basictest : FAIL , expected PASS
> Regression.Transforms.TailCallElim...
2010 Jun 13
2
Please check 1.2rc with your applications!
1.2 is on the way, more regression spotting needed!
Yes, it makes the numbers worse, but it means Wine will get better ;-)
- d.
---------- Forwarded message ----------
From: Michael Stefaniuc <mstefani at redhat.com>
Date: 13 June 2010 10:27
Subject: Re: Release plans
To: wine-devel at winehq.org
On 06/13/2010 10:39...
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_cr.prv
/home/git/openssh-portable/ssh-keygen -if
/home/git/openssh-portable/regress/rsa_ssh2_cr....
2005 Mar 01
7
[Bug 989] openssh-3.9p1 on Solaris 8 - multiplex.sh NOK
...Darren Tucker for your advice.
Need debug on Solaris 8 - openssh-3.9p1
see below
root at qvgdisy3 # make tests
...
run test multiplex.sh ...
test connection multiplexing: envpass
test connection multiplexing: transfer
Connecting to otherhost...
sftp> Fetching /bin/ls to /opt/SSH/openssh-3.9p1/regress/ls.copy
/bin/ls
100% 18KB 18.4KB/s 00:00
sftp>
sh: scp: not found
scp: failed copy /bin/ls
cmp: cannot open /opt/SSH/openssh-3.9p1/regress/ls.copy
scp: corrupted copy of /bin/ls
test connection mul...
2010 Feb 01
1
Manipulating data, and performing repeated simple regressions, not multiple regression
...eve two things:
1) Manipulate this data so that I have the "Result" data unchanged, and all
the other data (the Var1, Var2 & Var3 columns) squared. I can achieve this
(see code below), but I then can't use the output in the way I expect.
2) I want to get as outputs the separate regressions of Var1 to Result, Var2
to Result, etc. I.e. separate single-variable regressions, NOT a multiple
regression.
The code I have so far (with the simple data above in this attached file
"sample-regression.txt")
http://n4.nabble.com/file/n1458694/sample-regression.txt
sample-regression...
2006 Nov 08
0
[LLVMdev] 1.9 Next Steps
...marray
cbe /SingleSource/UnitTests/Vector/sumarray
llc /SingleSource/UnitTests/Vector/sumarray-dbl
jit /SingleSource/UnitTests/Vector/sumarray-dbl
cbe /SingleSource/UnitTests/Vector/sumarray-dbl
^^ all of the above fail because my 3.4.6 compiler doesn't support
vectors well
llc /SingleSource/Regression/C++/EH/ctor_dtor_count-2
jit /SingleSource/Regression/C++/EH/ctor_dtor_count-2
cbe /SingleSource/Regression/C++/EH/ctor_dtor_count-2
llc /SingleSource/Regression/C++/EH/ctor_dtor_count
jit /SingleSource/Regression/C++/EH/ctor_dtor_count
cbe /SingleSource/Regression/C++/EH/ctor_dtor_count
llc /Si...