Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.12
-
None
-
Windows 7 64 bit, Java 6, maven 3.0.3
Description
When building the current 2.13-SNAPSHOT version of surefire (commit 5d0b1b1 from http://github.com/apache/maven-surefire.git), the unit test
SpecificTestClassFilterTest
fails on windows. Seems like a file separator issue (filters with '/' used in the test only work on filesystems with a '/' file separator).
See build log and surefire logs attached.
Not sure if related but ITs
Failed tests: testSingleTestInOneExecutionOfMultiExecutionProject(org.apache.maven.surefire.its.jiras.Surefire806SpecifiedTestControlsIT): Reports directory is missing: C:\git\github\maven-surefire\surefire-integration-tests\target\Surefire806SpecifiedTestControlsIT\surefire-806-specifiedTests-multi\target\surefire-reports
testSingleTestInSingleExecutionProject(org.apache.maven.surefire.its.jiras.Surefire806SpecifiedTestControlsIT): Reports directory is missing: C:\git\github\maven-surefire\surefire-integration-tests\target\Surefire806SpecifiedTestControlsIT\surefire-806-specifiedTests-single\target\surefire-reports
testJUnitRunCategoryAB(org.apache.maven.surefire.its.jiras.Surefire809GroupExpressionsIT): Reports directory is missing: C:\git\github\maven-surefire\surefire-integration-tests\target\Surefire809GroupExpressionsIT\surefire-809-groupExpr-junit48\target\surefire-reports
testTestNGRunCategoryAB(org.apache.maven.surefire.its.jiras.Surefire809GroupExpressionsIT): Reports directory is missing: C:\git\github\maven-surefire\surefire-integration-tests\target\Surefire809GroupExpressionsIT\surefire-809-groupExpr-testng\target\surefire-reports
also fail for me.
Attachments
Attachments
Issue Links
- relates to
-
SUREFIRE-844 "test" parameter no longer working with JUnit in 2.12 (worked in 2.9 - 2.11)
- Closed