Commit Graph

506 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
2e9c4e6c35 merge b2g-inbound to mozilla-central 2013-08-08 13:33:12 +02:00
Jonathan Griffin
a99a69b0dd Bug 902225 - Enable test_import_script_reuse_window.py. r=dburns 2013-08-06 16:31:34 -07:00
Jonathan Griffin
83aed9b889 Bug 790787 - Enable more unit tests on B2G. r=mdas 2013-08-06 17:34:30 -07:00
Jonathan Griffin
1dea834f8b Bug 758329 - Enable test_emulator_order.py. r=mdas 2013-08-06 16:03:39 -07:00
Andrew Halberstadt
577e34919d Bug 887291 - Allow marionette test runner to pass command line arguments onto the application, r=jgriffin 2013-08-07 11:46:25 -04:00
David Burns
bd80db7e0b Bug 758195 - Add test for implicit waits. r=jgriffin 2012-05-24 10:48:30 -07:00
Ed Morley
d0a6230a88 Merge mozilla-central and b2g-inbound 2013-08-02 13:51:22 +01:00
Jonathan Griffin
c8d0524f9d Bug 796018 - Add basic frame remote frame switch test. r=mdas 2013-07-31 16:27:14 -07:00
Jonathan Griffin
7bf11f572d Bug 898074 - Don't send multiple responses to deleteSession, r=dhylands 2013-08-01 18:20:22 -07:00
Jonathan Griffin
561a7c9253 Bug 898074 - Open Marionette's port with a backlog of 0, r=dhylands, on a CLOSED TREE for possible orange fix 2013-08-01 12:50:38 -07:00
Jonathan Griffin
6e5132554e Bug 900670 - Add threadtime to Marionette's logcat, r=dhylands 2013-08-01 14:54:02 -07:00
Ryan VanderMeulen
734248d603 Merge m-c to inbound. 2013-07-31 16:33:59 -04:00
Jonathan Griffin
4b34391c5e Bug 899731 - Bump marionette version. r=wlach 2013-07-30 12:52:46 -07:00
Jonathan Griffin
5e5533d8e6 Bug 900080 - Use e.message instead of e in onPacket errors, r=wlach 2013-07-31 10:55:44 -07:00
David Burns
c6280d7203 Bug 837621: update isElementDisplayed atoms with new overflow logic; r=jgriffin 2013-07-29 21:20:50 +01:00
William Lachance
98bb9e6e88 Bug 855327 - Quick followup to improve variable name;r=jgriffin 2013-07-29 13:49:46 -04:00
William Lachance
218dc7ae75 Bug 855327 - Add capability to get currently active frame from marionette;r=jgriffin 2013-07-29 13:46:01 -04:00
Gavin Sharp
9d17728d72 Remove some unnecessary preprocessing, no bug
--HG--
extra : rebase_source : 211b3d075040fa0ffdf64782c804f7a55f039149
2013-07-26 16:05:05 -07:00
Jonathan Griffin
7dbf03149b Bug 897135 - Switch Marionette's log level to Trace, r=wlach 2013-07-23 12:33:07 -07:00
David Burns
5d2ae1edbb Bug 896043 : Switching off tests as they are not being used and blocking marionette content updates; r=jgriffin 2013-07-22 10:57:56 +01:00
Jonathan Griffin
3ab0cc3efa Bug 894953 - Don't leak onDOMConentLoaded event handlers, r=mdas 2013-07-17 15:13:09 -07:00
Florin Bogdan Strugariu
bb812d5207 Bug 802742 - Marionette should list all failed tests at the end of the testrun, r=mdas 2013-07-10 13:04:33 +03:00
Florin Bogdan Strugariu
672b4e079d Bug 845805 - Add a By class to the marionette python bindings; r=dburns 2013-07-04 14:43:54 +03:00
Malini Das
1a907b183b Bug 823222 - use socket module to check port, r=jgriffin 2013-07-09 10:54:29 -04:00
Jonathan Griffin
0cfc7d2abf Bug 889637 - Add --es-server arg to Marionette, r=mcote 2013-07-08 12:28:53 -07:00
Jonathan Griffin
22d96b016e Bug 891139 - Bump marionette to 0.5.35, r=stephend 2013-07-08 19:55:42 -07:00
Mounir Lamouri
3612d22748 Bug 886046 - Add a MockColorPicker module in SpecialPowers. r=ctalbert 2013-07-08 15:11:36 -04:00
David Burns
85465247b5 Bug 887583 - Add more startup prefs to Marionette, r=mdas 2013-05-08 12:32:50 +01:00
David Burns
93342b2a09 Bug 890214 : adding missing import to marionette testrunner; r=dhunt 2013-07-04 13:46:10 +01:00
Dave Hunt
1f1bfa0469 Bug 889469 - Bump marionette_client version to 0.5.34 r=jgriffin 2013-07-03 22:43:48 +01:00
Jonathan Griffin
249a918242 Bug 887841 - Be very careful when deleting a session that may not exist, r=mdas 2013-07-02 10:48:55 -07:00
Dave Hunt
b0fe8ec3ea Bug 889439 - XML report generation fails when results tuple contains more than two items. r=jgriffin 2013-07-02 18:59:15 +01:00
Ryan VanderMeulen
ca281f1634 Merge birch to inbound. 2013-07-02 10:19:45 -04:00
Mathieu Bultel mat.bultel@gmail.com
fcb7646be6 Bug 888506 - Check that the start_time attribute exists before trying to use it. r=jgriffin 2013-07-01 12:37:21 +02:00
Jonathan Griffin
bbcd8a7090 Bug 886579 - Better errors for JS tests, r=mdas 2013-07-01 15:47:37 -07:00
Jonathan Griffin
bbdf907ba9 Bug 888474 - Bump Marionette version, a=test-only, a=test-only 2013-06-28 14:34:20 -07:00
Jonathan Griffin
5457563e70 Bug 885940 - Move common code inato marionette-common.js, r=mdas
--HG--
rename : testing/marionette/marionette-log-obj.js => testing/marionette/marionette-common.js
2013-06-28 14:07:55 -07:00
Mathieu Bultel mat.bultel@gmail.com
6fa2ae71eb Bug 886741 - Fix support for expectedFailure and skip, r=jgriffin 2013-06-26 17:59:10 +02:00
Malini Das
a473dd2a1c Bug 883299 - Log coordinates for events that Marionette initiates, r=jgriffin 2013-06-27 13:48:12 -04:00
Jonathan Griffin
94c2f63876 Bug 888303 - Don't send debug messages for touch events to the log, a=test-only 2013-07-01 10:54:39 -07:00
Jim Chen
1289df4faa Bug 864040 - Move synthesizeSelectionSet to EventUtils.js and let sendString accept newlines; r=jmaher 2013-06-26 17:28:21 -04:00
Jonathan Griffin
6f3e573d8d Bug 874599 - Only call _deleteSession during cleanTest, r=mdas 2013-06-24 14:43:13 -07:00
Ehsan Akhgari
ec70c90a69 Merge mozilla-central to mozilla-inbound 2013-06-22 08:42:15 -04:00
Chris Manchester
7dcbea35bc Bug 662247 - Replace synchronous appenders with async appenders using OS.File; r=gps 2013-06-20 14:00:14 -07:00
Jonathan Griffin
244e41ddaa Bug 885482 - Bump Marionette version, r=davehunt 2013-06-20 16:07:08 -07:00
Joey Armstrong
90f5105a37 bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (cleanup). r=mshal 2013-06-20 15:59:59 -04:00
Ed Morley
32d0858db7 Merge latest green birch changeset and mozilla-central 2013-06-20 09:01:19 +01:00
Jonathan Griffin
4b534c81b3 Bug 883281 - Add ability to skip tests based on device, r=davehunt 2013-06-19 17:35:20 -07:00
Mathieu Bultel
c9d05fbeb9 Bug 874599 - Move duration into _deleteSession function. r=jgriffin 2013-06-19 09:31:11 +02:00
Joey Armstrong
ad3592a2c7 bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (file batch #1) r=mshal 2013-06-14 14:07:19 -04:00