The wdspec tests in contexts.py already fail silently on linux64 debug. The new actions tests also fail to start a webdriver session, although only intermittenly. When running the job on a one-click loaner, I can't tell if it's a browser crash with no crash dump or a run-time error in wptrunner. Perhaps there's a race wherein it takes longer to start a Marionette session and wptrunner starts tests before Marionette is ready, all the tests fail and the browser gets killed. MozReview-Commit-ID: FoRbSZOhBUA
13 lines
323 B
INI
13 lines
323 B
INI
[contexts.py]
|
|
type: wdspec
|
|
disabled:
|
|
if (os == "linux") and (bits == 64) and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1318724
|
|
expected:
|
|
if not debug and (version != "Ubuntu 16.04"): TIMEOUT
|
|
[contexts.py::test_resize]
|
|
expected: FAIL
|
|
|
|
[contexts.py::test_resize_by_script]
|
|
expected: FAIL
|
|
|