No files found.
+26 −0
.travis.yml
tests/wpt/harness/.travis.yml
+16 −0
tox.ini
tests/wpt/harness/tox.ini
+8 −1
firefox.py
tests/wpt/harness/wptrunner/browsers/firefox.py
+3 −2
servo.py
tests/wpt/harness/wptrunner/browsers/servo.py
+0 −137
webdriver.py
tests/wpt/harness/wptrunner/browsers/webdriver.py
+6 −8
executormarionette.py
...pt/harness/wptrunner/executors/executormarionette.py
+87 −3
executorservo.py
tests/wpt/harness/wptrunner/executors/executorservo.py
+54 −5
fixtures.py
...harness/wptrunner/executors/pytestrunner/fixtures.py
+0 −642
webdriver.py
tests/wpt/harness/wptrunner/executors/webdriver.py
+10 −1
test_chunker.py
tests/wpt/harness/wptrunner/tests/test_chunker.py
+3 −2
test_hosts.py
tests/wpt/harness/wptrunner/tests/test_hosts.py
+10 −0
test_update.py
tests/wpt/harness/wptrunner/tests/test_update.py
+25 −4
webdriver_server.py
tests/wpt/harness/wptrunner/webdriver_server.py
+52 −45
wptcommandline.py
tests/wpt/harness/wptrunner/wptcommandline.py
+4 −0
test_serializer.py
...rness/wptrunner/wptmanifest/tests/test_serializer.py
+1 −1
wpttest.py
tests/wpt/harness/wptrunner/wpttest.py