Commit Graph

4374 Commits

Author SHA1 Message Date
Wes Kocher
7d6d18ef28 Bug 967694 - Disable the new test on b2g 2014-02-11 16:16:11 -08:00
Zack Weinberg
bb4a7cad52 Bug 964379: make sure all keys of mozinfo.info are ASCII, for Python 2.6.(<5) compat. r=gps 2014-02-13 14:06:51 -05:00
Gregory Szorc
7b9f6f570a Bug 972093 - Detect run_next_test() during add_task(); r=ted, rnewman
If an xpcshell test called run_next_test() from inside an add_task(),
bad things would happen. This patch detects that behavior and aborts the
test immediately with an actionable error message.

--HG--
extra : rebase_source : c5cf11070421b95a6fcf476d0a86289a3d0ba73a
extra : amend_source : cec6ad2a751bba01e7d4ecbff0735b39e3326efb
2014-02-12 16:47:29 -08:00
Thomas Zimmermann
3724e77f2c Bug 935525: Added NFC test infrastructure to build scripts, r=vyang,jgriffin 2013-11-06 12:59:41 +01:00
Oleg Romashin
06693231dc 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
b7b6d52aef Bug 970745 - Move USE_STATIC_LIBS to moz.build; r=glandium 2014-02-11 09:12:33 -05:00
Jan de Mooij
b34759b4b2 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
ee45ee96f0 Backout 168002:594dda9c7a3a, need better SpecialPowers handling on Win platform 2014-02-10 23:39:30 -08:00
Oleg Romashin
3b9891aa7e 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
69e70086e0 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
463a68ebe0 Bug 875814: Fix timeout handling for remote xpcshell tests; r=jmaher 2014-02-08 09:19:20 -07:00
Andreas Tolfsen
e3838e9da2 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]
629f42edf8 Bug 962919 - Filter a given test directory by the B2G manifest. r=ahal 2014-02-10 15:58:46 -05:00
Ryan VanderMeulen
d96528f975 Merge m-c to inbound. 2014-02-10 15:43:52 -05:00
Ryan VanderMeulen
d2ef169276 Merge inbound to m-c. 2014-02-10 15:42:58 -05:00
Brian Smith
a9b2832ad1 Bug 970455: backout cset afaeb5adc044 (Bug 956474), a=Ms2ger 2014-02-10 12:23:56 -08:00
Malini Das
27b664b003 Bug 959520 - Make socket.timeout error messages more useful, r=jgriffin 2014-02-10 10:10:45 -05:00
Andrew Halberstadt
9db150a9ce Bug 949028 - Marionette runner should check for crash after each test, r=mdas 2014-02-10 14:08:39 -05:00
Mike de Boer
243850a843 Bug 967564: report operand, even when a custom message is specified. r=gps 2014-02-10 13:12:40 +01:00
Phil Ringnalda
e1f066959e Merge b-i to m-c 2014-02-09 18:36:38 -08:00
Alfredo Yang
3853c6783a Bug 853356 - gUM video permisson prompt. r=fabrice, felipc, wjohnston, mrbkap, jimm, jesup, khuey, jsmith 2014-02-09 15:34:40 -05:00
Ms2ger
2b8c82e725 Bug 956474 - Enforce that keywords in expressions are recognized; r=wlach 2014-02-09 09:02:44 +01:00
Mark Hammond
c93bdc080b Bug 968044 - prevent xpcshell test output from escaping CR chars. r=gps 2014-02-10 09:23:02 +11:00
Ehsan Akhgari
4de02f5e54 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
34c8a7bce3 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
db5db85eda 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
f7952927ec 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
cfcc412200 Bug 940554 - Fix Marionette's newSession to return capabilities. r=mdas 2014-02-07 10:21:49 -05:00
Ted Mielczarek
c92b477146 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
aa8098b9a3 Bug 964563 - Remove custom node binary. r=ted 2014-02-06 15:00:19 -08:00
Ryan VanderMeulen
c38a20a8ce Merge m-c to inbound on a CLOSED TREE. 2014-02-06 16:29:41 -05:00
Ryan VanderMeulen
612a51c419 Merge b2g-inbound to m-c. 2014-02-06 16:28:14 -05:00
Ryan VanderMeulen
cc7805c454 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
bf01afc5cc Bug 965351 - Re-enable tests now that the underlying issue is fixed. r=fabrice 2014-02-06 14:50:16 -05:00
Andreas Tolfsen
334529cdc8 Bug 941158 - Honour expected failures in setUp or tearDown. r=jgriffin 2014-02-06 14:57:29 -05:00
Dan Minor
06d9256fb7 Bug 967515 - Add mozbase test files to test package; r=ted 2014-02-04 10:04:13 -05:00
Ben Turner
3bcfec25c8 Backout bug 956218 for build error 2014-02-06 15:19:08 +01:00
Ehsan Akhgari
95cbd5d2b1 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
3b46536f58 Bug 962883 - Enable test. r=ryanvm 2014-01-29 22:48:39 +08:00
Carsten "Tomcat" Book
4c8a63af86 merge b2g-inbound to mozilla-central 2014-02-06 13:17:08 +01:00
Phil Ringnalda
fa6bfcc09d Bug 968645 - Disable test_input_sanitization.html on b2g desktop for timeouts 2014-02-05 21:59:29 -08:00
Phil Ringnalda
62823c7185 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
7d8fe00e7f 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
fdde61f354 Merge b2g-inbound to m-c. 2014-02-05 15:47:36 -05:00
Phil Ringnalda
399ae95656 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
f53e8ea40d Bug 968095 - upload a new talos.zip file. r=armenzg 2014-02-05 09:33:35 -05:00
Carsten "Tomcat" Book
f2c8d5b7a6 merge b2g-inbound to mozilla-central 2014-02-05 13:23:25 +01:00
Phil Ringnalda
896abd90a7 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
2451191a39 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
f448244211 Merge b2g-inbound to m-c. 2014-02-04 14:43:23 -05:00
Ryan VanderMeulen
0e9bfeb637 Merge fx-team to m-c. 2014-02-04 14:31:48 -05:00
Ryan VanderMeulen
f58bbb814c Bug 874423 - Disable test_bug430723.html on B2G debug for being nearly perma-fail. 2014-02-04 12:17:12 -05:00
Ryan VanderMeulen
5cb638d2db Bug 932350 et al - Disable dom-level* test suite for intermittent failures on multiple platforms.
CLOSED TREE
2014-02-04 11:38:16 -05:00
Andrew Halberstadt
12a1c96bfd Bug 949028 - Add check for crashes to geckoinstance.py, r=mdas 2014-02-04 08:53:18 -05:00
Ryan VanderMeulen
02c58b829d Bug 964379 - Add logging to figure out what's breaking xpcshell on comm-central on OSX 10.6. 2014-02-02 22:30:43 -05:00
Ryan VanderMeulen
3da280f967 Bug 906752 - Disable test_audioBufferSourceNodeOffset.html on B2G opt for frequent failures. 2014-02-02 20:53:37 -05:00
Ryan VanderMeulen
cee4476a72 Merge m-c to inbound. 2014-02-01 17:22:56 -05:00
Ryan VanderMeulen
31a6a29b5a Backed out changeset ca2ab9f4ac9c (bug 950266) for suspicion of causing bug 966582. 2014-02-01 14:39:56 -05:00
Fabrice Desré
0b097b1807 Bug 966502 - Use Cu.cloneInto() instead of ObjectWrapper.jsm r=baku 2014-02-01 11:06:59 -08:00
Ryan VanderMeulen
6fe9e4ea3f Merge inbound to m-c. 2014-01-31 21:14:13 -05:00
Ryan VanderMeulen
92add8e36d Merge fx-team to m-c. 2014-01-31 21:04:30 -05:00
Ryan VanderMeulen
e139605692 Bug 957797 - Really disable test_bug622371.html on Android. 2014-01-31 18:01:41 -05:00
Ryan VanderMeulen
4dd29179e9 Merge m-c to fx-team. 2014-01-31 16:59:29 -05:00
Ryan VanderMeulen
f0d2478ab2 Merge m-c to b-i. 2014-01-31 16:56:48 -05:00
Ryan VanderMeulen
e5ced49cce Bug 957797 - Disable test_bug622371.html on Android for being flaky. 2014-01-31 16:04:15 -05:00
Joel Maher
8611e7bd30 Bug 956388 - Introduce a performance test (like TART) to measure animation performance of entering/exiting customization mode. r=avih 2014-01-31 08:41:24 -05:00
Carsten "Tomcat" Book
f1a2c94d74 merge fx-team to mozilla-central 2014-01-31 12:52:17 +01:00
Mike de Boer
453d6a09c2 Bug 966681: improve robustness of error reporting. r=Unfocused 2014-02-04 00:09:28 +01:00
Gregory Szorc
28dfc8126d Bug 852959 - Remove old code paths for running xpcshell tests from directories; r=ted
Manifests are now the mechanism used to specify how to run xpcshell
tests. This patch removes old code paths that allowed directories to be
specified.

