Hiroyuki Ikezoe
2bb831de50
Bug 1150822 - Need ability to skip each test on a given conditions. r=ted
2015-04-27 20:39:00 +02:00
Andreas Tolfsen
fc30774886
Bug 1157253: Port ListenerProxy to use Proxy instead of __noSuchMethod__
...
r=chmanchester
2015-04-23 16:59:12 +01:00
Mike Shal
2238cdfefe
Bug 1122746 - Ignore *.pyc in zip instead of removing them; r=ted
2015-04-23 15:55:44 -04:00
Joel Maher
51f1e6d130
Bug 1157852 - Mochitest DevTools test directories run multiple times. r=ahal
2015-04-27 08:43:07 -04:00
Andreas Tolfsen
44da56021d
Bug 1158219: Don't set `id' field if undefined when switching frame
...
When the `frame' argument is None, which it is by default, we were setting
the `id' field of the packet regardless. This only works because of a
faulty == operator comparison in the server.
r=jgriffin
2015-04-24 17:55:22 +01:00
Andreas Tolfsen
72965f5e45
Bug 1157258: Fix null type comparisons in driver.js
...
r=davehunt
2015-04-24 13:55:52 +01:00
Carsten "Tomcat" Book
3923c05342
merge fx-team to mozilla-central a=merge
2015-04-27 12:34:03 +02:00
Carsten "Tomcat" Book
18a440fd0e
merge mozilla-inbound to mozilla-central a=merge
2015-04-27 12:00:14 +02:00
jlal@mozilla.com
b15730739e
Bug 1149156 - Add support for long form of try flags r=garndt
2015-04-24 14:32:23 -07:00
Andreas Tolfsen
5e0e0a420f
Bug 1158113: Removing two straggling error codes from Marionette
...
r=davehunt
2015-04-24 12:06:43 +01:00
Carsten "Tomcat" Book
871de25f06
Merge mozilla-central to mozilla-inbound
2015-04-24 14:57:12 +02:00
Carsten "Tomcat" Book
1a74144837
merge mozilla-inbound to mozilla-central a=merge
2015-04-24 14:37:13 +02:00
Carsten "Tomcat" Book
e8c23023a7
merge fx-team to mozilla-central a=merge
2015-04-24 14:24:46 +02:00
Dave Hunt
f0b5804a1d
Bug 1156812 - [mozdevice] Support specifying alternate log buffers when retrieving or clearing the logcat. r=bclary
2015-04-23 16:42:11 -07:00
Wes Kocher
f54e89bb60
Backed out changeset 619f030b0d23 (bug 1156812) for android m7 orange
2015-04-23 16:26:38 -07:00
Kai-Zhen Li
43b3cd12ac
Bug 1144463 - Correct execute permission of build-dolphin and update the cache path. r=wcosta
2015-04-24 00:18:40 +08:00
Andreas Tolfsen
38ec7986e5
Bug 1155658: Rename "illegal argument" error to "invalid argument"
...
r=chmanchester
2015-04-17 18:43:05 +01:00
Andreas Tolfsen
aecc680db5
Bug 1157665: Add mozrunner dependency to marionette_driver
...
Also bumps the version to 0.5.
r=davehunt
2015-04-23 13:11:31 +01:00
Nathan Froyd
cbc082742a
Bug 1155816 - part 1 - move NO_JS_MANIFEST to moz.build; r=mshal
2015-04-17 14:50:12 -04:00
Nathan Froyd
a01a49894f
Bug 1155816 - part 0 - remove NO_JS_MANIFEST from testing/mochitest/Makefile.in; r=mshal
...
The lone check for NO_JS_MANIFEST in rules.mk suggests that we need to
be looking at EXTRA_COMPONENTS/EXTRA_PP_COMPONENTS. But
testing/mochitest/ doesn't define either of those variables, so
NO_JS_MANIFEST is just taking up space in this instance.
2015-04-17 14:05:54 -04:00
Nathan Froyd
c0444f0a3d
Bug 1155776 - move USE_EXTENSION_MANIFEST to moz.build; r=mshal
2015-04-17 13:51:42 -04:00
Ryan VanderMeulen
fdf334ff52
Merge m-c to fx-team. a=merge
...
CLOSED TREE
2015-04-24 16:07:47 -04:00
Ryan VanderMeulen
6dc2533db9
Merge m-c to fx-team. a=merge
2015-04-23 17:25:20 -04:00
Armen Zambrano Gasparnian
9fefa59edc
Bug 1155743 - Change how mozinstall extracts installers, skip tests, remove firefox.exe & release version 1.12. r=ahal
2015-04-23 11:03:01 -04:00
Carsten "Tomcat" Book
06e4367ff9
merge fx-team to mozilla-central with the correct cset a=merge
2015-04-23 15:48:43 +02:00
Carsten "Tomcat" Book
1237cbb1ec
merge mozilla-inbound to mozilla-central a=merge
2015-04-23 15:41:03 +02:00
Carsten "Tomcat" Book
41aeb85d1a
Backed out changeset f99621542727 (bug 1038068) for test failures in test_corrupt.js etc on a CLOSED TREE
2015-04-23 09:09:30 +02:00
Boris Zbarsky
6be8720df9
Bug 1157487. Make the error reporting in SimpleTest.monitorConsole better. r=jmaher
2015-04-22 23:50:48 -04:00
Wes Kocher
53b2bacf3e
Merge m-c to fx-team a=merge
2015-04-22 17:27:15 -07:00
Wes Kocher
b9e44180d9
Backed out changeset cc61b087dfb1 (bug 1145680) for possibly breaking gij(8) CLOSED TREE
2015-04-22 15:56:50 -07:00
James Graham
22de038750
Bug 1157218 - Update web-platform-tests expected data to revision 20aef05e164be1ccbbd8f66192f01e778b5e5c18, a=testonly
2015-04-22 17:33:49 +01:00
James Graham
63e20be144
Bug 1157218 - Update to latest wptrunner, a=testonly
2015-04-22 17:33:48 +01:00
James Graham
6daf9c5dfc
Bug 1157218 - Update web-platform-tests to revision 20aef05e164be1ccbbd8f66192f01e778b5e5c18, a=testonly
2015-04-22 17:33:48 +01:00
Dave Hunt
4e65c91d0a
Bug 1145680 - [mozbase] Add reboot, move, copy, and info methods to adb.py. r=bclary
2015-04-21 07:40:00 -04:00
Dave Townsend
3dad565fe8
Bug 1038068: Check add-on signatures and refuse to install unsigned or broken add-ons (preffed off for now). r=dveditz
2015-03-31 11:32:40 -07:00
Chris Manchester
59fabc1d0f
Bug 1157823 - Update dependency to reflect that the marionette client requires a more recent mozhttpd. r=ato
2015-04-23 11:08:34 -07:00
Chris Manchester
ced9f6905d
Bug 1157261 - Fix typo in reference to curFrame in marionette listener. r=ato
2015-04-22 10:22:26 -07:00
Dave Hunt
39cb9a807e
Bug 1156812 - [mozdevice] Support specifying alternate log buffers when retrieving or clearing the logcat. r=bclary
2015-04-22 11:02:00 -04:00
Kartikaya Gupta
8ec41da08a
Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong
2015-04-23 15:10:30 -04:00
Wes Kocher
7decb59dfb
Backed out changeset 3b48e1a81a17 (bug 1038068) for xpcshell orange even after a clobbering IGNORE IDL
2015-04-21 18:21:52 -07:00
Wes Kocher
29fdb321da
Merge m-c to fx-team a=merge
2015-04-21 15:39:12 -07:00
Wes Kocher
7599b0a052
Merge b2ginbound to m-c a=merge
2015-04-21 15:31:59 -07:00
Wes Kocher
09ae95ef7e
Merge inbound to m-c a=merge
2015-04-21 15:23:57 -07:00
Andrew Halberstadt
e4800c0dc5
Bug 1156781 - Pass --symbols-path into Mulet reftests, r=gerard-majax
2015-04-21 10:10:26 -04:00
Andrew Osmond
847715489f
Bug 1155919 - Fix how B2G desktop mochitests would fail to run. r=ahalberstadt
2015-04-17 19:19:28 -04:00
Alexandre Poirot
e81aff98bc
Bug 1145049 - Fix exception when using SimpleTest.expectUncaughtException. r=ted
2015-04-18 09:39:07 +02:00
Andreas Tolfsen
c7bed7be9e
Bug 1154681: Use static lookups in errors.py
...
r=jgraham
2015-04-21 12:26:39 +01:00
Georg Fritzsche
e7c017a55f
Bug 885389 - Add test coverage for do_get_profile() observer notifications. r=ted
2015-04-21 16:30:37 +02:00
Georg Fritzsche
55058e0780
Bug 885389 - Make do_get_profile() optionally fire profile-after-change on completion. r=ted
2015-04-21 16:30:36 +02:00
Carsten "Tomcat" Book
e08f573d86
Backed out changeset 9947bd361636 (bug 945729) for wpt test failures
2015-04-21 16:01:40 +02:00