From b5756cebbebe9c5dba2fce766542505588d413cd Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Fri, 10 Feb 2017 00:18:00 +0100 Subject: [PATCH 1/3] Update app_units to 0.3.1 The height test is removed in mime_sniffing_font_context because of rounding changes in app_units. The rest of that test is still useful though, given it will timeout if the font fails to be sniffed. --- Cargo.lock | 32 +++++++++---------- .../html4/background-repeat-repeat-x.htm.ini | 3 +- .../html4/background-repeat-repeat-y.htm.ini | 3 +- .../flexbox_direction-row-reverse.htm.ini | 4 --- .../html/transform-input-017.htm.ini | 3 +- .../html/transform-input-018.htm.ini | 3 +- .../html4/background-repeat-repeat-x.htm.ini | 3 +- .../html4/background-repeat-repeat-y.htm.ini | 3 +- .../html4/c5525-fltwidth-003.htm.ini | 4 +++ .../css21_dev/html4/floats-028.htm.ini | 3 +- tests/wpt/mozilla/meta/MANIFEST.json | 2 +- .../mozilla/mime_sniffing_font_context.html | 1 - 12 files changed, 31 insertions(+), 33 deletions(-) delete mode 100644 tests/wpt/metadata-css/css-flexbox-1_dev/html/flexbox_direction-row-reverse.htm.ini create mode 100644 tests/wpt/metadata-css/css21_dev/html4/c5525-fltwidth-003.htm.ini diff --git a/Cargo.lock b/Cargo.lock index de3c8529c3a..3843b9538fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,7 +53,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "app_units" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -924,7 +924,7 @@ dependencies = [ name = "geckoservo" version = "0.0.1" dependencies = [ - "app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -950,7 +950,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "gfx" version = "0.0.1" dependencies = [ - "app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1331,7 +1331,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "layout" version = "0.0.1" dependencies = [ - "app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "canvas_traits 0.0.1", @@ -1381,7 +1381,7 @@ dependencies = [ name = "layout_thread" version = "0.0.1" dependencies = [ - "app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "gfx 0.0.1", @@ -2244,7 +2244,7 @@ name = "script" version = "0.0.1" dependencies = [ "angle 0.1.2 (git+https://github.com/servo/angle?branch=servo)", - "app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "audio-video-metadata 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2318,7 +2318,7 @@ dependencies = [ name = "script_layout_interface" version = "0.0.1" dependencies = [ - "app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "canvas_traits 0.0.1", "cssparser 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2356,7 +2356,7 @@ dependencies = [ name = "script_traits" version = "0.0.1" dependencies = [ - "app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "bluetooth_traits 0.0.1", "canvas_traits 0.0.1", "cookie 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2598,7 +2598,7 @@ dependencies = [ name = "servo_geometry" version = "0.0.1" dependencies = [ - "app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2737,7 +2737,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "style" version = "0.0.1" dependencies = [ - "app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "bindgen 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2783,7 +2783,7 @@ dependencies = [ name = "style_tests" version = "0.0.1" dependencies = [ - "app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", "html5ever-atoms 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2804,7 +2804,7 @@ dependencies = [ name = "style_traits" version = "0.0.1" dependencies = [ - "app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2818,7 +2818,7 @@ dependencies = [ name = "stylo_tests" version = "0.0.1" dependencies = [ - "app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3178,7 +3178,7 @@ name = "webrender" version = "0.15.0" source = "git+https://github.com/servo/webrender#512b4a1433a7827ef7cfd121d2f99fdd91ecf80e" dependencies = [ - "app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3205,7 +3205,7 @@ name = "webrender_traits" version = "0.14.0" source = "git+https://github.com/servo/webrender#512b4a1433a7827ef7cfd121d2f99fdd91ecf80e" dependencies = [ - "app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "dwrote 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3339,7 +3339,7 @@ dependencies = [ "checksum android_injected_glue 0.2.1 (git+https://github.com/mmatyas/android-rs-injected-glue)" = "" "checksum angle 0.1.2 (git+https://github.com/servo/angle?branch=servo)" = "" "checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6" -"checksum app_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "636ee56f12e31dbc11dc0a1ac6004f08b04e6e6595963716fc8130e90d4e04cf" +"checksum app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eee1c5121e7d126275a909d7de53456ba9adae2f4b2f40b8b395cac4502c2602" "checksum arrayvec 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d89f1b0e242270b5b797778af0c8d182a1a2ccac5d8d6fadf414223cc0fab096" "checksum aster 0.38.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c9b49e42a449c0b79d8acb91db37621de0978064dca7d3288ddcf030123e5b3" "checksum atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb2dcb6e6d35f20276943cc04bb98e538b348d525a04ac79c10021561d202f21" diff --git a/tests/wpt/metadata-css/css-backgrounds-3_dev/html4/background-repeat-repeat-x.htm.ini b/tests/wpt/metadata-css/css-backgrounds-3_dev/html4/background-repeat-repeat-x.htm.ini index 4f828f8bab8..c06bdccbb3c 100644 --- a/tests/wpt/metadata-css/css-backgrounds-3_dev/html4/background-repeat-repeat-x.htm.ini +++ b/tests/wpt/metadata-css/css-backgrounds-3_dev/html4/background-repeat-repeat-x.htm.ini @@ -1,4 +1,3 @@ [background-repeat-repeat-x.htm] type: reftest - expected: - if os == "mac": FAIL + expected: FAIL diff --git a/tests/wpt/metadata-css/css-backgrounds-3_dev/html4/background-repeat-repeat-y.htm.ini b/tests/wpt/metadata-css/css-backgrounds-3_dev/html4/background-repeat-repeat-y.htm.ini index 354350d036e..ed4668c8acc 100644 --- a/tests/wpt/metadata-css/css-backgrounds-3_dev/html4/background-repeat-repeat-y.htm.ini +++ b/tests/wpt/metadata-css/css-backgrounds-3_dev/html4/background-repeat-repeat-y.htm.ini @@ -1,4 +1,3 @@ [background-repeat-repeat-y.htm] type: reftest - expected: - if os == "mac": FAIL + expected: FAIL diff --git a/tests/wpt/metadata-css/css-flexbox-1_dev/html/flexbox_direction-row-reverse.htm.ini b/tests/wpt/metadata-css/css-flexbox-1_dev/html/flexbox_direction-row-reverse.htm.ini deleted file mode 100644 index 4b0333dd2cf..00000000000 --- a/tests/wpt/metadata-css/css-flexbox-1_dev/html/flexbox_direction-row-reverse.htm.ini +++ /dev/null @@ -1,4 +0,0 @@ -[flexbox_direction-row-reverse.htm] - type: reftest - expected: - if os == "mac": FAIL diff --git a/tests/wpt/metadata-css/css-transforms-1_dev/html/transform-input-017.htm.ini b/tests/wpt/metadata-css/css-transforms-1_dev/html/transform-input-017.htm.ini index 1c921a68c69..11708836af0 100644 --- a/tests/wpt/metadata-css/css-transforms-1_dev/html/transform-input-017.htm.ini +++ b/tests/wpt/metadata-css/css-transforms-1_dev/html/transform-input-017.htm.ini @@ -1,3 +1,4 @@ [transform-input-017.htm] type: reftest - expected: FAIL + expected: + if os == "linux": FAIL diff --git a/tests/wpt/metadata-css/css-transforms-1_dev/html/transform-input-018.htm.ini b/tests/wpt/metadata-css/css-transforms-1_dev/html/transform-input-018.htm.ini index 23299ad9e96..2838a64d8f4 100644 --- a/tests/wpt/metadata-css/css-transforms-1_dev/html/transform-input-018.htm.ini +++ b/tests/wpt/metadata-css/css-transforms-1_dev/html/transform-input-018.htm.ini @@ -1,3 +1,4 @@ [transform-input-018.htm] type: reftest - expected: FAIL + expected: + if os == "linux": FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/background-repeat-repeat-x.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/background-repeat-repeat-x.htm.ini index 4f828f8bab8..c06bdccbb3c 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/background-repeat-repeat-x.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/background-repeat-repeat-x.htm.ini @@ -1,4 +1,3 @@ [background-repeat-repeat-x.htm] type: reftest - expected: - if os == "mac": FAIL + expected: FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/background-repeat-repeat-y.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/background-repeat-repeat-y.htm.ini index 354350d036e..ed4668c8acc 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/background-repeat-repeat-y.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/background-repeat-repeat-y.htm.ini @@ -1,4 +1,3 @@ [background-repeat-repeat-y.htm] type: reftest - expected: - if os == "mac": FAIL + expected: FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/c5525-fltwidth-003.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/c5525-fltwidth-003.htm.ini new file mode 100644 index 00000000000..f1e5b2f41ee --- /dev/null +++ b/tests/wpt/metadata-css/css21_dev/html4/c5525-fltwidth-003.htm.ini @@ -0,0 +1,4 @@ +[c5525-fltwidth-003.htm] + type: reftest + expected: + if os == "linux": FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/floats-028.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/floats-028.htm.ini index 9f983b23edc..5f07b8a762e 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/floats-028.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/floats-028.htm.ini @@ -1,3 +1,4 @@ [floats-028.htm] type: reftest - expected: FAIL + expected: + if os == "mac": FAIL diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 625ba20f9c8..53a25555f38 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -25673,7 +25673,7 @@ "testharness" ], "mozilla/mime_sniffing_font_context.html": [ - "cd2c1b14ce7b1810f4b75148e0fa9abbfceb780d", + "1311e72e0a0dafa6fae594ca1ce2deca164acd36", "testharness" ], "mozilla/mozbrowser/crossorigin_xhr.html": [ diff --git a/tests/wpt/mozilla/tests/mozilla/mime_sniffing_font_context.html b/tests/wpt/mozilla/tests/mozilla/mime_sniffing_font_context.html index 2182b7fcbd8..3d8a4d17059 100644 --- a/tests/wpt/mozilla/tests/mozilla/mime_sniffing_font_context.html +++ b/tests/wpt/mozilla/tests/mozilla/mime_sniffing_font_context.html @@ -77,7 +77,6 @@ function checkFontLoaded() { return; } assert_not_equals(first.getBoundingClientRect().width, second.getBoundingClientRect().width); - assert_not_equals(first.getBoundingClientRect().height, second.getBoundingClientRect().height); this.done(); } From 3a7ff5ea958f230589ef77ba042ee9cebc2a2b27 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Fri, 10 Feb 2017 00:35:32 +0100 Subject: [PATCH 2/3] Update cssparser to 0.7.4 --- Cargo.lock | 28 +++++++++---------- .../attribute-token-selector-002.htm.ini | 3 -- 2 files changed, 14 insertions(+), 17 deletions(-) delete mode 100644 tests/wpt/metadata-css/css21_dev/html4/attribute-token-selector-002.htm.ini diff --git a/Cargo.lock b/Cargo.lock index 3843b9538fe..acb580da3a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -285,7 +285,7 @@ version = "0.0.1" dependencies = [ "azure 0.11.0 (git+https://github.com/servo/rust-azure)", "canvas_traits 0.0.1", - "cssparser 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -301,7 +301,7 @@ dependencies = [ name = "canvas_traits" version = "0.0.1" dependencies = [ - "cssparser 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -543,7 +543,7 @@ dependencies = [ [[package]] name = "cssparser" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", @@ -926,7 +926,7 @@ version = "0.0.1" dependencies = [ "app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1335,7 +1335,7 @@ dependencies = [ "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "canvas_traits 0.0.1", - "cssparser 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "gfx 0.0.1", @@ -1652,7 +1652,7 @@ name = "msg" version = "0.0.1" dependencies = [ "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", @@ -2254,7 +2254,7 @@ dependencies = [ "caseless 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "cmake 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", "cookie 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2321,7 +2321,7 @@ dependencies = [ "app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "canvas_traits 0.0.1", - "cssparser 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", "heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2389,7 +2389,7 @@ name = "selectors" version = "0.18.0" dependencies = [ "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2742,7 +2742,7 @@ dependencies = [ "bindgen 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2784,7 +2784,7 @@ name = "style_tests" version = "0.0.1" dependencies = [ "app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", "html5ever-atoms 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2805,7 +2805,7 @@ name = "style_traits" version = "0.0.1" dependencies = [ "app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2820,7 +2820,7 @@ version = "0.0.1" dependencies = [ "app_units 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", "geckoservo 0.0.1", @@ -3379,7 +3379,7 @@ dependencies = [ "checksum core-foundation-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "41115a6aa5d3e1e5ef98148373f25971d1fad53818553f216495f9e67e90a624" "checksum core-graphics 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b205856aba54bfd36e69a1058f45fbe0d3c37be7375309dcff4a22a2a631fea" "checksum core-text 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9703f459a41e622b15ca612dbc5fa4b30b6545a32864a83e0fdc538cfa08969c" -"checksum cssparser 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bd03c0b039e63f6756e905f902f881cb547a5393229e6bfa9b0b69646cc1d83f" +"checksum cssparser 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d8e562cb0d6ee9d8c367d3801d4dbaa0a0a94807745f710803b4ec4cf723ddd4" "checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850" "checksum dbus 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "94d266a872aaf68b50d02083c429a3686935ab6ab54824290509cdc422673eaf" "checksum debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a032eac705ca39214d169f83e3d3da290af06d8d1d344d1baad2fd002dca4b3" diff --git a/tests/wpt/metadata-css/css21_dev/html4/attribute-token-selector-002.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/attribute-token-selector-002.htm.ini deleted file mode 100644 index 7e070cdc440..00000000000 --- a/tests/wpt/metadata-css/css21_dev/html4/attribute-token-selector-002.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[attribute-token-selector-002.htm] - type: reftest - expected: FAIL From d9e20ef34ba6a1fcd61c56d3f726fc03680d1d23 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Fri, 10 Feb 2017 00:47:35 +0100 Subject: [PATCH 3/3] Update offscreen_gl_context to 0.5.5 --- Cargo.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index acb580da3a2..ba098901c28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,7 +291,7 @@ dependencies = [ "ipc-channel 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)", - "offscreen_gl_context 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", + "offscreen_gl_context 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", "servo_config 0.0.1", "webrender_traits 0.14.0 (git+https://github.com/servo/webrender)", @@ -468,7 +468,7 @@ dependencies = [ "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "net_traits 0.0.1", - "offscreen_gl_context 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", + "offscreen_gl_context 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", "profile_traits 0.0.1", "script_traits 0.0.1", @@ -1845,7 +1845,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "offscreen_gl_context" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cgl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2277,7 +2277,7 @@ dependencies = [ "msg 0.0.1", "net_traits 0.0.1", "num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)", - "offscreen_gl_context 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", + "offscreen_gl_context 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2371,7 +2371,7 @@ dependencies = [ "libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "net_traits 0.0.1", - "offscreen_gl_context 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", + "offscreen_gl_context 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", "profile_traits 0.0.1", "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3194,7 +3194,7 @@ dependencies = [ "lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)", - "offscreen_gl_context 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", + "offscreen_gl_context 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "threadpool 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)", "webrender_traits 0.14.0 (git+https://github.com/servo/webrender)", @@ -3213,7 +3213,7 @@ dependencies = [ "gleam 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "offscreen_gl_context 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", + "offscreen_gl_context 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.8.20 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3477,7 +3477,7 @@ dependencies = [ "checksum num_cpus 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a225d1e2717567599c24f88e49f00856c6e825a12125181ee42c4257e3688d39" "checksum objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "877f30f37acef6749b1841cceab289707f211aecfc756553cd63976190e6cc2e" "checksum odds 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)" = "c3df9b730298cea3a1c3faa90b7e2f9df3a9c400d0936d6015e6165734eefcba" -"checksum offscreen_gl_context 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "68c15a74828e622dbeeea77798944806f2a42dbaa613df048da37eccc55d21d9" +"checksum offscreen_gl_context 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "171f74d51d4c94dae19d13c502dbf09afab328a5517f8bfeee2f2a33ced3bca9" "checksum ogg 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "426d8dc59cdd206be1925461087350385c0a02f291d87625829c6d08e72b457b" "checksum ogg_metadata 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e755cc735fa6faa709cb23048433d9201d6caa85fa96215386ccdd5e9b40ad01" "checksum open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3478ed1686bd1300c8a981a940abc92b06fac9cbef747f4c668d4e032ff7b842"