I get the exact same test failures on my first attempt, using Maven 3.0.4 and jdk 1.6.0_32 on Windows 7. Is this an issue only on Windows machines? All of these tests are passing on http://ci.jenkins-ci.org/view/Jenkins%20core/job/jenkins_main_trunk/1864/testReport/
Has a ticket been filed for this in Jira? It can be quite discouraging for potential contributors when their first attempt to build the project fails. It would be worthwhile fixing this, even if the same tests pass on other environments. The tests should pass on any environment that Jenkins is capable of running on. Erik Op maandag 30 juli 2012 17:10:41 UTC+2 schreef slide het volgende: > > It has been this way for some time.. > > Sent from my Windows Phone > ------------------------------ > From: Reginaldo Santos > Sent: 7/30/2012 7:37 AM > To: [email protected] <javascript:> > Subject: First Attempt to Build Jenkins Fails > > My first attempt to build jenkins code has been failed. > > I'm using maven 3.0.4 and jdk 1.6.0_32 on Windows XP and some tests of > jenkins core are failling as you can notice below: > > Results : > > Failed tests: > testRotation(hudson.util.io.ReopenableRotatingFileOutputStreamTest): > expected:<Content[4]> but was:<Content[2]> > testMarshal(jenkins.util.xstream.XStreamDOMTest): expected:<<foo>[ > testWriteToDOM(jenkins.util.xstream.XStreamDOMTest): expected:<<foo>[ > > Tests in error: > testRemoting(hudson.util.ProcessTreeTest): Failed to open process > error=87 at .\envvar-cmdline.cpp:53 > testIsSymlink(hudson.UtilTest): got: <false>, expected: is <true> > > Tests run: 3061, Failures: 3, Errors: 2, Skipped: 0 > > [...] > > Does anyone know the reason of this problem and how can I solved? > > Thanks in advance. >
