Commit a09877c
Bug 579439 - adapt LineTrackerTests.testFlood
The tests logs more then the default buffer size can keep. And logs
faster then the console can draw. With the changes of bug 575275 the
console is only formated for the visible portion of the console buffer.
see
org.eclipse.ui.internal.console.IOConsolePartitioner.checkBufferSize()
Fix for the test: unlimit the console buffer during this test.
Change-Id: I69803f63816469570bab9d49c4ddf2c33875a44a
Reviewed-on: https://git.eclipse.org/r/c/jdt/eclipse.jdt.debug/+/192281
Tested-by: JDT Bot <[email protected]>
Reviewed-by: Andrey Loskutov <[email protected]>1 parent 90e86a1 commit a09877c
File tree
1 file changed
+5
-0
lines changed- org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/core
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
154 | 156 | | |
155 | 157 | | |
156 | 158 | | |
| 159 | + | |
157 | 160 | | |
| 161 | + | |
158 | 162 | | |
159 | 163 | | |
160 | 164 | | |
| |||
169 | 173 | | |
170 | 174 | | |
171 | 175 | | |
| 176 | + | |
172 | 177 | | |
173 | 178 | | |
174 | 179 | | |
| |||
0 commit comments