Bug 114159 - [EFL] fast/events/popup-blocking-timers3.html is failing
Summary: [EFL] fast/events/popup-blocking-timers3.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-08 02:40 PDT by Chris Dumez
Modified: 2015-12-30 17:46 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2013-04-08 02:40:07 PDT
fast/events/popup-blocking-timers3.html started failing on EFL port with the following diff:
--- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/fast/events/popup-blocking-timers3-expected.txt
+++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/fast/events/popup-blocking-timers3-actual.txt
@@ -2,5 +2,5 @@
 Test calling window.open() in a 100 ms interval. A popup should only be allowed on the first execution of the interval.
 PASS newWindow is non-null.
 Test calling window.open() in a 100 ms interval. A popup should only be allowed on the first execution of the interval.
-PASS newWindow is undefined.
+FAIL newWindow should be undefined. Was [object Window]
 

I could not track the source of the regression via the build bots because the test has been failing for too long...
Comment 1 Gyuyoung Kim 2015-12-30 17:46:51 PST
This test is passed at some point.