WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
123585
run-javascriptcore-tests is failing on Windows
https://bugs.webkit.org/show_bug.cgi?id=123585
Summary
run-javascriptcore-tests is failing on Windows
Ryosuke Niwa
Reported
2013-10-31 13:02:11 PDT
e.g.
http://build.webkit.org/builders/Apple%20Win%207%20Release%20%28Tests%29/builds/39846
http://build.webkit.org/builders/Apple%20Win%207%20Release%20%28Tests%29/builds/39846/steps/jscore-test/logs/stdio
using PTY: False program finished with exit code 254 elapsedTime=1.591203
Attachments
Add attachment
proposed patch, testcase, etc.
Brent Fulgham
Comment 1
2013-11-18 10:25:52 PST
Are any of the JSC guys looking at these failures?
Geoffrey Garen
Comment 2
2013-11-18 11:05:58 PST
The first step here is to build locally and get the output from the failing run. The buildbot doesn't seem to have it.
Brent Fulgham
Comment 3
2013-11-22 16:01:53 PST
It looks like the issue is that testapi.exe fails immediately, stopping the tests from running at all. If I run "run-javascriptcore-tests --debug --no-build --no-testapi" I get a clean run: Results for Mozilla tests: 0 regressions found. 0 tests fixed. OK.
Filip Pizlo
Comment 4
2013-11-22 16:08:13 PST
(In reply to
comment #3
)
> It looks like the issue is that testapi.exe fails immediately, stopping the tests from running at all. > > If I run "run-javascriptcore-tests --debug --no-build --no-testapi" I get a clean run: > > Results for Mozilla tests: > 0 regressions found. > 0 tests fixed. > OK.
OK, though it would be great to port the jsc-stress-tests to Windows also. The Mozilla tests don't really exercise the system. jsc-stress-tests do, and they might be able to tell you more about why testapi is failing. They'll probably reveal other bugs that aren't currently covered by layout tests, mozilla tests, or anything else. Porting run-jsc-stress-tests just involves some Windows script foo.
Brent Fulgham
Comment 5
2013-11-22 16:25:35 PST
(In reply to
comment #4
)
> (In reply to
comment #3
) > > It looks like the issue is that testapi.exe fails immediately, stopping the tests from running at all. > > > > If I run "run-javascriptcore-tests --debug --no-build --no-testapi" I get a clean run: > > > > Results for Mozilla tests: > > 0 regressions found. > > 0 tests fixed. > > OK. > > OK, though it would be great to port the jsc-stress-tests to Windows also. The Mozilla tests don't really exercise the system. jsc-stress-tests do, and they might be able to tell you more about why testapi is failing. They'll probably reveal other bugs that aren't currently covered by layout tests, mozilla tests, or anything else. > > Porting run-jsc-stress-tests just involves some Windows script foo.
I'll see about getting the stress tests running under
https://bugs.webkit.org/show_bug.cgi?id=124801
.
Brent Fulgham
Comment 6
2013-12-03 11:55:15 PST
These are now working properly. Closing.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug