Zack Weinberg
190e0c5539
Bug 933885 part 2b: runxpcshelltests.py: prevent invalid UTF-8 from being written to test log files. r=gps
2014-01-25 23:27:11 -05:00
Zack Weinberg
470440cc6f
Bug 933885 part 2a: remove fake JSON parser from runxpcshelltests.py (Python 2.6 now being required). r=gps
2014-01-25 23:27:11 -05:00
Phil Ringnalda
6253dc2dfe
Merge b-i to m-c
2014-01-25 19:58:13 -08:00
Myk Melez
01c2a7f857
bug 962858 - bypass native installation during automated tests; r=mfinkle,fabrice
...
--HG--
extra : rebase_source : bf4a585b4f7bee784d36a7338ba1f592bdedae94
2014-01-24 20:51:30 -08:00
Randell Jesup
e1e160fe8f
Bug 963420: Disable orange-on-debug-b2g-emulator-only test rs=philor
2014-01-25 04:07:24 -05:00
Phil Ringnalda
cd9cd9bcc6
Merge m-c to b-i
2014-01-24 19:45:59 -08:00
Phil Ringnalda
f6d7f14784
Bug 963885 - Disable mozdevice tests in make check until we can address they way they cause builds to be RETRYed
2014-01-24 19:36:32 -08:00
Ryan VanderMeulen
1e0482e1c1
Merge b2g-inbound to m-c.
2014-01-24 17:10:15 -05:00
Jordan Lund
2f2c604af9
Bug 940690 - get metrofx talos on release/project branches - make metro pass rate more reliable, r=jmaher
2014-01-24 10:16:11 -08:00
Andreas Tolfsen
284751d31e
Bug 963162 - Add WebDriver compatible getWindowHandle alias. r=dburns
...
getCurrentWindowHandle and getWindow are both aliases to this command
now.
2014-01-24 10:47:54 -05:00
Andrew Halberstadt
1cf91fdbe1
Bug 916350 - Make it possible to run reftests on b2g desktop, r=jgriffin,ted
2014-01-24 10:34:01 -05:00
Andreas Tolfsen
c7c2a08338
Bug 941148 - Rename screenShot to takeScreenshot for webdriver compliance. r=dburns
2014-01-24 08:45:58 -05:00
Andreas Tolfsen
63c79ad8a7
Bug 941145 - Rename goUrl to get for WebDriver compatibility. r=dburns
2014-01-24 08:39:23 -05:00
Ryan VanderMeulen
ac20328af6
Merge m-c to b2g-inbound.
2014-01-24 17:10:50 -05:00
Andrew Halberstadt
e72ae5743e
Bug 947974 - Add signal parameter to mozprocess.kill(), r=wlach
2014-01-24 16:26:57 -05:00
Andreas Tolfsen
53d09122db
Bug 941144 - getWindows not matching Selenium command. r=dburns
2014-01-24 08:30:10 -05:00
Andreas Tolfsen
361c0396ff
Bug 948075 - Add expected conditions to Marionette. r=mdas r=dhunt
2014-01-24 12:22:12 +00:00
Phil Ringnalda
62d5369d59
Merge m-c to m-i
2014-01-24 19:47:13 -08:00
Shih-Chiang Chien
0a5f4416e8
Bug 947010 - Test case for recording status. r=fabrice
2013-12-16 13:45:01 +08:00
Shih-Chiang Chien
f4f7d87557
Bug 950317 - enable WebRTC mochitest on b2g emulator. r=jesup,vicamo,jsmith.
2014-01-10 19:39:18 +08:00
Ryan VanderMeulen
1ac93c7ad5
Merge m-c to inbound.
2014-01-22 15:55:49 -05:00
Ryan VanderMeulen
115fb3f090
Merge inbound to m-c.
2014-01-22 15:15:22 -05:00
Ryan VanderMeulen
f248b33b63
Merge b2g-inbound to m-c.
2014-01-22 14:59:24 -05:00
Andreas Tolfsen
8186f23261
Bug 958024 - Wrap last exception from Marionette's Wait in TimeoutException. r=davehunt, r=mdas
2014-01-22 12:24:49 -05:00
JW Wang
0d73da1798
Bug 916135 - Part 3: Enable mochitests. r=padenot
2014-01-22 19:05:42 +08:00
Andreas Tolfsen
acd1fd0eeb
Bug 961792 - Break iteration when browser is found. r=mdas
...
The iteration used to look up the current window's server-assigned
unique identifier in Marionette continues after the response has been
sent. This is unnecessary and a potential synchronization problem
because the client only expects a single response.
2014-01-21 13:31:32 -05:00
Andreas Tolfsen
cca4fe0a18
Bug 941132 - getElementPosition not matching webdriver command. r=dburns
2014-01-22 14:04:04 -05:00
Andreas Tolfsen
bce6fbe347
Bug 941136 - getUrl not matching webdriver command getCurrentUrl. r=dburns
2014-01-21 13:31:31 -05:00
Honza Bambas
bb82d984bf
Bug 961147 - Easy way to get NSPR logs from tryserver mochitests, r=ted
2014-01-22 18:54:49 +01:00
Wes Kocher
8821f00cbd
Merge m-c to b2g-inbound
2014-01-21 17:36:55 -08:00
Michael Henretty
9c5c042127
Bug 960762 - Disable intermittent notification tests. r=gwagner
2014-01-22 09:23:30 +08:00
Ryan VanderMeulen
a36d197fc7
Backed out 3 changesets (bug 941132, bug 941136, bug 961792) for breaking the Marionette harness. CLOSED TREE
...
Backed out changeset 301044380886 (bug 961792)
Backed out changeset 236a56500ef3 (bug 941132)
Backed out changeset 02130207774e (bug 941136)
2014-01-21 14:47:41 -05:00
Andreas Tolfsen
5ed04bbfd0
Bug 961792 - Break iteration when browser is found. r=mdas
...
The iteration used to look up the current window's server-assigned
unique identifier in Marionette continues after the response has been
sent. This is unnecessary and a potential synchronization problem
because the client only expects a single response.
2014-01-21 13:31:32 -05:00
Andreas Tolfsen
fe855f06e6
Bug 941132 - getElementPosition not matching webdriver command. r=dburns
2014-01-21 13:31:31 -05:00
Andreas Tolfsen
1864d067bf
Bug 941136 - getUrl not matching webdriver command getCurrentUrl. r=dburns
2014-01-21 13:31:31 -05:00
Andreas Tolfsen
b6d66fdc65
Bug 941140 - getWindow not matching webdriver command. r=dburns
2014-01-21 11:40:20 -05:00
Andreas Tolfsen
7b55bb5555
Bug 941129 - Fix getAllCookies not matching WebDriver command. r=dburns
...
The protocol command getAllCookies remains for backwards compatibility.
2014-01-21 11:40:20 -05:00
William Lachance
51856d78dc
Bug 961874 - Python client should delete marionette session in cleanup(). r=mdas
2014-01-22 10:44:26 -05:00
Phil Ringnalda
188240f2f7
Bug 923329 - Disable test_readonly.html and test_oop.html on debug emulator for frequent timeouts
2014-01-20 12:24:50 -08:00
Phil Ringnalda
4909dbb354
Bug 960922 - Disable test_uninstall_errors.html on debug emulator for frequent timeouts
2014-01-20 12:20:52 -08:00
Phil Ringnalda
607330e4ee
Bug 961107 - Disable test_certifiedApp.html on debug emulator for frequent timeouts
2014-01-20 12:04:57 -08:00
Ms2ger
3268cf5e76
Bug 955866 - Remove peptest remnants; r=ted
2014-01-20 08:58:25 +01:00
Gregory Szorc
8e84c8c50c
Bug 920849 - Part 2: Discover xpcshell tests through metadata, not filesystem; r=ted
...
--HG--
extra : rebase_source : bbe52abe704072c11a3313d356ceedb2d0d31b6b
2013-10-22 16:54:40 -07:00
Ryan VanderMeulen
32e08fe628
Merge m-c to inbound.
2014-01-17 15:17:49 -05:00
Ryan VanderMeulen
b989384c30
Merge b2g-inbound to m-c.
2014-01-17 15:04:32 -05:00
Carsten "Tomcat" Book
abc78abdd1
Merge mozilla-central to b2g-inbound
2014-01-17 11:06:46 +01:00
Andrew Halberstadt
0d5e772b65
Bug 960375 - Marionette runner should pass mozinfo.info into manifestparser, r=mdas
2014-01-17 12:42:40 +08:00
Andrew Halberstadt
a74516a26e
Bug 957768 - Fix mochitest no summary error when --hide-subtests is used, r=jmaher
2014-01-17 11:26:31 +08:00
Andreas Tolfsen
4e17ecd5d6
Bug 941102 - Fix closeWindow not matching WebDriver command close. r=dburns
...
The closeWindow request type name has been left for backwards
compatibility.
2014-01-17 10:03:43 -05:00
Andreas Tolfsen
1b83765c7d
Bug 936044 - Fix wrong license header for Marionette atoms. r=dburns
...
The atoms come licensed under the Apache 2.0 License from the Selenium
project.
2014-01-17 10:03:43 -05:00