| Summary: | [Webkit2] Test_BrowserSuite fails/hangs with tests. | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Leo Ufimtsev <lufimtse> |
| Component: | SWT | Assignee: | Leo Ufimtsev <lufimtse> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 4.7 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| See Also: |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=497122 https://git.eclipse.org/r/90090 https://git.eclipse.org/c/platform/eclipse.platform.swt.git/commit/?id=8002c6f096b6fd4250b49a56c189b223ab656184 https://bugs.eclipse.org/bugs/show_bug.cgi?id=511874 |
||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 441568 | ||
|
Description
Leo Ufimtsev
With the implementation of execute/evaluate/browser function (part 1), some jUnits were fixed. Currently the following are still failing: testBrowser2 testBrowser5 testBrowser9 I'll investigate. New Gerrit change created: https://git.eclipse.org/r/90090 New Gerrit change created: https://git.eclipse.org/r/90103 Gerrit change https://git.eclipse.org/r/90090 was merged to [master]. Commit: http://git.eclipse.org/c/platform/eclipse.platform.swt.git/commit/?id=8002c6f096b6fd4250b49a56c189b223ab656184 Newly introduced test_execute_and_closeListener() exposed a bug on OS X. closeWindowListener() isn't triggered by window.close(). I submitted bug for that: Bug 511874 - [OS X] Browser's closeWindowListener not triggered on 'window.close()' javascript. This shows up on the SWT build log: http://download.eclipse.org/eclipse/downloads/drops4/I20170206-2000/testresults/html/org.eclipse.swt.tests_ep47I-unit-win32_win32.win32.x86_8.0.html (In reply to Leo Ufimtsev from comment #5) > Newly introduced test_execute_and_closeListener() exposed a bug on OS X. > closeWindowListener() isn't triggered by window.close(). > I submitted bug for that: > Bug 511874 - [OS X] Browser's closeWindowListener not triggered on > 'window.close()' javascript. > > This shows up on the SWT build log: > http://download.eclipse.org/eclipse/downloads/drops4/I20170206-2000/ > testresults/html/org.eclipse.swt.tests_ep47I-unit-win32_win32.win32.x86_8.0. > html These are fixed. The following remain: testBrowser2 testBrowser5 testBrowser9 No more failing browser tests. |