Re: [webkit-dev] Running W3C tests using wptserve

2015-02-01 Thread youenn fablet
2015-02-01 3:08 GMT+01:00 Benjamin Poulain benja...@webkit.org: Hi Youenn, Thanks for working on this. How do we run the imported tests? Do we just use run-webkit-test passing 'imported/w3c'? Yes. Is there a way to get the percentage of W3C tests that succeed? It would be useful to have

Re: [webkit-dev] Running W3C tests using wptserve

2015-02-01 Thread youenn fablet
Looking at the log, the dependencies seem to be installed correctly. Is it possible to get access to the corresponding WebKitBuild/Release/layout-test-results, in particular wptwk_process_log.out.txt? Also, does it happen on all bots or only windows bot? 2015-02-01 4:41 GMT+01:00 Alexey

Re: [webkit-dev] Running W3C tests using wptserve

2015-02-01 Thread Alexey Proskuryakov
This issue occurs on Mac bots. Windows EWS does not run regression tests, so it would not be affected. Here is the log output: WARNING:web-platform-test-launcher:/Volumes/Data/EWS/WebKit/LayoutTests/imported/w3c/web-platform-tests/tools/pywebsocket/src/test/__init__.py is not present,

Re: [webkit-dev] Running W3C tests using wptserve

2015-02-01 Thread youenn fablet
Humm, the missing folder should have been created by AutoInstaller. Can it be removed by some clean-up between the runs? I will shortly write a fix for that particular issue but this will probably not solve the problem if the whole module is missing. y 2015-02-01 20:10 GMT+01:00 Alexey

[webkit-dev] Running W3C tests using wptserve

2015-01-31 Thread youenn fablet
Hi all, W3C wptserve server is now used to serve all tests under LayoutTests/imported/w3c/web-platform-tests. Currently, only two tests are run within that folder: - web-platform-tests/domparsing/DOMParser-parseFromString-html.html - web-platform-tests/domparsing/insert-adjacent.html Should

Re: [webkit-dev] Running W3C tests using wptserve

2015-01-31 Thread Alexey Proskuryakov
31 янв. 2015 г., в 11:57, youenn fablet youe...@gmail.com написал(а): Currently, only two tests are run within that folder: - web-platform-tests/domparsing/DOMParser-parseFromString-html.html - web-platform-tests/domparsing/insert-adjacent.html Should there be any issus with those tests,

Re: [webkit-dev] Running W3C tests using wptserve

2015-01-31 Thread Benjamin Poulain
Hi Youenn, Thanks for working on this. How do we run the imported tests? Do we just use run-webkit-test passing 'imported/w3c'? Is there a way to get the percentage of W3C tests that succeed? It would be useful to have a report per directory so that we improve it over time until we reach