diff --git a/testing/cppunittest.ini b/testing/cppunittest.ini index bad5038b91..48baeba3cf 100644 --- a/testing/cppunittest.ini +++ b/testing/cppunittest.ini @@ -23,6 +23,7 @@ skip-if = os != 'win' [TestEnumTypeTraits] [TestFastBernoulliTrial] [TestFloatingPoint] +[TestFunctionRef] [TestFunctionTypeTraits] [TestIntegerPrintfMacros] [TestIntegerRange] diff --git a/testing/geckodriver/Cargo.toml b/testing/geckodriver/Cargo.toml index e5a1592b35..4345c5efe2 100644 --- a/testing/geckodriver/Cargo.toml +++ b/testing/geckodriver/Cargo.toml @@ -22,7 +22,7 @@ regex = "1.0" serde = "1.0" serde_json = "1.0" serde_derive = "1.0" -uuid = { version = "0.7", features = ["v4"] } +uuid = { version = "0.8", features = ["v4"] } webdriver = { path = "../webdriver" } zip = "0.4" diff --git a/testing/marionette/client/docs/conf.py b/testing/marionette/client/docs/conf.py index 3d15d3313e..5b6ea77fc9 100644 --- a/testing/marionette/client/docs/conf.py +++ b/testing/marionette/client/docs/conf.py @@ -172,7 +172,7 @@ # html_show_sphinx = True # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. -# html_show_copyright = True +html_show_copyright = False # If true, an OpenSearch description file will be output, and all pages will # contain a tag referring to it. The value of this option must be the diff --git a/testing/marionette/harness/marionette_harness/www/layout/test_carets_iframe.html b/testing/marionette/harness/marionette_harness/www/layout/test_carets_iframe.html index f6e6df9ba9..175d3c3d5c 100644 --- a/testing/marionette/harness/marionette_harness/www/layout/test_carets_iframe.html +++ b/testing/marionette/harness/marionette_harness/www/layout/test_carets_iframe.html @@ -9,12 +9,7 @@