Commit Graph

70 Commits

Author SHA1 Message Date
Marshall Culpepper
e5f515143e Bug 744344 - B2G RIL: Add DOM API for getting the list of available networks. r=philikon sr=sicking
Also added a new MobileOperatorInfo type that exposes operator name, MNC, MCC, and operator/network status, and accompanying emulator Marionette tests.
2012-06-01 14:10:39 -07:00
David Burns
729af9b1f5 Bug 758192 : Updating exceptions to match that of Selenium. DONTBUILD because NPOTB. r=jgriffin 2012-05-31 01:30:14 -07:00
Philipp von Weitershausen
e6d9f9ae5e Bug 756607 - Rewrite SMS tests. r=jgriffin DONTBUILD because NPOTB
--HG--
rename : dom/sms/tests/manifest.ini => dom/sms/tests/marionette/manifest.ini
rename : dom/sms/tests/test_emulators.py => dom/sms/tests/marionette/test_between_emulators.py
2012-05-29 17:41:44 -07:00
Ryan VanderMeulen
28a8c59948 Merge the last PGO-green inbound changeset to m-c 2012-05-26 08:07:19 -04:00
Jonathan Griffin
66ec1382d4 Bug 758834 - Add ability to flag tests to be skipped in manifest, a=test-only, DONTBUILD because NPOTB 2012-05-25 16:51:23 -07:00
Jonathan Griffin
16af2cba55 Bug 754361 - Don't reset todo count at beginning of testsuite, a=test-only, DONTBUILD because NPOTB 2012-05-25 10:44:13 -07:00
Ed Morley
4ff9f1d562 Merge mozilla-central to mozilla-inbound 2012-05-25 22:44:48 +01:00
Jonathan Griffin
8a31cc062c Bug 758329 - disable test_emulator_order, a=test-only, DONTBUILD because NPOTB
--HG--
extra : rebase_source : 225a39534da9d0b547635818a441efd5f7ef38cf
2012-05-24 12:37:04 -07:00
Jonathan Griffin
b9a26b62ca Bug 758325 - Add --userdata argument to runemu, a=test-only, DONTBUILD because NPOTB 2012-05-24 12:12:52 -07:00
Philipp von Weitershausen
5902856940 Bug 758448 - Make callback optional for runEmulatorCmd. r=jgriffin 2012-05-25 10:37:21 -07:00
David Burns
57be59069b Bug 757174: Better error message when marionette can no longer communicate with Gecko. DONTBUILD because NPOTB r=jgriffin 2012-05-24 05:07:53 -07:00
David Burns
484220994e Bug 747200: Adding MPL header to new file. DONTBUILD because NPOTB r=ctalbert 2012-05-24 04:44:14 -07:00
Malini Das
984ca523da Bug 747200: Allow binary to be passed in for marionette tests. DONTBUILD because NPOTB 2012-05-23 03:10:54 -07:00
David Burns
fc53564491 Backed out changeset db18074e2a25 to correct bug number 2012-05-24 03:06:52 -07:00
Malini Das
93d39a5941 Bug 757174: Allow Firefox binary and profile to be passed in during tests. DONTBUILD because NPOTB r=jgriffin 2012-05-24 03:00:46 -07:00
Jonathan Griffin
5f65428407 Bug 756966 - Fail test if finish is called while emulator callbacks are pending, r=philikon, a=test-only, DONTBUILD because NPOTB 2012-05-23 17:23:36 -07:00
Jonathan Griffin
c7fcc00b1e Bug 758066 - Add --no-window to runemu's arguments, a=test-only, DONTBUILD because NPOTB 2012-05-23 16:58:44 -07:00
Jonathan Griffin
e1bed89b3e Bug 755473 - Mark script as executable, a=test-only, DONTBUILD because NPOTB 2012-05-23 16:50:36 -07:00
David Burns
abba5376a3 Bug 756233: Removing Selenium proxy from marionette r=jgriffin 2012-05-22 07:09:46 -07:00
Ryan VanderMeulen
4f9cad8a80 Merge m-c to inbound. 2012-05-21 20:37:54 -04:00
Jonathan Griffin
bdfb956418 Bug 755473 - Add convenience script to launch qemu and navigate to a url, a=test-only, DONTBUILD because NPOTB 2012-05-21 13:41:55 -07:00
Gervase Markham
82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Ryan VanderMeulen
cbefc3395f Merge m-c to inbound. 2012-05-18 20:22:14 -04:00
Philipp von Weitershausen
cf43882096 Bug 754216 - Control the emulator from within Marionette JS scripts. r=jgriffin DONTBUILD because NPOTB 2012-05-18 13:30:43 -07:00
Philipp von Weitershausen
370603a9a2 Bug 754178 - Expose SpecialPowers in Marionette content JS. r=jgriffin 2012-05-18 13:30:13 -07:00
Philipp von Weitershausen
df0067ebe7 Bug 754178 - Expose SpecialPowers in Marionette chrome JS. r=jgriffin 2012-05-18 13:30:04 -07:00
Jonathan Griffin
dd0345bf5a Bug 756339 - Setup DNS fix when launching emulator, a=testonly, DONTBUILD because NPOTB 2012-05-17 19:11:16 -07:00
David Burns
57c1b94ae6 Bug 755700 - Part A: test case, r=mdas, DONTBUILD because NPOTB 2012-05-16 13:44:24 -07:00
Jonathan Griffin
7de62d872e backout e0d419369fd0 due to inadvertent changes 2012-05-18 11:48:32 -07:00
Malini Das
f126ac089d Bug 755700 - Part B: better handling of window switching, r=jgriffin
--HG--
extra : rebase_source : 1fab5d784b55db1ce0d84c56f69a7c826b2fcdfa
2012-05-17 14:53:55 -04:00
David Burns
0a95bbd0d6 Bug 755700 - Part A: test case, r=mdas
--HG--
extra : rebase_source : 526cf4d07a39e7cede83808c0787ce5906aa9169
2012-05-16 13:44:24 -07:00
Marshall Culpepper
e60c2723f3 Bug 755427: Use the darwin-x86 host directory for the emulator in OSX. Added a new --emulator-binary argument to runtests.py to allow overriding of the emulator used by Marionette. r=mdas 2012-05-16 12:42:59 -07:00
David Burns
aaa930526d Bug 754278 - Support floats in executeScript arguments, r=jgriffin, DONTBUILD because NPOTB 2012-05-15 13:20:57 -07:00
Philipp von Weitershausen
6cf1af95ac Bug 753607 - Overhaul existing Marionette WebAPI tests. r=jgriffin DONTBUILD because NPOTB 2012-05-11 13:09:21 -07:00
Philipp von Weitershausen
94d5ac669c Bug 754059 - Clean up some repetition in Marionette actors/listeners. r=jgriffin 2012-05-11 13:06:53 -07:00
Philipp von Weitershausen
fb549b02f6 Bug 753606 - Support loading a test page while setting whitelist prefs. r=jgriffin 2012-05-11 13:06:53 -07:00
Philipp von Weitershausen
67b4c3b130 Bug 754229 - Support x86 emulator in Marionette. r=jgriffin 2012-05-11 13:06:45 -07:00
Joe Drew
157bb2b743 Merge last PGO-clean cset from inbound to central. 2012-05-10 21:25:37 -04:00
Jonathan Griffin
3ed790091b Bug 754087 - Let waitFor share the script timeout, r=mdas, a=test-only, DONTBUILD because NPOTB 2012-05-10 16:07:07 -07:00
Malini Das
66d588af3d Bug 753168 follow-up: if GECKO_OBJDIR is not set, create venv in MARIONETTE_HOME. r=philikon DONTBUILD because NPOTB 2012-05-10 10:57:59 -07:00
Jonathan Griffin
e073e78092 Bug 753273 - Wait for window and browser at the start of newSession, r=mdas, a=test-only, DONTBUILD because NPOTB 2012-05-10 11:42:54 -07:00
Ed Morley
b5322e3f4d Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-05-10 13:04:35 +01:00
Jonathan Griffin
24a0eb8b3a Bug 753181 - Interpret paths relative to cwd instead of Marionette, r=mdas, a=test-only, DONTBUILD because NPOTB
--HG--
extra : rebase_source : 5b94c5fc397c8190a76bb05f247c655e5b72eac9
2012-05-09 17:03:13 -07:00
Jonathan Griffin
6bd9a2374a Bug 753013 reuse secondary emulators, r=mdas, DONTBUILD because NPOTB 2012-05-09 13:39:19 -07:00
Philipp von Weitershausen
8fa8928a94 Bug 751783 - Allow sandbox reuse between execute_script calls, r=jgriffin, r=mdas, DONTBUILD because NPOTB, 2012-05-09 12:05:39 -07:00
Ryan VanderMeulen
abc36bea5c Merge last PGO green changeset on inbound to m-c. 2012-05-08 21:32:23 -04:00
Philipp von Weitershausen
ece67dd530 Bug 753168 - Create Marionette virtualenv in objdir. r=jgriffin DONTBUILD because NPOTB 2012-05-08 17:16:05 -07:00
Philipp von Weitershausen
8494703fb2 Bug 752991 - Support new B2G in Marionette. r=jgriffin 2012-05-08 17:14:02 -07:00
Jonathan Griffin
723fcd3318 Bug 752763 - Store logcat output for emulator runs, r=mdas, a=test-only 2012-05-08 11:37:49 -07:00
Jonathan Griffin
af4d50c464 Bug 752958 - Don't assume self.message is a str, a=test-only 2012-05-08 10:01:01 -07:00