Vaibhav Agrawal
7b9ddbd37c
Bug 1036374 - Adding a binary search algorithm for bisection of failing tests. r=jmaher
2014-07-09 13:20:00 +02:00
Chris Manchester
f54600e7de
Backed out changeset c33ec815962f (bug 1036639) for windows checktest failures.
2014-07-09 21:51:07 -04:00
Chris Manchester
4ab640dc30
Bug 1036639 - Report correct filename from xpcshell/head.js when using do_check_* assertion functions.;r=gps
2014-07-09 20:39:18 -04:00
Bobby Holley
fbd72ed4f5
Bug 1034244 - Hoist SpecialPowers Xray waiving into a separate function so that we can apply it at each stage when climbing the prototype chain. r=mrbkap
2014-07-09 15:23:53 -07:00
Bobby Holley
4b21b12c0f
Bug 1034244 - Follow the prototype chain of the underlying object in SpecialPowers wrapping. r=mrbkap
2014-07-09 15:23:53 -07:00
Bobby Holley
11ac3bb0b8
Bug 1034244 - Include TypedArrays in SpecialPowers Xray waiving list. r=mrbkap
...
Our Xrays to TypedArrays basically just say "this will be slow - clone instead".
Let's just have SpecialPowers waive Xrays for them to make things work less
surprisingly.
2014-07-09 15:23:53 -07:00
Bobby Holley
e012745a76
Bug 1034244 - Check only for WN Xrays when deciding whether the prototype is useless. r=mrbkap
2014-07-09 15:23:53 -07:00
Luv Agarwal
aa3364d7df
Bug 997770 - Allow users to explicitly input the connection timeout. Also the version of marionette_transport is updated from 0.2 to 0.3. r=mdas
2014-07-04 23:33:00 +02:00
Ting-Yu Lin
b05ff30670
Bug 982560 - Fix mach fails to find tests in subdirectory. r=gps
...
Make the test paths relative to topsrcdir before passing them to
TestResolver. Also do not passing cwd to TestResolver since it will
filter out tests that do not live under the directory where the mach
command is executed.
Verification steps:
Execute a mach test command from any subdirectory. For example:
$ cd testing/tps/
$ ../../mach xpcshell-test ../../services/fxaccounts/tests/xpcshell/
$ ../../mach test ../../services/fxaccounts/tests/xpcshell/
2014-07-01 23:21:00 +02:00
Chris Manchester
9994be8aa3
Bug 956739 - Move marionette tests to structured logging.;r=mdas
2014-01-16 14:58:56 +00:00
Carsten "Tomcat" Book
611b2eff0f
merge fx-team to mozilla-central a=merge
2014-07-08 15:10:56 +02:00
Gregory Szorc
2abc4b387d
Bug 1033836 - Convert TESTING_JS_MODULES to moz.build; r=glandium
...
--HG--
extra : rebase_source : 1cd9e402c507260358af7a93c6fb2fc91c24994b
2014-07-02 16:43:41 -07:00
Bob Clary
be485faf91
Bug 1034406 - [mozdevice] Do not allow ADBCommand to be instantiated, r=wlach, DONTBUILD.
2014-07-07 08:19:35 -07:00
Carsten "Tomcat" Book
c511c6f006
Merge mozilla-central to mozilla-inbound
2014-07-07 15:20:32 +02:00
Carsten "Tomcat" Book
689667a392
merge b2g-inbound to mozilla-central a=merge
2014-07-07 15:05:36 +02:00
Vaibhav Agrawal
2f5ef292fc
Bug 1014125 - Bisection Base Patch. r=ahal
2014-07-04 13:55:00 +02:00
Andrew Comminos
0ed1a0f5e1
Bug 958868 - Add support for delta line and page accumulation; r=masayuki, sr=smaug
2014-07-07 18:54:14 +09:00
John Shih
d47b4b3df0
Bug 1000040 - Part 3: Test cases. r=vchang, f=vyang
2014-06-12 16:07:23 +08:00
Geoff Brown
656773a2c3
Bug 1031103 - Enable test_bug659743.xml on Android 2.3; no review
2014-07-03 22:11:42 -06:00
Geoff Brown
f40e8c3793
Bug 1027802 - Try to get ANR report and stack trace when Fennec hangs; r=jmaher
2014-07-03 22:11:41 -06:00
Jonathan Griffin
c66d1ccadc
Bug 1033824 - Bump Marionette to 0.7.11, r=mdas
2014-07-03 16:17:18 -07:00
Ryan VanderMeulen
19918db2e4
Merge inbound to m-c. a=merge
2014-07-03 17:03:48 -04:00
Ryan VanderMeulen
6933930a60
Merge m-c to b2g-inbound. a=merge
2014-07-03 12:38:30 -04:00
Carsten "Tomcat" Book
946a8bf47e
merge mozilla-inbound to mozilla-central a=merge
2014-07-03 13:46:41 +02:00
Henrik Skupin
3deefe90d8
Bug 1033680 - TPS should use mozversion to retrieve the application data. r=jgriffin a=testonly DONTBUILD
...
---
testing/tps/setup.py | 1 +
testing/tps/tps/testrunner.py | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
2014-07-03 07:27:06 +02:00
Henrik Skupin
f51590a445
Bug 1032853 - TPS infinitely loops through the same phase of a test. r=ahal a=testonly DONTBUILD
...
---
testing/tps/tps/firefoxrunner.py | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
--HG--
extra : rebase_source : 7785bb543c0d44ce6dd3380c8ce1db3bff88cdad
2014-07-02 15:37:30 +02:00
Alexandre Lissy
c812d8ad9d
Bug 1032799 - Pass -chrome argument to B2G Desktop. r=jgriffin
2014-07-02 01:49:00 -04:00
Wes Kocher
6daa3aa4ee
Merge m-c to inbound
2014-07-02 17:46:56 -07:00
Wes Kocher
0908f44530
Merge m-c to inbound
2014-07-02 17:44:20 -07:00
Geoff Brown
a3bbd6e982
Bug 981889 - Enable content/media/webaudio/test mochitests on Android 2.3; no review
2014-07-02 18:43:41 -06:00
Geoff Brown
b0077e1006
Bug 981898 - Enable content/media/test mochitests on Android 2.3; no review
2014-07-02 18:43:40 -06:00
Jonathan Griffin
72cf0d02b8
Bug 1033033 - Don't access the device_manager during __init__, r=mdas
2014-07-02 15:23:10 -07:00
Mike Hommey
8e1994581d
Bug 762358 - Re-run configure when mozconfig changed in a significant way. r=gps
...
This adds a format option to mach environment and uses it in client.mk to
create a .mozconfig.json in the objdir, containing all the relevant data
from mozconfig. If the mozconfig doesn't change in a way that alters that
data, we still skip configure.
At the same time, use mach environment in place of mozconfig2configure and
mozconfig2client-mk, which makes us now have only one mozconfig reader.
Also, in the mozconfig reader, keep track of environment variables (as
opposed to shell variables), so that changes such as a variable that was
exported not being exported anymore is spotted. At the opposite, in order
for irrelevant environment variable changes not to incur in re-running
configure, only a set of environment variables are stored when they are
unmodified. Otherwise, changes such as using a different terminal window,
or even rebooting, would trigger reconfigures.
Finally, make mach environment emit both MOZ_OBJDIR and OBJDIR for
client.mk, and cleanup some objdir-related things in client.mk..
At the same time, make the mozconfig reader take MOZ_OBJDIR from the
environment if it is defined there and not in the mozconfig.
2014-07-03 07:15:31 +09:00
James Graham
45bfe539f6
Bug 1033458 - Update mozrunner version, r=ahal.
2014-07-02 22:20:53 +01:00
James Graham
3b3584dce9
Bug 1032136 - Make mozrunner 6 work for on-device B2G testing, r=ahal.
2014-07-02 22:20:52 +01:00
Henrik Skupin
5bb31a9665
Bug 1033703 - Pin TPS to specific versions of mozbase packages. r=ahal a=testonly DONTBUILD
...
---
testing/tps/setup.py | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
2014-07-03 16:06:27 +02:00
Ed Morley
cc4a615601
Bug 1027574 - Mozrunner should use logcat format 'time' not 'threadtime'; r=ahal
2014-07-04 15:04:16 +01:00
Marco Castelluccio
033d32594d
Bug 1028987 - Don't use Task.jsm to wait for cleanup function promises. r=jmaher
2014-07-04 14:41:24 +02:00
Borting Chen
702ff05ae0
Bug 951976 - part 2, Test cases. r=gene
2014-05-12 18:55:49 +08:00
Henrik Skupin
6675ef03c8
Bug 1034722 - Upgrade virtualenv to 1.10.1 for TPS environment creation. r=jgriffin DONTBUILD
2014-07-07 22:58:17 +02:00
Chris Manchester
7949602ce3
Bug 1035006 - Fix pyflakes warnings in mozbase.;r=wlach
2014-07-07 14:51:34 -04:00
Sylvestre Ledru
f329abf2f6
Bug 991866: Catch the exception and returns the iso8859-1 string. In some cases, the display was failing r=ahal
...
--HG--
extra : rebase_source : 2a913276a15f721d3a9f07783735544bf292ec7e
2014-07-04 12:07:38 +02:00
Wes Kocher
31bff49187
Merge inbound to m-c a=merge
2014-07-01 16:42:57 -07:00
Henrik Skupin
7c15bcc85b
Bug 1032787 - [tps] FirefoxRunner should not reset environment variables. r=aeftimie a=testonly DONTBUILD
2014-07-01 17:30:58 +02:00
Chris Manchester
5d21662a25
Bug 1030845 - Modify mozlog.structured's tbplformatter to comply with tbpl. r=edmorley,jgraham
2014-07-01 10:42:16 -04:00
Wes Kocher
36f8d33231
Merge fx-team to m-c a=merge
2014-06-30 18:22:10 -07:00
Wes Kocher
1ef7eaaf7e
Merge inbound to m-c a=merge
2014-06-30 18:00:36 -07:00
Andrew Halberstadt
4b7ec64cf2
Bug 1031415 - Fix bad exception handling in emulator.wait_for_system_message(), r=jgriffin
2014-06-30 16:28:00 -04:00
Cosmin Malutan
34f0f71083
Bug 1032114 - TPS fails to decode Windows file paths in config file. r=hskupin a=testonly DONTBUILD
2014-06-30 16:16:17 +02:00
Gijs Kruitbosch
a8853d2eac
Bug 1030149 - dummify all the sync prefs, r=ttaubert
2014-06-25 16:32:06 +01:00