[linuxtools-dev] [Hudson] Hudson build is back to stable : linuxtools-master #1853

2014-02-28 Thread hudsonbuild
See -- This message is automatically generated by Hudson. For more information on Hudson, see: http://hudson-ci.org/ ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org h

Re: [linuxtools-dev] Gerrit: Error on FunkyTraceTest

2014-02-28 Thread Alexandre Montplaisir
Hi Xavier, I think it was due to using "assumeTrue()" in a JUnit @BeforeClass method. If the check fails, Eclipse will skip the whole class as one would expect, but it seems Maven doesn't handle it the same way, and fails instead. Normally that trace was available, so the check was passing. Maybe

[linuxtools-dev] [Hudson] Hudson build became unstable: linuxtools-master #1852

2014-02-28 Thread hudsonbuild
See -- This message is automatically generated by Hudson. For more information on Hudson, see: http://hudson-ci.org/ ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org h

[linuxtools-dev] Gerrit: Error on FunkyTraceTest

2014-02-28 Thread Xavier Raynaud
Hi, I've push some patches on gerrit, and obtained some unexpected errors on absolutely something else: Tests in error: org.eclipse.linuxtools.tmf.core.tests.ctfadaptor.FunkyTraceTest: got: , expected: is org.eclipse.linuxtools.tmf.core.tests.ctfadaptor.FunkyTraceTest I know that Bernd