Ryan VanderMeulen
1c3ab347d5
Merge inbound to m-c.
2014-02-12 08:37:35 -05:00
"Kan-Ru Chen (陳侃如)"
231a400216
Bug 963366 - Fix leaked lastPermission var. r=jmaher
2014-02-12 13:36:23 +08:00
Wes Kocher
385dbbe015
Bug 967694 - Disable the new test on b2g
2014-02-11 16:16:11 -08:00
Oleg Romashin
e69cb4b184
Bug 967796 - Implement Pointer Enter/Leave events support. Tests. r=smaug
...
--HG--
rename : dom/events/test/test_bug432698.html => dom/events/test/test_bug967796.html
2014-02-11 06:16:56 -08:00
Ehsan Akhgari
6ed9144ae7
Bug 970745 - Move USE_STATIC_LIBS to moz.build; r=glandium
2014-02-11 09:12:33 -05:00
Jan de Mooij
4e79e393b4
Bug 970645 - Fix Mochitest-BC leak finder to use a shrinking instead of non-shrinking gc. r=mccr8
2014-02-11 11:07:24 +01:00
Oleg Romashin
28e979ffcb
Backout 168002:594dda9c7a3a, need better SpecialPowers handling on Win platform
2014-02-10 23:39:30 -08:00
Oleg Romashin
9697079236
Bug 967796 - Implement Pointer Enter/Leave events support. Tests. r=smaug
...
--HG--
rename : dom/events/test/test_bug432698.html => dom/events/test/test_bug967796.html
2014-02-10 22:35:17 -08:00
Mike Hommey
557439c337
Bug 969164 - Traverse js/src moz.builds from top-level configure. r=gps
...
Before, we would run configure in both top-level and js/src, and both
configures would traverse their own set of moz.builds, without actual
knowledge about the other. With this change, both configures still run,
but only top-level traverses moz.build files, and uses js/src's
config.status when traversing its moz.build files. This allows a better
sharing of information between both build systems and the removal of many
hacks.
This also moves running libffi and icu configure to top-level.
Standalone js builds still have their own configure doing moz.build traversal,
as before.
--HG--
rename : config/autoconf.mk.in => config/autoconf-js.mk.in
rename : config/emptyvars.mk.in => config/emptyvars-js.mk.in
2014-02-11 10:37:47 +09:00
Geoff Brown
ae38a26c44
Bug 875814: Fix timeout handling for remote xpcshell tests; r=jmaher
2014-02-08 09:19:20 -07:00
Andreas Tolfsen
1479237d98
Bug 964367 - Fix incorrect format on platformName capability. r=mdas
...
The platformName capability (which AFAICT isn't checked in use by any
dependants) should be a limited subset of prescribed platforms as
defined by the WebDriver specification. System.appinfo.OS returns the
correct values, but not upper cased.
Additionally this patch introduces some tests and documentation for
the getSessionCapabilities function in Marionette and cleans up the
capability list.
2014-02-10 15:58:46 -05:00
Nils Ohlmeier [:drno]
8c34162287
Bug 962919 - Filter a given test directory by the B2G manifest. r=ahal
2014-02-10 15:58:46 -05:00
Ryan VanderMeulen
0e3dc9eb1e
Merge m-c to inbound.
2014-02-10 15:43:52 -05:00
Ryan VanderMeulen
c608b2f60f
Merge inbound to m-c.
2014-02-10 15:42:58 -05:00
Brian Smith
db394a7c51
Bug 970455: backout cset afaeb5adc044 (Bug 956474), a=Ms2ger
2014-02-10 12:23:56 -08:00
Malini Das
ed550a29ef
Bug 959520 - Make socket.timeout error messages more useful, r=jgriffin
2014-02-10 10:10:45 -05:00
Andrew Halberstadt
57fa2cb52c
Bug 949028 - Marionette runner should check for crash after each test, r=mdas
2014-02-10 14:08:39 -05:00
Mike de Boer
773d7da0fe
Bug 967564: report operand, even when a custom message is specified. r=gps
2014-02-10 13:12:40 +01:00
Phil Ringnalda
5ae1e01e69
Merge b-i to m-c
2014-02-09 18:36:38 -08:00
Alfredo Yang
4ed8628dbb
Bug 853356 - gUM video permisson prompt. r=fabrice, felipc, wjohnston, mrbkap, jimm, jesup, khuey, jsmith
2014-02-09 15:34:40 -05:00
Ms2ger
6d2c4d756f
Bug 956474 - Enforce that keywords in expressions are recognized; r=wlach
2014-02-09 09:02:44 +01:00
Mark Hammond
d8491369b3
Bug 968044 - prevent xpcshell test output from escaping CR chars. r=gps
2014-02-10 09:23:02 +11:00
Ehsan Akhgari
b894f0c4ad
Bug 957729 - Disable the slow script signal handler by default when running mochitests under a debugger through mach; r=gps
2014-02-07 23:25:45 -05:00
Wes Kocher
b581f36811
Backed out changeset 9add9f9ed1fd (bug 950266) for m3 failures to help clean up this CLOSED TREE
2014-02-07 16:01:21 -08:00
Ryan VanderMeulen
17962cbf49
Bug 950266 - Re-enable the WebRTC tests that should have only been disabled on B2G.
2014-02-07 17:29:17 -05:00
Alexandre Poirot
28c0b3812b
Bug 968857 - [SpecialPowers] Big files are truncated when loaded with loadChromeScript. r=ted
...
With this patch, loadChromeScript now completely reads the input. This also
moves the loading code in its own function.
This also improves error reporting.
2014-02-06 17:36:44 +01:00
Andreas Tolfsen
699b06c500
Bug 940554 - Fix Marionette's newSession to return capabilities. r=mdas
2014-02-07 10:21:49 -05:00
Ted Mielczarek
e3a7de47c3
Bug 968321 - Make manifestparser keep track of DEFAULTS in manifests with no tests. r=jmaher
2014-02-06 13:22:35 -05:00
Nicholas Hurley
de59044be1
Bug 964563 - Remove custom node binary. r=ted
2014-02-06 15:00:19 -08:00
Ryan VanderMeulen
9bf72037e1
Merge m-c to inbound on a CLOSED TREE.
2014-02-06 16:29:41 -05:00
Ryan VanderMeulen
c4a74612a7
Merge b2g-inbound to m-c.
2014-02-06 16:28:14 -05:00
Ryan VanderMeulen
d4023f88a6
Backed out changeset 5d1c157bbb46 (bug 940554) for changing the Marionette script timeout message in a TBPL-unfriendly way.
...
CLOSED TREE
2014-02-06 15:37:48 -05:00
Kartikaya Gupta
ac7b7c01e4
Bug 965351 - Re-enable tests now that the underlying issue is fixed. r=fabrice
2014-02-06 14:50:16 -05:00
Andreas Tolfsen
305b57a349
Bug 941158 - Honour expected failures in setUp or tearDown. r=jgriffin
2014-02-06 14:57:29 -05:00
Dan Minor
a39f56961b
Bug 967515 - Add mozbase test files to test package; r=ted
2014-02-04 10:04:13 -05:00
Ben Turner
dceb952e3c
Backout bug 956218 for build error
2014-02-06 15:19:08 +01:00
Ehsan Akhgari
826fbbc616
Bug 968479 - Remove the media.webaudio.enabled pref; r=roc
...
--HG--
extra : rebase_source : 3618cb3097aa99a79a06af016bf6b3a3c6f77208
2014-02-06 08:36:46 -05:00
JW Wang
70f70eeb21
Bug 962883 - Enable test. r=ryanvm
2014-01-29 22:48:39 +08:00
Carsten "Tomcat" Book
f2b92ffca9
merge b2g-inbound to mozilla-central
2014-02-06 13:17:08 +01:00
Phil Ringnalda
715a6de4fd
Bug 968645 - Disable test_input_sanitization.html on b2g desktop for timeouts
2014-02-05 21:59:29 -08:00
Phil Ringnalda
96fd4c4e04
Bug 967585 - Disable test_transitions.html on b2g desktop until we run on slaves which can run it
2014-02-05 21:47:28 -08:00
Phil Ringnalda
3266a9b4bf
Bug 957621 - Disable test_bug570378-* on b2g desktop for frequent failures which kill the run
2014-02-05 21:38:31 -08:00
Ryan VanderMeulen
4e6cca4a6d
Merge b2g-inbound to m-c.
2014-02-05 15:47:36 -05:00
Phil Ringnalda
92c618db5c
Bug 968051 - Disable test_sessionStorageClone.html on opt b2g, since it only passed based on what chunk it ran in and what test ran before it
2014-02-05 08:46:21 -08:00
Joel Maher
8c131d8945
Bug 968095 - upload a new talos.zip file. r=armenzg
2014-02-05 09:33:35 -05:00
Carsten "Tomcat" Book
9214e38f89
merge b2g-inbound to mozilla-central
2014-02-05 13:23:25 +01:00
Phil Ringnalda
51bf118479
Bug 967737 - Disable test_sessionStorageBaseSessionOnly.html on opt b2g, , since it only passed based on what chunk it ran in
...
--HG--
extra : rebase_source : 3e5bf4e64656e2427cf4b614ff4504e31285a3da
2014-02-04 23:03:45 -08:00
Phil Ringnalda
6b072e4c7b
Bug 968051 - Disable test_sessionStorageClone.html on debug b2g, since it only passed based on what chunk it ran in
...
CLOSED TREE
2014-02-04 22:31:38 -08:00
Ryan VanderMeulen
a0af173362
Merge b2g-inbound to m-c.
2014-02-04 14:43:23 -05:00
Ryan VanderMeulen
abc9790f7d
Merge fx-team to m-c.
2014-02-04 14:31:48 -05:00