- List
Hello
1:56.10 stack backtrace: | |
1:56.10 0: 0x7fea85d9e33e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h1410ee01a7694834 | |
1:56.10 at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 | |
1:56.10 1: 0x7fea85d770f6 - std::sys_common::backtrace::print::h1962f4c30d928b1d | |
1:56.10 at libstd/sys_common/backtrace.rs:71 | |
1:56.10 at libstd/sys_common/backtrace.rs:59 | |
1:56.10 2: 0x7fea85d74bdd - std::panicking::default_hook::{{closure}}::h66071f1a30ddacaa | |
1:56.10 at libstd/panicking.rs:211 | |
1:56.10 3: 0x7fea85d74950 - std::panicking::default_hook::h8288f681d56575d2 | |
1:56.10 at libstd/panicking.rs:227 |
% ./mach python-test --python 2 --subsuite mochitest testing/mochitest/tests/python/test_basic_mochitest_plain.py | |
Processing ./third_party/python/certifi | |
Installing collected packages: certifi | |
Running setup.py install for certifi ... [?25l-done | |
[?25hSuccessfully installed certifi-2018.4.16 | |
Processing ./third_party/python/pipenv | |
Installing collected packages: pipenv | |
Running setup.py install for pipenv ... [?25l-\|done | |
[?25hSuccessfully installed pipenv-2018.5.18 | |
Processing ./third_party/python/six |
% ./mach python | |
Python 2.7.15 (default, May 1 2018, 05:55:50) | |
[GCC 7.3.0] on linux2 | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> import marionette_driver | |
>>> | |
>>> from marionette_driver.marionette import Marionette | |
>>> client = Marionette(bin="obj-x86_64-pc-linux-gnu/dist/bin/firefox", port=2828) | |
<j-x86_64-pc-linux-gnu/dist/bin/firefox", port=2828) |
diff --git a/testing/marionette/driver.js b/testing/marionette/driver.js | |
index 80370df7c220..45c93aec2306 100644 | |
--- a/testing/marionette/driver.js | |
+++ b/testing/marionette/driver.js | |
@@ -778,8 +778,8 @@ GeckoDriver.prototype.newSession = async function(cmd) { | |
* ("capabilities") to values, which may be of types boolean, | |
* numerical or string. | |
*/ | |
-GeckoDriver.prototype.getSessionCapabilities = function(cmd, resp) { | |
- resp.body.capabilities = this.capabilities; |
[package] | |
name = "foo" | |
version = "0.1.0" | |
[lib] | |
path = "foo.rs" |
% ./mach wpt --webdriver-arg=-vv ./testing/web-platform/tests/css/CSS2/colors/color-002.xht | |
0:03.06 INFO Using 1 client processes | |
0:03.13 INFO Starting websockets server on 127.0.0.1:8889 | |
0:03.13 INFO Starting http server on 127.0.0.1:8001 | |
0:03.14 INFO Starting http server on 127.0.0.1:8000 | |
0:03.14 INFO Starting websockets server on 127.0.0.1:8888 | |
0:03.16 INFO Create socket on: (2, 1, '', '', '') | |
0:03.16 INFO Create socket on: (2, 1, '', '', '') | |
0:03.16 INFO Bind on: (2, 1, '', '', '') | |
0:03.16 INFO Listen on: (2, 1, '', '', '') |
% git mozreview push | |
warning: eslint support-file modified, linting entire tree (press ctrl-c to cancel) | |
/home/ato/src/gecko/browser/base/content/test/sync/head.js | |
11:17 error Use Services.ppmm rather than getService(). mozilla/use-services (eslint) | |
/home/ato/src/gecko/browser/base/content/test/urlbar/browser_page_action_menu.js | |
741:17 error Use Services.ppmm rather than getService(). mozilla/use-services (eslint) | |
/home/ato/src/gecko/browser/components/places/tests/unit/test_browserGlue_bookmarkshtml.js | |
19:3 error Use Services.ppmm rather than getService(). mozilla/use-services (eslint) |
Hello
0:03.01 INFO Using 1 client processes | |
0:03.08 SUITE_START: web-platform-test - running 1 tests | |
0:03.08 INFO Running reftest tests | |
0:03.09 INFO No reftest tests to run | |
0:03.09 INFO Running wdspec tests | |
0:03.09 INFO Starting runner | |
0:03.10 INFO Starting http server on web-platform.test:8000 | |
0:03.10 INFO Starting http server on web-platform.test:8001 | |
0:03.11 INFO Starting http server on web-platform.test:8443 | |
0:03.13 pid:11098 Full command: /home/ato/src/gecko/obj-x86_64-pc-linux-gnu/dist/bin/geckodriver --marionette-port 2828 --host 127.0.0.1 --port 4444 -vv |
1:11.07 pid:10519 1520347729814 geckodriver::marionette DEBUG Waiting for the browser process to shutdown | |
1:11.17 pid:10519 1520347729914 geckodriver::marionette DEBUG Waiting for the browser process to shutdown | |
1:11.23 pid:10519 ExceptionHandler::GenerateDump cloned child 10704 | |
1:11.23 pid:10519 ExceptionHandler::SendContinueSignalToChild sent continue signal to child | |
1:11.23 pid:10519 ExceptionHandler::WaitForContinueSignal waiting for continue signal... | |
1:11.27 pid:10519 1520347730014 geckodriver::marionette DEBUG Waiting for the browser process to shutdown | |
1:11.37 pid:10519 1520347730114 geckodriver::marionette DEBUG Waiting for the browser process to shutdown |