ctf: Update paths in the CTF-Testsuite tests
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Sun, 17 Nov 2013 19:13:26 +0000 (14:13 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 22 Nov 2013 20:52:16 +0000 (15:52 -0500)
commita1492e22fe6ec821ddb3b44709e37a082536f4c4
tree6fcc917237a53ea33d1362b332b67ab4eddd5460
parenta511da0d08c1959b7a667013b4a4bbdd8bc544c8
ctf: Update paths in the CTF-Testsuite tests

The upstream CTF-Testsuite was updated, let's follow 'suite'.

This also changes the test mechanisms to use parametrized tests. This
way, we get one JUnit test per test-trace being run, so we'll know the
exact amount of tests that are failing (instead of bailing out as soon
as we get one failure).

Those tests are disabled by default to avoid build failures for now,
but they should be fixed/reenabled as soon as possible.

Change-Id: Iadcd7c2d4352301cf60c132e0f2d8dc80f75a688
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/18479
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/ctftestsuite/CtfTestSuiteTest.java [deleted file]
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/ctftestsuite/CtfTestSuiteTests.java [new file with mode: 0644]
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/ctftestsuite/TestAll.java
This page took 0.02676 seconds and 5 git commands to generate.