mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Auto merge of #20058 - Eijebong:rayon1.0, r=jdm
Bump rayon to 1.0 <!-- 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/20058) <!-- Reviewable:end -->
This commit is contained in:
commit
b6bd719c5d
17 changed files with 163 additions and 96 deletions
|
@ -16,7 +16,7 @@ cssparser = "0.23.0"
|
|||
euclid = "0.16"
|
||||
html5ever = "0.22"
|
||||
parking_lot = "0.4"
|
||||
rayon = "0.8"
|
||||
rayon = "1"
|
||||
serde_json = "1.0"
|
||||
selectors = {path = "../../../components/selectors"}
|
||||
servo_arc = {path = "../../../components/servo_arc"}
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[background-repeat-round-roundup.xht]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -0,0 +1,5 @@
|
|||
[background-repeat-round.xht]
|
||||
type: reftest
|
||||
expected:
|
||||
if os == "linux": FAIL
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
[transform-input-018.html]
|
||||
[background-size-025.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[background-size-027.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[background-size-contain.xht]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[background-size-cover.xht]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -0,0 +1,5 @@
|
|||
[css3-box-shadow.html]
|
||||
type: reftest
|
||||
expected:
|
||||
if os == "linux": FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[gradient-move-stops.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[border-image-linear-gradient.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue