org.gradle.integtests.CommandLineIntegrationTest FAILED
org.gradle.integtests.CrossVersionCompatibilityIntegrationTest FAILED

Using the latest source from git yesterday I successfully compiled everything, 
but running the developerBuild task took a _really_ long time and never 
completed (hung after 503 tests), but that's probably because I attempted to 
run it under Windows 7.

Before it stopped responding, though, two tests failed.

As for the canDefineJavaHomeViaEnvironmentVariable failure, the exception is as 
follows (not sure why path redefinition didn't stick, maybe because the test 
environment itself gets forked somewhere?):

java.lang.RuntimeException: Gradle execution failed in 
C:\play\gradle\subprojects\integ-test\build\tmp\tests\CommandLineIntegrationTest\canDefineJavaHomeViaEnvironmentVariable
 with: cmd [/c, gradle, -PexpectedJavaHome=C:\Java\jdk1.6.0_21, 
--gradle-user-home, C:\play\gradle\intTestHomeDir\worker-32, checkJavaHome]
Output:
:checkJavaHome

* What went wrong:
Execution failed for task ':checkJavaHome'.
Cause: Assertion failed: 

assert Jvm.current().javaHome == file(expectedJavaHome)
           |         |        |  |    |
           |         |        |  |    C:\Java\jdk1.6.0_21
           |         |        |  C:\Java\jdk1.6.0_21
           |         |        false
           |         C:\Program Files\Java\jre6
           1.6.0_21 (Sun Microsystems Inc. 17.0-b17)


As for the wrapper issue:

java.lang.RuntimeException: Could not build test project using Gradle 0.9.1
What went wrong:
A problem occurred evaluating root project 
'canUseWrapperFromPreviousVersionToRunCurrentVersion'.
Cause: Unexpected Gradle version '1.0-milestone-4-20110430125113-0400'
ERROR: 
14:12:16.096 [Outgoing Connection channel:tcp://localhost:50590!32 Thread 3] 
DEBUG o.g.a.i.file.copy.DeleteActionImpl - Deleting 
C:\play\gradle\subprojects\integ-test\build\tmp\tests\CrossVersionCompatibilityIntegrationTest\canUseWrapperFromCurrentVersionToRunPreviousVersion

Is it possible to use the "test.single" property, or similar to run just these 
tests again?

-Spencer

Reply via email to