runxpcshelltests.py still contains references to "testdirs." These
should likely be removed as well. This patch doesn't touch them out of
fear it may have consequences on automation.

--HG--
extra : rebase_source : 8cbfe6dc759dc0a311669c4fcba08ff7a60edc4a
extra : amend_source : 890377d9ba33d52c84e0736b0812231f3005b253
2014-01-27 10:14:09 -08:00
Mark Hammond
244df00095 Bug 968581 - enable xpcshell verbose log output if only 1 test is in the manifest. r=gps
--HG--
extra : rebase_source : b521c42f3eca5dc8742b1689b4ec89edc1012d03
2014-02-06 13:51:00 +11:00
Ryan VanderMeulen
36edb17218 Merge m-c to fx-team. 2014-01-30 16:40:31 -05:00
Margaret Leibovic
47ffa2a990 Bug 965358 - Disable snippets for robocop tests. r=gbrown 2014-01-30 10:53:33 -08:00
Joel Maher
d8c8c1540f Bug 965731 - upload a new talos.zip to pick up all the fixes. r=armenzg 2014-01-30 10:47:28 -05:00
Margaret Leibovic
4fe154ae1f Bug 965358 - Disable android snippets in default testing profile. r=gbrown 2014-01-31 08:59:48 -08:00
Andrew Halberstadt
b859e094e9 Bug 967647 - fix interleaved output in b2g emulator unittests, r=jgriffin 2014-02-04 15:39:35 -05:00
Nathan Froyd
36a1c28ddb Bug 937181 - coalesce log messages from SimpleTest; r=jmaher 2014-01-31 17:08:33 -05:00
Geoff Brown
24a1d2d443 Bug 963838 - Pass correct app name to automation in Android tests; r=jmaher 2014-02-02 08:11:22 -07:00
Fabrice Desré
5a5fa6d369 Bug 950266 - Re-enable the Nuwa process on B2G by default r=me 2014-01-14 16:00:25 -08:00
Ryan VanderMeulen
237f511440 Bug 965655 - Disable test_initial_storage.html and test_value_storage.html on B2G due to intermittent failures. 2014-02-04 11:10:01 -05:00
Ryan VanderMeulen
4cfb8be189 Bug 915879 - Disable test_packaged_app_update.html on B2G due to intermittent failures. 2014-02-04 11:05:15 -05:00
Ryan VanderMeulen
41315a6c31 Bug 894914 - Re-disable test_postMessage_closed.html on B2G for being failure-prone. 2014-02-04 11:02:00 -05:00
Fabrice Desré
89b53518cc Bug 950266 - Re-enable the Nuwa process on B2G by default r=me 2014-01-14 16:00:25 -08:00
Ryan VanderMeulen
1151d8d8c4 Merge m-c to inbound. 2014-01-31 21:16:16 -05:00
Aki Sasaki
d1bba7a647 bug 960571 - talos https://hg.mozilla.org. r=jgriffin
--HG--
extra : rebase_source : 45b81a33ce73e54f14901055620a9722f5e04e30
2014-01-31 15:05:00 -08:00
Ben Turner
d251cb806b Bug 956218 - '(PBackground) Add a mechanism for communicating with a non-main I/O thread via thread and process links'. r=mrbkap. 2013-11-26 23:59:41 -08:00
Mike Shal
7338071654 Bug 875013 - VPATH removals in build, roboextender, crashreporter; r=ted 2014-01-21 18:01:22 -05:00
Masayuki Nakano
b93b85ae62 Bug 935876 part.2 Add new tests r=smaug 2014-01-29 17:06:26 +09:00
Wes Kocher
e2c537010e Backed out changeset e5dfc4abbb91 (bug 940554) for b2g test bustage across the board on a CLOSED TREE 2014-01-28 18:23:22 -08:00
Dave Hunt
2ee61397d4 Bug 952530 - List all skipped/disabled tests rather than just the conditionally skipped tests. r=jgriffin 2014-01-28 15:28:56 -08:00
Andreas Tolfsen
f3e2f3fee2 Bug 940554 - Fix Marionette's newSession to return capabilities. r=mdas 2014-01-28 17:54:44 -05:00
Dave Hunt
d535a65cce Bug 963299 - Bump marionette_client version to 0.7.3. r=mdas 2014-01-28 13:02:43 +00:00
Phil Ringnalda
a567db82f3 Back out a37e6c57ae0f (bug 959520) for making marionette-webapi infinitely retry 2014-01-27 20:09:52 -08:00
David Burns
8d72f4cda9 Bug 959186 - Remove platform capability in favour of platformName; r=mdas 2014-01-27 23:42:10 +00:00
Ryan VanderMeulen
d2b52a1a96 Backed out changeset 31993b8e06cc (bug 959499) for breaking B2G mochitests.
CLOSED TREE
2014-01-27 18:20:00 -05:00
Mark Hammond
4f06d50f9b Bug 964102 - Use normpath on the test path before comparing it with the root dir. r=gps 2014-01-27 09:00:35 +11:00
Andreas Tolfsen
7ae3d9a386 Bug 963598 - Allow custom message when Wait.until times out. r=dburns 2014-01-27 15:40:51 -05:00
David Clarke
0cb10784ad Bug 959499 - Use wifimanager for on-device mochitests. r=ahal 2014-01-27 15:40:50 -05:00
Malini Das
fc3b258141 Bug 959520 - Make socket.timeout error messages more useful, r=jgriffin 2014-01-27 15:07:50 -05:00
Ted Mielczarek
398927ec10 Bug 963651 - Strip C++ unit tests even when STRIP_FLAGS are unset; r=mshal CLOSED TREE 2014-01-24 12:57:23 -05:00
Ed Morley
c2e01fc278 Bug 961021 - Disable dom/datastore/tests/test_changes.html on debug B2G for intermittent failures; CLOSED TREE 2014-01-27 17:26:39 +00:00