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.
Is anyone looking into this?
We're losing a lot of builds here...
*test runs
<rdar://problem/15953170>
We have "only" 176 failures now, not 500+.
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.