Commit 4897047
committed
Simplify browser regression test for unused timers in Edge #2806
The regression test added for an issue with the Edge implementation
running out of handles because of too many timer being instantiated
currently creates thousands of browser functions. The actual issue
occurs because of too many calls to processOSMessagesUntil(), each
creating a timer. This already happens when accessing the WebView
instance through the setText() call inside the test. Thus, the creation
of browser functions in the test is obsolete, which is why this change
removes it.
Contributes to
#28061 parent eb769c4 commit 4897047
File tree
1 file changed
+0
-1
lines changed- tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2987 | 2987 | | |
2988 | 2988 | | |
2989 | 2989 | | |
2990 | | - | |
2991 | 2990 | | |
2992 | 2991 | | |
2993 | 2992 | | |
| |||
0 commit comments