Re: Need help fixing tests in CURRENT

2014-10-07 Thread NGie Cooper
On Tue, Oct 7, 2014 at 4:38 PM, Craig Rodrigues wrote: > > On Tue, Oct 7, 2014 at 4:30 PM, NGie Cooper wrote: >> >> On Tue, Oct 7, 2014 at 2:04 PM, Craig Rodrigues >> wrote: >> > Hi, >> > >> > After committing this fix to yacc in HEAD ( >> > https://lists.freebsd.org/pipermail/svn-src-all/2014-O

Re: Need help fixing tests in CURRENT

2014-10-07 Thread Craig Rodrigues
On Tue, Oct 7, 2014 at 4:30 PM, NGie Cooper wrote: > On Tue, Oct 7, 2014 at 2:04 PM, Craig Rodrigues > wrote: > > Hi, > > > > After committing this fix to yacc in HEAD ( > > https://lists.freebsd.org/pipermail/svn-src-all/2014-October/092553.html > ) > > I've been able to do: "cd /usr/tests; ky

Re: Need help fixing tests in CURRENT

2014-10-07 Thread NGie Cooper
On Tue, Oct 7, 2014 at 2:04 PM, Craig Rodrigues wrote: > Hi, > > After committing this fix to yacc in HEAD ( > https://lists.freebsd.org/pipermail/svn-src-all/2014-October/092553.html ) > I've been able to do: "cd /usr/tests; kyua test" > > and get 0 test failures: > > https://jenkins.freebsd.org

Re: Need help fixing tests in CURRENT

2014-10-07 Thread Craig Rodrigues
Hi, After committing this fix to yacc in HEAD ( https://lists.freebsd.org/pipermail/svn-src-all/2014-October/092553.html ) I've been able to do: "cd /usr/tests; kyua test" and get 0 test failures: https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/16/testReport/ -- Craig _

Need help fixing tests in CURRENT

2014-09-10 Thread Craig Rodrigues
Hi, Based on feedback from Garrett, it looks like there were some problems in kyua, causing test failures. I patched my local copy of the kyua port: https://github.com/rodrigc/kyua-port/ and re-ran the tests: cd /usr/tests kyua test kyua report kyua report-html kyua report-junit https://jenk

Re: Need help fixing tests in CURRENT

2014-09-09 Thread Craig Rodrigues
On Tue, Sep 9, 2014 at 10:11 AM, Allan Jude wrote: > > > > > https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/lastCompletedBuild/testReport/ > > > Most of the errors (jot, m4, sed, etc) seems to be: > > kyua-tap-tester: Configuration variables not supported; ignoring > 'has.cleanup=fal

Re: Need help fixing tests in CURRENT

2014-09-09 Thread yaneurabeya
On Sep 9, 2014, at 10:17, Alan Somers wrote: > On Tue, Sep 9, 2014 at 11:13 AM, wrote: >> On Sep 9, 2014, at 10:11, Allan Jude wrote: >> >>> On 2014-09-09 13:05, Craig Rodrigues wrote: Hi, I did a buildworld/installworld of current in a bhyve VM, and then did the followin

Re: Need help fixing tests in CURRENT

2014-09-09 Thread Alan Somers
On Tue, Sep 9, 2014 at 11:13 AM, wrote: > On Sep 9, 2014, at 10:11, Allan Jude wrote: > >> On 2014-09-09 13:05, Craig Rodrigues wrote: >>> Hi, >>> >>> I did a buildworld/installworld of current in a bhyve VM, and then did the >>> following. >>> >>> pkg install devel/kyua >>> cd /usr/tests >>> ky

Re: Need help fixing tests in CURRENT

2014-09-09 Thread yaneurabeya
On Sep 9, 2014, at 10:11, Allan Jude wrote: > On 2014-09-09 13:05, Craig Rodrigues wrote: >> Hi, >> >> I did a buildworld/installworld of current in a bhyve VM, and then did the >> following. >> >> pkg install devel/kyua >> cd /usr/tests >> kyua test >> kyua report >> kyua report-html >> kyua r

Re: Need help fixing tests in CURRENT

2014-09-09 Thread Allan Jude
On 2014-09-09 13:05, Craig Rodrigues wrote: > Hi, > > I did a buildworld/installworld of current in a bhyve VM, and then did the > following. > > pkg install devel/kyua > cd /usr/tests > kyua test > kyua report > kyua report-html > kyua report-junit > > I then published the results in Jenkins: >

Need help fixing tests in CURRENT

2014-09-09 Thread Craig Rodrigues
Hi, I did a buildworld/installworld of current in a bhyve VM, and then did the following. pkg install devel/kyua cd /usr/tests kyua test kyua report kyua report-html kyua report-junit I then published the results in Jenkins: The results are here: https://jenkins.freebsd.org/jenkins/job/FreeBSD