Commit graph

43297 commits

Author SHA1 Message Date
WPT Sync Bot
ec0cb65732 Update web-platform-tests to revision 39897530f768c42c412701080453cf3b157695b4 2020-11-15 10:41:16 +00:00
bors-servo
bd25432107
Auto merge of #27762 - servo-wpt-sync:wpt_update_14-11-2020, r=jdm
Sync WPT with upstream (14-11-2020)

Automated downstream sync of changes from upstream as of 14-11-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-11-14 17:43:27 -05:00
Josh Matthews
491064e1a2
Add 2020 failure. 2020-11-14 16:26:02 -05:00
bors-servo
8a33dc1fd3
Auto merge of #27760 - servo:lts, r=SimonSapin
Upgrade CI to Ubuntu 20.04 LTS

19.10 has been at end-of-life since July.

Also switch to an un-dated Docker Hub tag. Built docker images expire after a month, and when rebuilding we install the latest versions of additional packages. We might has well pick up-to-date versions of the base system as well.

We do stay within one Ubuntu release, though.
2020-11-14 10:33:15 -05:00
bors-servo
48aa8f5f6e
Auto merge of #27761 - servo:report, r=SimonSapin
Layout 2020 regression report: add support for gzip’ed log artifacts

Taskcluster workers started compressing artifacts by default in https://github.com/taskcluster/taskcluster/pull/2809
2020-11-14 07:51:43 -05:00
Simon Sapin
07fff6c7c7 Upgrade CI to Ubuntu 20.04 LTS
19.10 has been at end-of-life since July.

Also switch to an un-dated Docker Hub tag. Built docker images expire after
a month, and when rebuilding we install the latest versions of additional
packages. We might has well pick up-to-date versions of the base system
as well.

We do stay within one Ubuntu release, though.
2020-11-14 12:11:48 +01:00
WPT Sync Bot
d2586450c0 Update web-platform-tests to revision 064bb25e5e9ab5e08ec39c4fbd1fe6653520595d 2020-11-14 10:59:30 +00:00
Simon Sapin
019f8807f1 Layout 2020 regression report: add support for gzip’ed log artifacts
Taskcluster workers started compressing artifacts by default in https://github.com/taskcluster/taskcluster/pull/2809
2020-11-14 11:35:04 +01:00
bors-servo
2db7abad2b
Auto merge of #27759 - servo:reimage, r=SimonSapin
Force Docker image rebuids

… with https://github.com/taskcluster/monopacker/pull/93

Hopefully fixes https://github.com/servo/servo/issues/27758.
2020-11-14 04:00:53 -05:00
Simon Sapin
6679ef3b8a Force Docker image rebuids
… with https://github.com/taskcluster/monopacker/pull/93
2020-11-14 08:53:14 +01:00
bors-servo
f8ebe03dc2
Auto merge of #27704 - ghostd:update-preflight-cors-mode, r=jdm
Set CORS preflight requests' `mode` to `cors`

<!-- Please describe your changes on the following line: -->

---
<!-- 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
- [x] These changes fix #23780 (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because ___

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
2020-11-13 15:23:58 -05:00
bors-servo
9b9941c0d3
Auto merge of #27755 - servo-wpt-sync:wpt_update_13-11-2020, r=servo-wpt-sync
Sync WPT with upstream (13-11-2020)

Automated downstream sync of changes from upstream as of 13-11-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-11-13 14:02:18 -05:00
bors-servo
917fd001fe
Auto merge of #27748 - servo:jdm-patch-47, r=jdm
Fix mac packaging with recent gstreamer.

Fixes #27654.
2020-11-13 11:56:22 -05:00
Josh Matthews
19b9314b48 Fix gstreamer packaging on mac. 2020-11-13 11:55:56 -05:00
WPT Sync Bot
48c420fdb5 Update web-platform-tests to revision 8d1253647cfe3809ddf58a4ad7c9da5f26985d7e 2020-11-13 11:01:03 +00:00
bors-servo
553ff20468
Auto merge of #27750 - servo:godet, r=SimonSapin
Use new S3 buckets

CC https://github.com/servo/project/issues/25
2020-11-11 18:23:34 -05:00
Simon Sapin
68b5657575 Use new S3 buckets
CC https://github.com/servo/project/issues/25
2020-11-11 21:02:51 +01:00
bors-servo
6d1472d2b2
Auto merge of #27749 - servo:jdm-patch-48, r=jdm
Support gzip artifacts.
2020-11-11 13:08:34 -05:00
Josh Matthews
70d275a5f2
Support gzip artifacts. 2020-11-11 11:40:24 -05:00
bors-servo
5488790be6
Auto merge of #27745 - servo-wpt-sync:wpt_update_09-11-2020, r=servo-wpt-sync
Sync WPT with upstream (09-11-2020)

Automated downstream sync of changes from upstream as of 09-11-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-11-09 17:15:19 -05:00
WPT Sync Bot
483e541b90 Update web-platform-tests to revision d4e6b4dff3070bdb4d4771d116f811821e8c9162 2020-11-09 10:56:39 +00:00
bors-servo
bbdaf22620
Auto merge of #27743 - lorenzbutter:master, r=jdm
Call eglMakeCurrent with non-null surfaces before anything else

