WPT Sync Bot
726b56aa12
Update web-platform-tests to revision e92532746b7615dcccdfa060937a87664816b1db
2018-02-21 21:39:38 -05:00
WPT Sync Bot
a57b869a58
Update web-platform-tests to revision 58462b6f92aab3eea03ad1ea70923855889ed1e2
2018-02-20 21:46:54 -05:00
WPT Sync Bot
8a6476740e
Update web-platform-tests to revision 8fed98324bc133df221d778c62cbff210d43b0ce
2018-02-19 21:42:17 -05:00
WPT Sync Bot
44c252aede
Update web-platform-tests to revision d04c0d50dbbf7752c27957005a5a659701b781ad
2018-02-15 21:54:40 -05:00
Anthony Ramine
6d8650078a
Fix an error in executorservo.py
...
```
TypeError: make_hosts_file() takes exactly 2 arguments (0 given)
```
2018-02-15 11:33:47 -05:00
WPT Sync Bot
432648745e
Update web-platform-tests to revision 1e4fe87a7f01c0b5c614c8f601ffa68b4a00662a
2018-02-13 21:19:19 -05:00
WPT Sync Bot
a4b4c8e015
Update web-platform-tests to revision b7ee88243f64e6c7f2d00c163bd3bc501e4db7ef
2018-02-06 21:05:52 -05:00
WPT Sync Bot
210ff0c02a
Update web-platform-tests to revision bb1f35100ad0aedeeb6897dd640b360f80498027
2018-02-05 22:35:36 -05:00
WPT Sync Bot
cd5bf022bd
Update web-platform-tests to revision 68a256f49be380ca4add535ce8ece9de28820e6b
2018-02-04 21:05:56 -05:00
Josh Matthews
0e1caebaf4
Update web-platform-tests to revision 10168e9a5d44efbc6e7d416d1d454eb9c9f1396c
2018-01-31 12:24:47 -05:00
Anthony Ramine
7e6290451f
Update web-platform-tests to revision ddfc95cf0493ae147a4f6a4d7be8eff1a0c23098
2018-01-18 11:04:13 +01:00
Josh Matthews
2b6f573eb5
Update web-platform-tests to revision be5419e845d39089ba6dc338c1bd0fa279108317
2018-01-09 12:52:27 -05:00
bors-servo
dc35457b4a
Auto merge of #19318 - jdm:webdriver, r=jgraham
...
Make wdspec tests runnable
This makes it possible to run tests in tests/wpt/web-platform-tests/webdriver/tests and focus on investigating why they fail.
---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix (partially) #15274 .
- [x] There are tests for these changes
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19318 )
<!-- Reviewable:end -->
2017-11-21 12:25:55 -06:00
Josh Matthews
8761f53391
Use most recent webdriver test harness.
2017-11-20 15:28:14 -05:00
Josh Matthews
9538356d65
Fix error reporting codepath for WPT.
2017-11-17 13:50:56 -05:00
Josh Matthews
c227604a2c
Update web-platform-tests to revision 44702f2bc8ea98bc32b5b244f2fe63c6ce66d49d
2017-11-15 12:47:30 -05:00
Josh Matthews
64e0a52537
Update web-platform-tests to revision 58b72393db0bd273bb93268c33666cf893feb985
2017-10-31 09:04:54 -04:00
Josh Matthews
75736751d9
Update web-platform-tests to revision 14cfa4d648cc1c853b4153268df672d21425f8c1
2017-10-30 18:26:08 -04:00
Josh Matthews
20a833eb75
Update web-platform-tests to revision e03a9b1341ae9bdb1e4fa03765257b84d26fe2f1
2017-10-16 15:03:02 -04:00
Josh Matthews
e5f503a166
Remove call to missing method
2017-10-13 00:35:03 -04:00
Josh Matthews
1f531f66ea
Update web-platform-tests to revision 8a2ceb5f18911302b7a5c1cd2791f4ab50ad4326
2017-10-12 12:36:21 -04:00
Josh Matthews
da8677221e
Avoid endless testrunner restart loops.
...
If the first test selected by a testrunner thread had a CRASH expectation,
the testrunner believed that it needed to restart and would never actually
get around to running the test.
2017-10-05 00:43:13 +02:00
Josh Matthews
c1c60beda1
Minimal changes to get WPT tests running on Windows.
2017-10-05 00:43:11 +02:00
Josh Matthews
933b42ef46
Allow running wpt directories by path on the command line.
2017-10-05 00:43:07 +02:00
Josh Matthews
ca340eca39
Use upstream wptrunner from web-platform-tests.
2017-10-05 00:43:03 +02:00
Josh Matthews
578498ba24
Update web-platform-tests to revision a46616a5b18e83587ddbbed756c7b96cbb4b015d
2017-10-05 00:42:13 +02:00
Josh Matthews
665817d2a6
Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444
2017-04-22 14:17:10 +02:00
Ms2ger
4fadf9b0b6
Update web-platform-tests to revision 7a767a52741f628430ffbbed46e7f3df68ba3534
...
Fixes #15648 .
2017-02-20 13:52:41 +01:00
Ms2ger
296fa2512b
Update web-platform-tests and CSS tests.
...
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180.
- Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
2017-02-06 22:38:29 +01:00
Ms2ger
d6ba94ca28
Update web-platform-tests to revision 3137d1d2d7757366a69f8a449b458b5057e0e81e
2016-12-28 11:34:21 +01:00
bors-servo
17bf6aed21
Auto merge of #14039 - metajack:windows-wpt, r=jgraham
...
Fix test-wpt and test-css for Windows.
<!-- Please describe your changes on the following line: -->
In addition to minor changes for Windows, this forces Windows Python to
be used for all Windows builds (instead of using Windows Python only for
pc-windows-msvc builds).
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because testing the tests is too meta for me
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14039 )
<!-- Reviewable:end -->
2016-11-16 13:41:27 -06:00
Jack Moffitt
8e8519d038
Fix test-wpt and test-css for Windows.
...
In addition to minor changes for Windows, this forces Windows Python to
be used for all Windows builds (instead of using Windows Python only for
pc-windows-msvc builds).
2016-11-16 10:38:15 -07:00
Ms2ger
ccdb0a3458
Update web-platform-tests to revision e8bfc205e36ad699601212cd50083870bad9a75d
2016-11-15 09:35:34 +01:00
Ms2ger
645732c650
Add missing path to the path length error.
...
Partial cherry-pick of <https://github.com/w3c/wpt-tools/pull/136 >.
2016-10-31 15:00:58 +01:00
Ms2ger
b15c55e407
Cherry-pick a wptserve change to support Content-Type in .headers files.
2016-09-27 17:12:14 +02:00
Ms2ger
3b4f0ec0bb
Update web-platform-tests to revision 3b3585e368841b77caea8576fa56cef91c3fbdf0
2016-09-26 13:24:06 +02:00
Ms2ger
079092dfea
Update web-platform-tests to revision dc5cbf088edcdb266541d4e5a76149a2c6e716a0
2016-09-09 16:17:14 +02:00
Ms2ger
0edf0ececb
Update web-platform-tests to revision 53f3408ffe1fd0e56a37aff4aaf1fa8441c41d6d
2016-07-12 10:52:41 +02:00
Josh Matthews
cf073f1f0b
Ensure serial number conforms to OpenSSL's even-number-of-digits requirement.
2016-06-27 16:39:37 -04:00
Ms2ger
79b1e6c40c
Update web-platform-tests to revision 346d5b51a122f7bb1c7747064499ef281a0200f7
2016-06-24 11:36:34 +02:00
Ms2ger
abcd4b654f
Update web-platform-tests to revision 0a518aaff73532a26e175789f7e75fa99593ac64
2016-04-21 12:30:36 +02:00
Ms2ger
299ad0f9d0
Update web-platform-tests to revision d011702f368b88b3bae86e7a8fd2ddd22e18b33c
2016-04-12 10:47:32 +02:00
Ms2ger
dba68269e0
Update web-platform-tests to revision 15ad8eaadd91425cc9331b2e658d4c2796ae5ad8
2016-04-04 09:43:55 +02:00
James Graham
78369e95cf
Update web-platform-tests to 5582e4d2bfcfd1fa9f105406b143170ee2af7db1
2016-04-01 13:38:57 +02:00
James Graham
7e8624d921
Update web-platform-tests to revision 0d9238c8062f05a55898a0cb60dc0c353794d87a
2016-01-21 10:28:30 +00:00
Ms2ger
198ee0f2c6
Support device-pixel-ratio in wpt reftests.
2016-01-12 13:02:50 +01:00
Ms2ger
1619a908b3
Add support for viewport size adjustments in wptrunner.
2016-01-04 09:58:14 +01:00
Ms2ger
8ea56eabaa
Update web-platform-tests to 887399d3d0a85d0e27a6688ae384459376adf7ca
2015-12-21 14:30:03 +01:00
Ms2ger
9aa1b1e408
Update web-platform-tests to revision 5dbe45af3ad3a933c03187c72f1c12cbe2877703
2015-12-10 09:38:01 -05:00
Ms2ger
32efe41299
Update web-platform-tests to revision 5a754b40cd49c0404863c431b58cc311dc5d167c
2015-11-17 10:54:05 +01:00