Граф коммитов

7078 Коммитов

Автор SHA1 Сообщение Дата
Shian-Yow Wu 3123b97dfb Bug 1147307 - Use the target_out value for b2g mach mochitest. r=ahal 2015-04-07 09:43:26 +08:00
Ryan VanderMeulen b79ce1078e Merge m-c to inbound. a=merge
CLOSED TREE
2015-04-06 18:48:20 -04:00
Krishnashish Gogoi e4c0a72b3f Bug 982852 - Added a test case for checking multiple add_task() tests without run_test(); r=gps
There's a test for add_task() in selftest.py called ADD_TASK_MULTIPLE, which tests if
multiple add_task() tests are working. The test added in this commit does the exact same
except without run_test(). Since the original tests included this, I thought it would make
a good case for checking if the removal of run_test() is working as expected. Please remove
if this is unnecessary.

--HG--
extra : rebase_source : f6617259056db7ac7a658a89063694f51408b8ce
2015-04-03 02:24:24 +05:30
Krishnashish Gogoi 969ba3e8a7 Bug 982852 - Add failing cases to selftest.py when run_test() is not present; r=gps
Since the simple test cases before this bug had cases for both passing and
failing, it would be a good idea to follow suit and add similar failing tests
for when run_test() is omitted.

Like the other simple tests defined in selftest.py, SIMPLE_FAILING_TEST,
ADD_TEST_FAILING, etc., it follows a similar pattern except these are done
without run_test() defined.

--HG--
extra : rebase_source : a1ef9a7b9e8274fe981864c5e021c80d2d66f7ec
2015-04-03 02:12:30 +05:30
Krishnashish Gogoi bf13167dea Bug 982852 - Add cases to check that tests without run_test() work; r=gps
Four new test cases have been added to testing/xpcshell/selftest.py.
These new tests check that tests where run_test() is not defined
work properly.

The test cases check the following cases:
1. when only add_test() is used.
2. when only add_task() is used.
3. when both add_task() and add_test() is used.
4. when a test file is empty, i.e. contains no add_test(), add_task() or
  run_test().

Test bodies only consist of do_check_true(true) calls to make up a minimal
test without run_test() in the same vein as the other simple tests defined
previously.

Also, broke a comment up that was too long.

--HG--
extra : rebase_source : 48d055680ba8108816ecbe07008496c5281f46cc
2015-04-03 01:43:54 +05:30
Krishnashish Gogoi a80b42da44 Bug 982852 - Make run_test() in xpcshell-tests optional; r=gps
As referenced in Bug 982852, this fix makes run_tests() optional.
Test cases can now consist of add_test() and add_task() calls
without the need to exclusively set up a run_test() just to call
run_next_test() inside it. If run_test() however is defined, it
will be called directly as usual, which should keep all older
tests working without breaking.

Since most run_test() calls right now are mostly boilerplate and
usually are of the form -- function run_test(){run_next_test();} --
this fix checks if run_test is defined by using the typeof operator
which should evaluate to "function" if it is defined. If defined,
it is called straight away, otherwise, run_next_test() is called,
which is what run_test() usually does when used as a set up to
call tests registered by add_test() and add_task().

