You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow performance tests to throw general Exception
The PerformanceTestRunner unnecessarily restricts exceptions that can be
thrown by the test() method to CoreException. The test runner can handle
exceptions of every type anyway. Some performance tests in Equinox need
to throw IOExceptions, thus this change generalizes the exception thrown
by the test() method.
Copy file name to clipboardExpand all lines: runtime/tests/org.eclipse.core.tests.harness/src/org/eclipse/core/tests/harness/PerformanceTestRunner.java
0 commit comments