Hi, how look your configuration?: 1. Selected test runner 2. OS what you are using 3. Product run (Main tab) 4. Program arguments and VM arguments (Arguments TAB).
This is my configuration for OSX, can be helpful: Test runner: JUnit 4 (work with JUnit 3 also) Product: org.eclipse.platform.ide Program arguments: -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog VM arguments: -Dosgi.requiredJavaVersion=1.6 -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -Xss8m -XX:MaxPermSize=1024m -Xms120m -Xmx2048m -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts (-XstartOnFirstThread is required on OSX only). If you run tests from maven you can copy/paste some surefire arguments ;) -- Dawid Pakuła +48 795 996 064 From: Marek Maksimczyk Marek Maksimczyk Reply: PDT Developers pdt-dev@eclipse.org Date: 6 lutego 2014 at 22:44:35 To: PDT Developers pdt-dev@eclipse.org Subject: [pdt-dev] Tests Hello, I have problem with runing org.eclipse.php.core.test, I tried to run this as JUnit Plugin Test but it looks like Runs (in JUnit view) don't increment and tests freeze after few minutes (10-15). Is any particular way to run it in one big package? M.M _______________________________________________ pdt-dev mailing list pdt-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/pdt-dev
_______________________________________________ pdt-dev mailing list pdt-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/pdt-dev