Bug 139772
| Summary: | [EFL] Fix test expectations after r177363 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Critical | CC: | ap, cgarcia, clopez, gyuyoung.kim, ossy, ryuan.choi, simon.fraser |
| Priority: | P1 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 139671 | ||
Csaba Osztrogonác
After https://trac.webkit.org/changeset/177363 there are zillion timeouts on the EFL bot.
Tests with the "FAIL: Timed out waiting for notifyDone to be called" style
timeout had [ Fail ] expectations previously, but after r177363 they have
[ Timeout ] expectation, which made the EFL bot exit too early.
https://trac.webkit.org/changeset/177363/trunk/Tools/Scripts/webkitpy/port/driver.py
--> test expectations should be updated because of this change to unbreak the bot.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
One fix landed in https://trac.webkit.org/changeset/177492
Csaba Osztrogonác
One more fix landed in https://trac.webkit.org/changeset/177497