Bug 127940
Summary: | [Windows] 500+ Layout tests and testapi failing after r163027 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Roger Fong <roger_fong> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ggaren, mark.lam, mhahnenberg, msaboff, ossy, roger_fong, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar, LayoutTestFailure, MakingBotsRed |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 128226 | ||
Bug Blocks: | 127777 |
Roger Fong
Following this patch.
500+ layout test failures on Windows
http://build.webkit.org/builders/Apple%20Win%207%20Release%20%28Tests%29/builds/42167/steps/layout-test/logs/stdio
Also JSC tests don't run. After some investigating:
It's testapi that's failing. Testapi.c Ln 1602
ASSERT(JSValueIsObject(context, result));
The script silently stops which is why we don't see any output on the bots.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Roger Fong
Is anyone looking into this?
Roger Fong
We're losing a lot of builds here...
Roger Fong
*test runs
Radar WebKit Bug Importer
<rdar://problem/15953170>
Alexey Proskuryakov
We have "only" 176 failures now, not 500+.
Geoffrey Garen
The JSC tests are passing now, and the layout tests are running to completion. So, this issue is resolved. I'll file another bug to track the remaining Windows issues.