First call to eglMakeCurrent with no draw or read surface leads to black window on Nvidia/X11. This change ensures first call to eglMakeCurrent made with non-null surfaces.
<!-- 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
- [X] These changes fix #26353  (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because ___

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
2020-11-08 07:24:22 -05:00
bors-servo
534fdd70e8
Auto merge of #27742 - servo-wpt-sync:wpt_update_07-11-2020, r=servo-wpt-sync
Sync WPT with upstream (07-11-2020)

Automated downstream sync of changes from upstream as of 07-11-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-11-07 09:00:21 -05:00
WPT Sync Bot
5a86c734fc Update web-platform-tests to revision 47ff38a34af6d74b80ffd3e073f7504227ce4668 2020-11-07 10:41:27 +00:00
zood
7119eb7471 First call to eglMakeCurrent with no draw or read surface leads to black window on Nvidia/X11. This change ensures first call to eglMakeCurrent made with non-null surfaces. 2020-11-07 13:28:55 +03:00
bors-servo
0aff4e1d57
Auto merge of #27741 - servo-wpt-sync:wpt_update_06-11-2020, r=jdm
Sync WPT with upstream (06-11-2020)

Automated downstream sync of changes from upstream as of 06-11-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-11-06 13:24:20 -05:00
Josh Matthews
b94539bdce
Rename metadata file. 2020-11-06 13:24:07 -05:00
Josh Matthews
af5e5ff0cf
Add macos failure. 2020-11-06 12:28:20 -05:00
Josh Matthews
eee3ba2686
Fix quotes. 2020-11-06 12:27:57 -05:00
Josh Matthews
5d8e271d59
Add macos failure. 2020-11-06 12:27:42 -05:00
Josh Matthews
75b1da870a
Add macos failure. 2020-11-06 12:26:49 -05:00
WPT Sync Bot
a605e18eb6 Update web-platform-tests to revision 36ff3198676718b4af5d55c5e6c1ec8c51a2a0d6 2020-11-06 11:05:02 +00:00
bors-servo
0c3631605e
Auto merge of #27739 - servo-wpt-sync:wpt_update_05-11-2020, r=servo-wpt-sync
Sync WPT with upstream (05-11-2020)

Automated downstream sync of changes from upstream as of 05-11-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-11-05 05:36:19 -05:00
WPT Sync Bot
fbb3d28129 Update web-platform-tests to revision f535a2e92b3c0b43996400b0f9bfae5b5579c4bd 2020-11-05 10:36:05 +00:00
bors-servo
d42fbfb315
Auto merge of #27736 - servo-wpt-sync:wpt_update_04-11-2020, r=jdm
Sync WPT with upstream (04-11-2020)

Automated downstream sync of changes from upstream as of 04-11-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-11-04 13:21:49 -05:00
Josh Matthews
d756a69d0e
Filter py3 tests for intermittents. 2020-11-04 13:21:34 -05:00
Josh Matthews
9a39f5c491
Add 2020 failure. 2020-11-04 09:58:03 -05:00
Josh Matthews
7b59941e07
Add 2020 failure. 2020-11-04 09:57:44 -05:00
WPT Sync Bot
b89d47297d Update web-platform-tests to revision 322c4da99b1d62796d5f4105eb02a745bb35d3f9 2020-11-04 10:40:57 +00:00
bors-servo
8b9e607aac
Auto merge of #27732 - atouchet:btrace, r=jdm
Update backtrace

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because ___

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
2020-11-03 01:11:09 -05:00
atouchet
c6605e2510 Update backtrace 2020-11-02 20:57:59 -08:00
bors-servo
071d1d8248
Auto merge of #27731 - servo-wpt-sync:wpt_update_02-11-2020, r=jdm
Sync WPT with upstream (02-11-2020)

Automated downstream sync of changes from upstream as of 02-11-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-11-02 13:26:40 -05:00
Josh Matthews
c7ea5e39e7
Remove intermittent failure. 2020-11-02 11:38:23 -05:00
Josh Matthews
27cdbcb4e6
Remove intermittent crash. 2020-11-02 11:38:05 -05:00
WPT Sync Bot
bbe2a877b1 Update web-platform-tests to revision e77eef74c0b20028b8d86260ef81ffe1f9688027 2020-11-02 10:44:01 +00:00
bors-servo
30fd7da647
Auto merge of #27730 - servo-wpt-sync:wpt_update_01-11-2020, r=servo-wpt-sync
Sync WPT with upstream (01-11-2020)

Automated downstream sync of changes from upstream as of 01-11-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-11-01 06:46:41 -05:00
WPT Sync Bot
c985ec123e Update web-platform-tests to revision 36a5c51e57ac8808bbaf52dd495783fd926b7547 2020-11-01 10:22:55 +00:00
bors-servo
c1dbf011b5
Auto merge of #27728 - servo-wpt-sync:wpt_update_31-10-2020, r=jdm
Sync WPT with upstream (31-10-2020)

Automated downstream sync of changes from upstream as of 31-10-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-10-31 16:47:47 -04:00
Josh Matthews
f7ef72b519
Rename 2020-10-31 13:53:30 -04:00
Josh Matthews
bfbf4fbb6f
Add 2020 failure 2020-10-31 13:53:15 -04:00