Malini Das
15a84656c8
Bug 802753 - remove assertIn so test_getstatus is python 2.6 compatible, r=jgriffin, a=NPOTB
2012-10-19 13:19:44 -07:00
Alfredos-Panagiotis Damkalis
587f35cf2e
Bug 755552 - add getStatus() call to marionette, r=mdas, a=NPOTB
2012-10-15 16:51:27 -07:00
Jonathan Griffin
093fd575c3
Bug 800110 - Mirror mozbase -> m-c for bug 800097 @ da60c88b8c
;r=ahal,r=wlach, a=NPOTB
2012-10-19 13:09:24 -07:00
Jonathan Griffin
32a11008fa
Bug 800641 - Add mozfile to mozbase packages in test.zip, r=jhammel, a=NPOTB
2012-10-11 16:44:11 -07:00
Jonathan Griffin
f0cf2ac105
Bug 790677 - Fix xpcshell test packaging for B2G. r=ted, a=blocking-basecamp
2012-10-17 15:12:41 -07:00
Al Tsai
b752e14e8d
Bug 777983 - Add marionette test for b2g gps provider. r=dougt, a=akeybl
2012-10-11 21:31:39 -04:00
Ehsan Akhgari
b70eae1e71
Bug 799229 - Move the ForgetAboutSite modules to toolkit; r=Mossop a=akeybl
...
--HG--
rename : browser/components/privatebrowsing/src/ForgetAboutSite.jsm => toolkit/forgetaboutsite/ForgetAboutSite.jsm
rename : browser/components/privatebrowsing/test/browser/browser_privatebrowsing_clearplugindata.html => toolkit/forgetaboutsite/test/browser/browser_clearplugindata.html
rename : browser/components/privatebrowsing/test/browser/browser_privatebrowsing_clearplugindata.js => toolkit/forgetaboutsite/test/browser/browser_clearplugindata.js
rename : browser/components/privatebrowsing/test/unit/downloads.empty.sqlite => toolkit/forgetaboutsite/test/unit/downloads.empty.sqlite
rename : browser/components/privatebrowsing/test/unit/test_removeDataFromDomain.js => toolkit/forgetaboutsite/test/unit/test_removeDataFromDomain.js
rename : browser/components/privatebrowsing/test/unit/test_removeDataFromDomain_activeDownloads.js => toolkit/forgetaboutsite/test/unit/test_removeDataFromDomain_activeDownloads.js
2012-10-08 16:48:11 -04:00
Jonathan Griffin
22a9502f21
Bug 799605 - Mirror mozbase -> m-c for bug 799288 and bug 799507 @ https://github.com/mozilla/mozbase/commit/ 36a2f63be33af799a54d7f1511dc922730b10b22 ; r=wlach, a=approval-mozilla-aurora
2012-10-15 15:40:53 -07:00
Jonathan Griffin
0effa7c73a
Bug 800102 - Delete *.so files before updating gecko in the emulator, r=ahal, DONTBUILD(NPOTB), a=approval-mozilla-aurora
2012-10-10 12:51:51 -07:00
Bobby Holley
eab6657fa0
Bug 794420 - Remove hard edge from SpecialPowers to window.Components. r=khuey a=bajaj
...
This causes us to leak every window ever, a la bug 722428.
--HG--
extra : transplant_source : %3C%B1%F7%AEw%7E%08%F5%FE%E3%C2%03%E0%5B%91%98v%C1%1B%D6
2012-10-10 10:57:38 +02:00
Joel Maher
c499071649
Bug 799474 - upload a new talos.zip so we can fix mozilla-aurora branch. r+a=rail CLOSED TREE
2012-10-09 10:32:11 -04:00
Ed Morley
8353502053
Bug 793855 - runxpcshelltests.py should catch shutil.rmtree(dirname) exceptions and output a TBPL-compatible error; r=gps
2012-10-07 21:21:52 +01:00
Ed Morley
af1ccf9fc9
Bug 793855 - runxpcshelltests.py should check the test process has exited and if not, output a TBPL-compatible error; r=gps,jmaher
2012-10-07 21:21:30 +01:00
Ms2ger
20085560d9
Bug 798806 - Disable permaorange test_bug511075.html on Android.
2012-10-06 20:37:25 +02:00
Wes Kocher
cfeee1215e
No bug - Update Jetpack tests on mozilla-central to get current code before the Aurora merge.
2012-10-05 23:48:39 -07:00
Brian Nicholson
9b1cdd0fbe
Bug 769145 - Part 6: Update test cases for layout changes. r=mfinkle
2012-10-05 17:27:12 -07:00
Albert Crespell
c450877df2
Bug 746069: Part 4: Tests for NetworkStats. r=philikon r=marshall
2012-10-04 18:45:56 +02:00
Simon Montagu
4bef6a2052
Make SimpleTest.is* functions less verbose on pass. Bug 797827, r=jmaher
2012-10-04 08:57:50 -07:00
William Lachance
c5f092dab4
Bug 795496 - Make mozdevice raise exceptions on error;r=ahal,jmaher
...
It turns out that relying on the user to check return codes for every
command was non-intuitive and resulted in many hard to trace bugs.
Now most functinos just return "None", and raise a DMError when there's an
exception. The exception to this are functions like dirExists, which now return
booleans, and throw exceptions on error. This is a fairly major refactor,
and also involved the following internal changes:
* Removed FileError and AgentError exceptions, replaced with DMError
(having to manage three different types of exceptions was confusing,
all the more so when we're raising them)
* Docstrings updated to remove references to return values where no
longer relevant
* pushFile no longer will create a directory to accomodate the file
if it doesn't exist (this makes it consistent with devicemanagerADB)
* dmSUT we validate the file, but assume that we get something back
from the agent, instead of falling back to manual validation in the
case that we didn't
* isDir and dirExists had the same intention, but different
implementations for dmSUT. Replaced the dmSUT impl of getDirectory
with that of isDir's (which was much simpler). Removed
isDir from devicemanager.py, since it wasn't used externally
* killProcess modified to check for process existence before running
(since the actual internal kill command will throw an exception
if the process doesn't exist)
In addition to all this, more unit tests have been added to test these
changes for devicemanagerSUT.
2012-10-04 11:28:07 -04:00
Justin Lebar
edb0abd581
Bug 789392 - Allow mozapp frames to window.close() themselves. r=bz
2012-10-04 00:44:50 -04:00
Matthew Noorenberghe
3c0d348b0c
Disable test_notifications_popup.html from bug 784028 on android since it's lacking PopupNotifications
2012-10-03 20:54:37 -07:00
Ryan VanderMeulen
97e964573e
Backout 99caa1f41fe1 (bug 797515) and a04b83c53297 (bug 789392) for M2 orange.
2012-10-03 21:59:41 -04:00
Justin Lebar
bac3799c10
Bug 789392 - Allow mozapp frames to window.close() themselves. r=bz
2012-10-03 20:45:40 -04:00
Ryan VanderMeulen
c8cb8dc8b8
Merge m-c to inbound.
2012-10-03 18:19:17 -04:00
David Chan
e537e59ad4
Bug 797177 - Unbreak b2g mochitests, r=ahal
2012-10-02 15:43:19 -07:00
Marshall Culpepper
55b9441df8
Bug 797154: A new virtualenv frontend for B2G mochitests. r=jgriffin
2012-10-03 12:50:07 -05:00
Jeff Hammel
8debe5cabb
Bug 797144 - mirror mozbase -> m-c for bug 796863 @ db7f115a9e
;r=wlach
2012-10-03 09:13:21 -07:00
Patrick Wang
d4e9c05829
Bug 777384 - Test case r=jlebar
...
--HG--
extra : rebase_source : 777580f0a22bfb3d9d447097b0f4a379f2b7416b
2012-09-27 01:47:57 +08:00
Joel Maher
23f83e405b
Bug 797112 - we have a call to dm.checkCmd and that api doesn't exist anymore. r=wlach
2012-10-03 11:07:31 -04:00
Masatoshi Kimura
a31808914d
Bug 795544 - Test updates. r=bz
...
--HG--
rename : dom/encoding/test/test-big5.js => dom/encoding/test/unit/test_big5.js
rename : dom/encoding/test/test-euc-jp.js => dom/encoding/test/unit/test_euc-jp.js
rename : dom/encoding/test/test-euc-kr.js => dom/encoding/test/unit/test_euc-kr.js
rename : dom/encoding/test/test-gbk.js => dom/encoding/test/unit/test_gbk.js
rename : dom/encoding/test/test-hz-gb-2312.js => dom/encoding/test/unit/test_hz-gb-2312.js
rename : dom/encoding/test/test-iso-2022-jp.js => dom/encoding/test/unit/test_iso-2022-jp.js
rename : dom/encoding/test/test-iso-2022-kr.js => dom/encoding/test/unit/test_iso-2022-kr.js
rename : dom/encoding/test/test-shift_jis.js => dom/encoding/test/unit/test_shift_jis.js
rename : dom/encoding/test/tests.js => dom/encoding/test/unit/test_singlebytes.js
2012-10-01 21:49:12 +09:00
Justin Lebar
a1db0ce78f
Back out bbf94917f0ec (bug 789392) on strong suspicion of causing assertions in debug mochitest-2 on a CLOSED TREE.
...
The assertion encountered is:
Assertion failure: !gAppContentParents || !gAppContentParents->Get(mAppManifestURL), at ../../../dom/ipc/ContentParent.cpp:774
TEST-UNEXPECTED-FAIL | /tests/dom/browser-element/mochitest/test_browserElement_oop_CloseFromOpener.html | Exited with code 11 during test run
PROCESS-CRASH | /tests/dom/browser-element/mochitest/test_browserElement_oop_CloseFromOpener.html | application crashed (minidump found)
Thread 0 (crashed)
2012-10-02 18:20:20 -04:00
David Rajchenbach-Teller
e6a8c6b79b
Bug 783987 - Test suite without hostile promises. r=Mossop
2012-10-02 16:38:50 -04:00
Ryan VanderMeulen
9a8375e98e
Merge m-c to inbound.
2012-10-02 16:38:45 -04:00
Justin Lebar
91b51e08b1
Bug 789392 - Allow mozapp frames to window.close() themselves. r=bz
2012-10-02 13:55:52 -04:00
Jonathan Griffin
0dd643fca4
Bug 796019 - Make Marionette smarter about registering frame scripts, r=mdas, DONTBUILD(NPOTB)
2012-10-02 10:37:47 -07:00
Gervase Markham
ba3ce6f467
Bug 759095 - remove stray references to tri-license.
2012-10-02 12:52:06 +01:00
Vladimir Vukicevic
022565fe50
b=683143,792462; Some tests call SimpleTest.finish() twice/guard against that; r=ehsan
2012-10-01 17:51:10 -04:00
Jeff Hammel
1a43e8a377
Bug 795943 - Mirror mozbase -> m-c for week of Oct 1 @ 22aa0aee78
;r=wlach
...
--HG--
extra : rebase_source : 389b6c3a2923c40167698b477e4d57b230b1a063
2012-10-01 14:00:55 -07:00
Justin Lebar
82e6843b16
Bug 794280 - Improve comment for SpecialPowers.pushPrefEnv(). r=ted DONTBUILD
2012-10-02 12:04:24 -04:00
Andrea Marchesini
1827b6489f
Bug 793310 - Support sms:, tel: and mailto: URI schemes, r=philipp
2012-10-01 11:28:01 -07:00
Andrew Halberstadt
8a624c2363
Bug 685903 - Remove firebug automation from testing/firebug. r=jhammel
2012-09-26 11:07:07 -04:00
Phil Ringnalda
3b62c5485a
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-09-28 22:06:29 -07:00
Jonathan Griffin
4ea382dcba
Bug 775116 - Fix frame switching to work with id, name, and remote frames, r=mdas, DONTBUILD(NPOTB)
2012-09-28 16:16:22 -07:00
Jonathan Griffin
bb23dbc168
Bug 795100 - Add a --gecko-path argument to the B2G mochitest testrunner, r=ahal, DONTBUILD(NPOTB)
2012-09-28 10:04:03 -07:00
Bob Clary
120a77d996
Bug 789086 - use unique temporary filename for robotium.config file in mochitest/runtestsremote.py, r=jmaher.
2012-09-28 12:25:46 -07:00
Ryan VanderMeulen
ef0d8282c6
Merge m-c to inbound.
2012-09-27 23:05:53 -04:00
Jonathan Griffin
bc1d385b46
Bug 789976 - Add --gecko-path argument to Marionette, r=ahal, DONTBUILD (NPOTB)
2012-09-27 13:47:17 -07:00
Jonathan Griffin
fc58561b1a
Bug 794692 - Change Marionette's package name to marionette_client, r=mdas, DONTBUILD (NPOTB)
2012-09-27 10:42:37 -07:00
Isaac Aggrey
d159f53557
Bug 789847 - Remove PR_CALLBACK usage from tree
2012-09-25 11:18:38 -05:00
Josh Matthews
10314074af
Bug 770778 - Make TCPSocket e10s-friendly. r=bent
2012-09-24 14:53:49 -04:00