--HG--
extra : rebase_source : 7cfbf30a67e3a8d088f8409edcdde8976f46b941
2015-04-02 22:32:18 +05:30
Felipe Gomes 8beb4c1fa1 Bug 1147156 - Re-enable e10s by default for Nightly users who may have disabled it. r=poirot,mconley 2015-04-06 15:06:46 -03:00
Phil Ringnalda 3ec9a25f34 Merge b-i to m-c, a=merge 2015-04-04 11:04:11 -07:00
jlal@mozilla.com fe37408973 Bug 1150745 - Add compatible indexes for buildbot namespace r=me
--HG--
extra : rebase_source : 262f03aeef5c6289f9f04901b9afe71f60d74748
2015-04-03 10:38:54 -07:00
Christoph Kerschbaumer 07c7e1fe46 Bug 1086999 - CSP: Asterisk (*) wildcard should not allow blob:, data:, or filesystem: when matching source expressions - web platform test update (r=sstamm,jgraham) 2015-03-11 17:16:13 -07:00
James Graham 780a07e341 Bug 1150821 - Update web-platform-tests expected data to revision 1bb38c25b4720fbfd8ca086ef9275ac3e465c659, a=testonly 2015-04-03 10:15:53 +01:00
James Graham 1d9588519d Bug 1150821 - Update web-platform-tests to revision 1bb38c25b4720fbfd8ca086ef9275ac3e465c659, a=testonly
--HG--
rename : testing/web-platform/tests/.gitmodules => testing/web-platform/tests/tools/.gitmodules
2015-04-03 10:15:36 +01:00
James Graham da908aba36 Bug 1150821 - Update to latest wptrunner, a=testonly 2015-04-03 10:15:20 +01:00
Joel Maher fa8b67f93f Bug 1151466 - update talos to the latest version to include some pref changes and other small adjustments. r=wlach 2015-04-06 11:36:40 -04:00
Andrew Halberstadt 26786f1ef3 Bug 1150175 - Remove obsoleted %(test_manifest)s config options from b2g mochitests, r=chmanchester
--HG--
extra : rebase_source : 7567d444bd59b59dfa329f6e18317227df979342
2015-04-01 16:28:07 -04:00
Bob Clary 59172a171d Bug 1138942 - Add Autophone specific video mochitest manifest, r=jmaher. 2015-04-03 15:30:35 -07:00
Tom Tromey 30cdc5115e Bug 1150646 - Ensure that memory stats show up in treeherder logs. r=chmanchester 2015-04-03 11:19:00 -04:00
Wes Kocher 2f61cb9684 Merge m-c to inbound a=merge 2015-04-02 17:57:17 -07:00
Wes Kocher 64dfc0694b Merge inbound to m-c a=merge 2015-04-02 17:45:19 -07:00
Ryan VanderMeulen 60230e346e Merge m-c to fx-team. a=merge
--HG--
rename : dom/media/gmp/GMPService.cpp => dom/media/gmp/GMPServiceParent.cpp
rename : dom/media/gmp/GMPService.h => dom/media/gmp/GMPServiceParent.h
rename : dom/media/gmp/mozIGeckoMediaPluginService.idl => dom/media/gmp/mozIGeckoMediaPluginChromeService.idl
extra : rebase_source : 8710be7b06e32d85d3ec4101bd1072e14fd716ec
2015-04-02 16:53:38 -04:00
Ryan VanderMeulen d2e5e61478 Backed out changeset 93166201fca0 (bug 941085) for Gip failures.
CLOSED TREE
2015-04-02 12:05:56 -04:00
Jonathan Griffin 3124f5649a Bug 1147029 - Bump mozharness to 87da3e48572d, r=jlund 2015-04-02 10:19:34 -07:00
Wes Kocher 8fb9e9e391 Backed out changeset af45e9fc2953 (bug 1101651) 2015-04-02 13:42:27 -07:00
Georg Fritzsche c354dca7e5 Bug 1140558 - Part 2 - Make the testing deepEqual implementation shared properly in ObjectUtils.jsm. r=yoric 2015-04-02 21:33:46 +02:00
Randall Barker e8247909b0 Bug 1101651 - Part 3, update cppunitest.ini file. r=jesup
Enable WebRTC unit tests to be built using standalone WebRTC
2015-04-02 12:15:12 -07:00
Carsten "Tomcat" Book 1810191426 merge mozilla-inbound to mozilla-central a=merge 2015-04-02 14:09:15 +02:00
Wes Kocher 53af4f8662 Merge m-c to b2ginbound a=merge 2015-04-01 18:20:14 -07:00
jlal@mozilla.com 11863a3ce1 Bug 1150178 - (reland) Fix index types / add phones / prefix with linux r=garndt
--HG--
extra : rebase_source : 17d301edb08871cff82f081a6e87d36198cfd062
2015-04-01 16:48:50 -07:00
jlal@mozilla.com 2328b2eb0a Bug 1150145 - (reland) Upload fxos simulator r=garndt
--HG--
extra : rebase_source : 266b9912dfdf69cb16b3558773ca50fb31f31b36
2015-04-01 16:08:42 -07:00
jlal@mozilla.com 645fb22ef4 Backed out changeset 76d483d2d367 - (bug 1150178 for real)
--HG--
extra : histedit_source : 1dc17e260324f651ae71af10af6eb30ee6659feb
2015-04-01 13:21:57 -07:00
jlal@mozilla.com 8305556de0 Backed out changeset 42b38a7b80a7 (bug 1150178) debug builds do not have simulator
--HG--
extra : rebase_source : 254acbddddc7fafb43c175b645433b56a13242bc
2015-04-01 13:09:28 -07:00
jlal@mozilla.com d8ad4516fb Bug 1150178 - Fix index types / add phones / prefix with linux r=garndt
--HG--
extra : rebase_source : 42b38a7b80a711eca9a16d9abb3804e99052069b
2015-04-01 12:48:20 -07:00
jlal@mozilla.com 86853c5f0d Bug 1150145 - Upload fxos simulator r=garndt 2015-04-01 11:50:05 -07:00
Ryan VanderMeulen fc845bd84b Merge inbound to m-c. a=merge 2015-04-01 12:34:21 -04:00
Brian Grinstead 9dbf84b0a5 Bug 1148996 - Remove selected lightweight theme for mochitest and xpcshell tests;r=jmaher
This is for aurora (dev edition) compatibility.  In this channel, there is a
selected lightweight theme by default.  Tests don't expect this to be the case
so this simply resets the relevant prefs for mochitests and xpcshell tests.
2015-03-31 20:01:04 -07:00
Eric Rahm 6aaa172f43 Bug 1150247 - Check if value is function before binding. r=ato
Rather than attempting to bind non-functions and catching the exception this
explicitly checks if it is a function. This helps reduce memory consumption
needed for the exception stack traces. Realistically that will go away when GC
is run, but it throws off memory measurments prior to that.
2015-04-01 18:58:21 -07:00
Ryan VanderMeulen bf52a3a76f Merge inbound to m-c. a=merge 2015-03-31 14:08:52 -04:00
Carsten "Tomcat" Book 5585419b1c merge mozilla-central to b2g-inbound 2015-03-31 15:31:41 +02:00
Carsten "Tomcat" Book d03ee825c7 merge mozilla-inbound to mozilla-central a=merge 2015-03-31 14:43:50 +02:00
Carsten "Tomcat" Book 8114c2dd49 merge fx-team to mozilla-central a=merge 2015-03-31 14:24:33 +02:00
jlal@mozilla.com 50318d70ed Bug 1149432 - Add initial indexing to builds r=pmoore
--HG--
extra : rebase_source : 75886a7266a3041bea4e067379a0aa52a4f349e3
2015-03-31 01:51:22 -07:00
jlal@mozilla.com 65678c40d9 Backout dolphin changes bug 1144463 (does not match what was reviewed)
--HG--
extra : rebase_source : 3c104e37fc46ec1a8c22524dc4a6e425ecd7cff4
2015-03-30 16:59:14 -07:00
jlal@mozilla.com dad0896f43 Bug 1149354 - Do not use mozharness code to pull gaia r=me a=bustage
--HG--
extra : rebase_source : 571c99305f0be6cf5d13eb5fea9759e32c8ec850
2015-03-30 16:44:40 -07:00
Mike Conley 6277e5f4c0 Bug 1144797 - Add ContentTaskUtils.jsm into ContentTask scope. r=smacleod.
--HG--
extra : rebase_source : 802b41815e5b305cbca5e0f276ccc527f3c911a9
2015-03-27 18:51:25 -04:00
Wes Kocher 73800cd3df Merge m-c to fx-team a=merge CLOSED TREE 2015-03-30 19:42:25 -07:00
J. Ryan Stinnett 20d9dfd605 Bug 1138591 - Remove the chrome-enabled pref. r=past
--HG--
extra : transplant_source : %C0%3D%FB%C9%05%C4z%EB4%D4%A3%81%7E%94RX%19%9B%27%AE
2015-03-28 03:42:33 -05:00
Neil Deakin 23b546c1a4 Bug 1121671, see if using the TabSwitchDone event will work, r=test-only=change 2015-03-31 10:00:00 -04:00
Andrea Marchesini a3885e5d47 Bug 1147990 - websocket test suite - patch 5 - web-platform-test suite - js error fixed, r=jgraham 2015-03-31 14:58:27 +01:00
Ryan VanderMeulen 5bf1674bb7 Merge m-c to inbound. a=merge 2015-04-01 12:40:05 -04:00
Andrew Halberstadt 766127a915 Bug 1150050 - Bump manifestparser to v1.1 and marionette-client to v0.9.3 to pick up tagging feature, r=AutomatedTester
--HG--
extra : rebase_source : 0f1f34a19aae8b031439bb0dbe533875e10c218f
2015-04-01 11:22:48 -04:00