|
From: Alexandre K. <ale...@gm...> - 2015-02-27 18:44:18
|
I'm new to the project but will try to fix the broken tests. Is the project integrated with a CI service? Alexandre Kieling On Wed, Feb 25, 2015 at 8:07 PM, Konstantin Gribov <gr...@gm...> wrote: > Oh, sorry. > > It'll fail build on JDK 1.8 after these tests. I'm currently building with > `-DskipTests=true`. > > -- > Best regards, > Konstantin Gribov > > Thu Feb 26 2015 at 2:02:38, Konstantin Gribov <gr...@gm...>: > > Hi, Alexandre. >> >> JDK 1.8 breaks ant scriptlets because script engine changed from `rhino` >> to `nashorn`, see [1]. >> It builds fine on JDK 1.7 with fixes from my other PR on github [2]. >> >> [1]: https://github.com/resteasy/Resteasy/pull/625/files >> [2]: https://github.com/resteasy/Resteasy/pull/624/files >> >> -- >> Best regards, >> Konstantin Gribov >> >> Wed Feb 25 2015 at 23:07:19, Alexandre Kieling <ale...@gm...>: >> >> Hi, >>> >>> I have forked and cloned the Resteasy repository. When I run 'mvn >>> install', the following tests fail: >>> >>> Failed tests: >>> TestSecureProcessing.testSecurityDefaultDTDsFalseEx >>> pansionDefault:136->doTestFailsFailsPassesFails:318-> >>> doExternalEntityExpansionFails:437 expected:<200> but was:<400> >>> TestSecureProcessing.testSecurityDefaultDTDsFalseExpansionFalse:143-> >>> doTestFailsFailsPassesFails:318->doExternalEntityExpansionFails:437 >>> expected:<200> but was:<400> >>> TestSecureProcessing.testSecurityDefaultDTDsFalseExpansionTrue:150-> >>> doTestFailsFailsPassesPasses:326->doExternalEntityExpansionPasses:451 >>> expected:<200> but was:<400> >>> TestSecureProcessing.testSecurityTrueDTDsFalseExpansionDefault:262-> >>> doTestFailsFailsPassesFails:318->doExternalEntityExpansionFails:437 >>> expected:<200> but was:<400> >>> TestSecureProcessing.testSecurityTrueDTDsFalseExpansionFalse:269-> >>> doTestFailsFailsPassesFails:318->doExternalEntityExpansionFails:437 >>> expected:<200> but was:<400> >>> TestSecureProcessing.testSecurityTrueDTDsFalseExpansionTrue:276-> >>> doTestFailsFailsPassesPasses:326->doExternalEntityExpansionPasses:451 >>> expected:<200> but was:<400> >>> TestXXE.testXXEWithoutExpansion:89 expected:<204> but was:<400> >>> TestXXE.testXXEWithExpansion:109 expected:<200> but was:<400> >>> TestIIOImageProvider.testPostJPEGIMage:81 >>> >>> Tests run: 676, Failures: 9, Errors: 0, Skipped: 2 >>> >>> [INFO] RESTEasy JAX-RS Implementation .................... FAILURE >>> [37.896s] >>> >>> >>> I'm using JDK 8 on Linux and have installed Java Cryptography Extension. >>> >>> Is there anything I'm missing? >>> >>> Thanks, >>> Alexandre Kieling >>> ------------------------------------------------------------ >>> ------------------ >>> Dive into the World of Parallel Programming The Go Parallel Website, >>> sponsored >>> by Intel and developed in partnership with Slashdot Media, is your hub >>> for all >>> things parallel software development, from weekly thought leadership >>> blogs to >>> news, videos, case studies, tutorials and more. Take a look and join the >>> conversation now. http://goparallel.sourceforge.net/ >>> _______________________________________________ >>> Resteasy-developers mailing list >>> Res...@li... >>> https://lists.sourceforge.net/lists/listinfo/resteasy-developers >>> >> |