Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5876a4bf42b62f4ef0df0bbb69065184c558584a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
2009-05-27  Elliott Baron  <ebaron@redhat.com>

	* LaunchConfigTabTest.java: Changed for restructuring of findValgrindVersion.

2009-05-26  Elliott Baron  <ebaron@redhat.com>

	* LaunchConfigTabTest.java: New tests for --main-stacksize and --track-origins.
	* MemcheckTestToolPage.java: Getters for new controls.

2009-04-30  Elliott Baron  <ebaron@redhat.com>

	* resources/segvtest/.cproject: New file.
	* resources/segvtest/.project: New file.
	* resources/segvtest/Debug: New file.
	* resources/segvtest/main.c: New file.
	* SignalTest.java: New file.
	* META-INF/MANIFEST.MF: New deps.
	* AllTests.java (suite): Added SignalTest.
	* BasicMemcheckTest.java: Handle refactoring of Memcheck plugin.
	* DoubleClickTest.java: Likewise.
	* ExpandCollapseTest.java: Likewise.
	* LaunchConfigTabTest.java: Likewise.
	* LinkedResourceDoubleClickTest.java: Likewise.
	* LinkedResourceMarkerTest.java: Likewise.
	* MarkerTest.java: Likewise.
	* MultiProcessTest.java: Likewise; delete referenced project.

2009-04-23  Elliott Baron  <ebaron@redhat.com>

	* ShortcutTest.java: New file.
	* META-INF/MANIFEST.MF: New dep.
	* AllTests.java (suite): ShortcutTest added.

2009-04-21  Elliott Baron  <ebaron@redhat.com>

	* AbstractLinkedResourceMemcheckTest.java (setUp): Turning off autobuilding now done in super,
	call buildProject, instead of building manually.
	(tearDown): Call super last.
	* BasicMemcheckTest.java (tearDown): Likewise.
	* DoubleClickTest.java (tearDown): Likewise.
	* ExpandCollapseTest.java (tearDown): Likewise.
	* LaunchConfigTabTest.java (tearDown): Likewise.
	* MarkerTest.java (tearDown): Likewise.
	* MultiProcessTest.java (tearDown): Likewise.
	* test.xml: Fix classname in cleanup target.

2009-04-03  Elliott Baron  <ebaron@redhat.com>

	* META-INF/MANIFEST.MF: 0.2.0 version.

2009-03-31  Elliott Baron  <ebaron@redhat.com>

	* ExpandCollapseTest.java: New file.
	* AllTests.java (suite): Added ExpandCollapseTest.

2009-03-26  Elliott Baron  <ebaron@redhat.com>

	* resources/multiProcTest: New test project.
	* MultiProcessTest.java: New file.
	* AllTests.java: Added MultiProcessTest to suite.

2009-03-18  Elliott Baron  <ebaron@redhat.com>

	* resources/linkedTest/: New test project.
	* AbstractLinkedResourceMemcheckTest.java: New file.
	* LinkedResourceDoubleClickTest.java: New file.
	* LinkedResourceMarkerTest.java: New file.
	* META-INF/MANIFEST.MF: New deps.
	* AllTests.java (suite): Added new tests to suite.
	* BasicMemcheckTest.java (setUp): Refactoring from profiling.tests.
	* DoubleClickTest.java (setUp): Likewise.
	* LaunchConfigTabTest.java (setUp): Likewise.
	* MarkerTest.java (setUp): Likewise.
	(getTopWorkspaceFrame): Use findFilesForLocation for linked resource compatibility.

2009-03-13  Andrew Overholt  <overholt@redhat.com>

	* test.xml: classname -> memcheck_classname.

2009-03-10  Elliott Baron  <ebaron@redhat.com>

	* AbstractMemcheckTest.java (getToolPage): Pass tool page to superclass.
	* BasicMemcheckTest.java: Call super on setUp and tearDown.
	* DoubleClickTest.java: Likewise.
	* LaunchConfigTabTest.java: Likewise.
	* MarkerTest.java: Likewise.
	* MemcheckLaunchMockPlugin.java: Removed.

2009-03-04  Andrew Overholt  <overholt@redhat.com>

	* test.xml: s/autoconf-folder/memcheck-folder.

2009-02-25  Elliott Baron  <ebaron@redhat.com>

	* valgrindFiles/*: Saved output from actual valgrind run. Used for testing
	in environments without Valgrind.
	* build.properties: Added valgrindFiles.
	* META-INF/MANIFEST.MF: New dependency.
	* AbstractMemcheckTest.java: Extracted superclass. 
	* BasicMemcheckTest.java: Use new launching method.
	* DoubleClickTest.java: Likewise.
	* LaunchConfigTabTest.java: Likewise.
	* MarkerTest.java: Likewise.

2009-02-12  Elliott Baron  <ebaron@redhat.com>

	* resources/basicTest/test suppfile.supp: New file.
	* resources/basicTest/testsuppfile.supp: New file.
	* LaunchConfigTabTest.java: New file.
	* MemcheckLaunchMockPlugin.java: New file.
	* MemcheckTestToolPage.java: New file.
	* META-INF/MANIFEST.MF: Added ui.console import.
	* resources/basicTest/test.c: Removed useless statement.
	* AbstractMemcheckTest.java: Refactoring. 
	* AllTests.java: Added LaunchConfigTabTest. 
	* MarkerTest.java (getTopWorkspaceFrame): Changed to getAbsolutePath. 
	* MemcheckTestsPlugin.java: Extend AbstractUIPlugin instead of Plugin.

2009-02-03  Elliott Baron  <ebaron@redhat.com>

	* LaunchConfigTabTest: Removed for now.
	* META-INF/MANIFEST.MF: Require-Bundle for JUnit < 4.0.0

2009-02-03  Andrew Overholt  <overholt@redhat.com>

	* META-INF/MANIFEST.MF: Use Require-Bundle instead of Import-Package to
	ensure we get JUnit 3 and not JUnit4.

2009-02-02  Andrew Overholt  <overholt@redhat.com>

	* test.xml: Update.  Fix plugin-name.

2009-01-05  Elliott Baron  <ebaron@redhat.com>

	* META-INF/MANIFEST.MF: Changed version to 0.1.0.

Back to the top