Bug 157344

Summary: imported/w3c/web-platform-tests/html/dom/interfaces.html is timing out on iOS simulator
Product: WebKit Reporter: youenn fablet <youennf>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, lforschler, ryanhaddad
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description youenn fablet 2016-05-04 06:38:27 PDT
Spotted in https://bugs.webkit.org/show_bug.cgi?id=157170#c25
Comment 1 youenn fablet 2016-05-04 06:49:46 PDT
imported/w3c/web-platform-tests/html/dom/interfaces.html is marked as [ Skip ] for Debug bots in LayoutTests/TestExpectations.

It seems that GTK and iOS debug bots are trying to process it since their TestExpectations are marking it as Failure, but it should only be for Release.
The same may apply for Win and EFL bots as well.
Comment 2 Ryan Haddad 2016-05-04 09:21:53 PDT
Removed failure expectation for iso-simulator in <https://trac.webkit.org/r200418>
Comment 3 Ryan Haddad 2016-05-04 09:22:52 PDT
(In reply to comment #2)
> Removed failure expectation for iso-simulator in
> <https://trac.webkit.org/r200418>

ios-simulator**

Thanks, autocorrect.
Comment 4 youenn fablet 2016-05-04 09:26:52 PDT
I think the expectation should be kept but limited to [ Release ]
Comment 5 Ryan Haddad 2016-05-04 09:29:02 PDT
(In reply to comment #4)
> I think the expectation should be kept but limited to [ Release ]

Oh, sorry! I misunderstood. I will fix.
Comment 6 Ryan Haddad 2016-05-04 09:35:15 PDT
Fixed in <https://trac.webkit.org/r200419>