Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pdt-dev] Tests

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@xxxxxxxxxxx
Date: 6 lutego 2014 at 22:44:35
To: PDT Developers pdt-dev@xxxxxxxxxxx
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@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pdt-dev

Back to the top