[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[linuxtools-commit] [Git@Eclipse] Eclipse Linux Tools branch stable-0.6 updated. v0.6.2-8-ga1cebdf
|
- From: genie@xxxxxxxxxxx (Alexander Kurtakov)
- Date: Wed, 13 Jun 2012 02:56:11 -0400 (EDT)
- Delivered-to: linuxtools-commit@eclipse.org
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Eclipse Linux Tools".
The branch, stable-0.6 has been updated
via a1cebdf89c6743fbae0a4b1dda28980c4c039369 (commit)
from a621e11144626033dc4810fb57505550506407cd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a1cebdf89c6743fbae0a4b1dda28980c4c039369
Author: Alexander Kurtakov <akurtako@xxxxxxxxxx>
Date: Wed Jun 13 09:55:37 2012 +0300
Restor the main valgrind tests bundle.
-----------------------------------------------------------------------
Summary of changes:
.../.classpath | 0
.../.project | 2 +-
.../.settings/org.eclipse.jdt.core.prefs | 2 +-
.../about.html | 0
.../build.properties | 12 +-
.../valgrind/tests/AbstractValgrindTest.java | 202 ++++++++++++++++++++
.../valgrind/tests/ResourceChangePrinter.java | 71 +++++++
.../valgrind/tests/ValgrindStubCommand.java | 44 +++++
.../valgrind/tests/ValgrindStubProcess.java | 76 ++++++++
.../valgrind/tests/ValgrindStubStreamsProxy.java} | 51 ++----
.../valgrind/tests/ValgrindTestLaunchDelegate.java | 65 +++++++
.../tests/ValgrindTestLaunchShortcut.java} | 53 ++----
.../valgrind/tests/ValgrindTestsPlugin.java | 78 ++++++++
.../org.eclipse.linuxtools.valgrind.tests/test.xml | 74 +++++++
14 files changed, 646 insertions(+), 84 deletions(-)
copy {autotools/org.eclipse.linuxtools.cdt.autotools-docs => valgrind/org.eclipse.linuxtools.valgrind.tests}/.classpath (100%)
copy {rpm/org.eclipse.linuxtools.rpm.ui.editor => valgrind/org.eclipse.linuxtools.valgrind.tests}/.project (93%)
copy {changelog/org.eclipse.linuxtools.changelog.doc => valgrind/org.eclipse.linuxtools.valgrind.tests}/.settings/org.eclipse.jdt.core.prefs (90%)
copy {profiling/org.eclipse.linuxtools.profiling.tests => valgrind/org.eclipse.linuxtools.valgrind.tests}/about.html (100%)
copy valgrind/{org.eclipse.linuxtools.valgrind.memcheck.tests => org.eclipse.linuxtools.valgrind.tests}/build.properties (65%)
create mode 100644 valgrind/org.eclipse.linuxtools.valgrind.tests/src/org/eclipse/linuxtools/internal/valgrind/tests/AbstractValgrindTest.java
create mode 100644 valgrind/org.eclipse.linuxtools.valgrind.tests/src/org/eclipse/linuxtools/internal/valgrind/tests/ResourceChangePrinter.java
create mode 100644 valgrind/org.eclipse.linuxtools.valgrind.tests/src/org/eclipse/linuxtools/internal/valgrind/tests/ValgrindStubCommand.java
create mode 100644 valgrind/org.eclipse.linuxtools.valgrind.tests/src/org/eclipse/linuxtools/internal/valgrind/tests/ValgrindStubProcess.java
copy valgrind/{org.eclipse.linuxtools.valgrind.cachegrind.tests/resources/cpptest/cpptest.cpp => org.eclipse.linuxtools.valgrind.tests/src/org/eclipse/linuxtools/internal/valgrind/tests/ValgrindStubStreamsProxy.java} (55%)
create mode 100644 valgrind/org.eclipse.linuxtools.valgrind.tests/src/org/eclipse/linuxtools/internal/valgrind/tests/ValgrindTestLaunchDelegate.java
copy valgrind/{org.eclipse.linuxtools.valgrind.cachegrind.tests/resources/cpptest/cpptest.cpp => org.eclipse.linuxtools.valgrind.tests/src/org/eclipse/linuxtools/internal/valgrind/tests/ValgrindTestLaunchShortcut.java} (51%)
create mode 100644 valgrind/org.eclipse.linuxtools.valgrind.tests/src/org/eclipse/linuxtools/internal/valgrind/tests/ValgrindTestsPlugin.java
create mode 100644 valgrind/org.eclipse.linuxtools.valgrind.tests/test.xml
hooks/post-receive
--
Eclipse Linux Tools