Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 405691

Summary: CompilerInvocationTests.test004_no_dash_d_option failed
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 4.3   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X   
URL: http://download.eclipse.org/eclipse/downloads/drops4/N20130414-2000/testresults/html/org.eclipse.jdt.compiler.tool.tests_macosx.cocoa.x86_5.0.html
Whiteboard:

Description Dani Megert CLA 2013-04-15 04:16:24 EDT
N20130414-2000.

/private/var/folders/_h/k2j3zybx5yq8xyssgt4vfns00000gp/T/comptest/run.1365993888488/regression/bin: does not exist

java.io.FileNotFoundException: /private/var/folders/_h/k2j3zybx5yq8xyssgt4vfns00000gp/T/comptest/run.1365993888488/regression/bin: does not exist
at com.sun.tools.javac.file.JavacFileManager.getOutputDirectory(JavacFileManager.java:840)
at com.sun.tools.javac.file.JavacFileManager.setLocation(JavacFileManager.java:820)
at org.eclipse.jdt.compiler.tool.tests.CompilerInvocationTests.test004_no_dash_d_option(CompilerInvocationTests.java:391)
at org.eclipse.jdt.core.tests.util.CompilerTestSetup.run(CompilerTestSetup.java:55)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:655)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:310)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 Dani Megert CLA 2013-04-15 04:18:14 EDT

*** This bug has been marked as a duplicate of bug 393356 ***
Comment 2 Jay Arthanareeswaran CLA 2013-04-15 04:19:26 EDT
This is being investigated as I am typing this. The tests run fine locally with a 1.6 JVM. I am trying to get hold of a 1.7 JVM right now and see if that makes a difference. This is likely to be a configuration issue or a problem with the JVM itself.