vieiro commented on pull request #3894: URL: https://github.com/apache/netbeans/pull/3894#issuecomment-1083476703
Hi @lbownik , No worries for the PR title and the merge with master (as you see the merge with master commit has added no changes). The tests fail now in the "Travis CI" on Linux AMD64 JDK8: ``` OPTS="-Dmetabuild.jsonurl=https://raw.githubusercontent.com/apache/netbeans-jenkins-lib/master/meta/netbeansrelease.json -silent -Dcluster.config=platform -Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false -Dtest-unit-sys-prop.ignore.random.failures=true -Dvanilla.javac.exists=true" ``` ``` nbbuild/travis/print-junit-report.sh =================== JUnit Report Summary / failed tests =================== org.openide.util.BaseUtilitiesTest failed: test_toURI_returnsURI_whenGivenCorrectUnixPath ====================== JUnit failure details =============================== Suite: org.openide.util.BaseUtilitiesTest test_toURI_returnsURI_whenGivenCorrectUnixPath FAILED : expected:<file:/some/path/> but was:<file:/some/path> junit.framework.AssertionFailedError: expected:<file:/some/path/> but was:<file:/some/path> at org.openide.util.BaseUtilitiesTest.test_toURI_returnsURI_whenGivenCorrectUnixPath(BaseUtilitiesTest.java:171) at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:77) at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:476) at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:402) at java.lang.Thread.run(Thread.java:748) ------------- End suite org.openide.util.BaseUtilitiesTest ------------ ======================= End of JUnit report =============================== ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
