tmf: Updates to the lttng.alltests plugin
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 10 Sep 2014 22:27:26 +0000 (18:27 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 19 Sep 2014 22:42:58 +0000 (18:42 -0400)
commitf8fd71a80db78b5eb0271f5b3b2b9541bb2e2dbb
treee53ea286ca731bda99b3e0b45ae62c3356266408
parentba560b10dcae64a11be3cfc8b03cf3bbe395e4a2
tmf: Updates to the lttng.alltests plugin

- Split RunAllTests in RunAllCoreTests and RunAllUITests
- Move other Run*Tests to their own packages
- Add a default launch configuration for the RunAllCoreTests, to specify
  to not run in the UI thread. This is required to avoid problems like
  Job's never being disposed.

Change-Id: I085b4a1ae87635b28a9d0c0ba7fcd7f1dfe303b4
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/33223
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
org.eclipse.linuxtools.lttng.alltests/RunAllCoreTests.launch [new file with mode: 0644]
org.eclipse.linuxtools.lttng.alltests/src/org/eclipse/linuxtools/lttng/alltests/PerfResultsToJSon.java [deleted file]
org.eclipse.linuxtools.lttng.alltests/src/org/eclipse/linuxtools/lttng/alltests/RunAllCoreTests.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.alltests/src/org/eclipse/linuxtools/lttng/alltests/RunAllPerfTests.java [deleted file]
org.eclipse.linuxtools.lttng.alltests/src/org/eclipse/linuxtools/lttng/alltests/RunAllSWTBotTests.java [deleted file]
org.eclipse.linuxtools.lttng.alltests/src/org/eclipse/linuxtools/lttng/alltests/RunAllTests.java [deleted file]
org.eclipse.linuxtools.lttng.alltests/src/org/eclipse/linuxtools/lttng/alltests/RunAllUITests.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.alltests/src/org/eclipse/linuxtools/lttng/alltests/perf/PerfResultsToJSon.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.alltests/src/org/eclipse/linuxtools/lttng/alltests/perf/RunAllPerfTests.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.alltests/src/org/eclipse/linuxtools/lttng/alltests/swtbot/RunAllSWTBotTests.java [new file with mode: 0644]
This page took 0.029967 seconds and 5 git commands to generate.