Nicholas Nethercote
bb9d51e11e
Bug 1010064 - Allow memory reports to be anonymized. r=bsmedberg.
...
--HG--
extra : rebase_source : 5eb756b17a97e751deb0f47e909fdb35533cb23b
2014-05-20 23:06:54 -07:00
Wes Kocher
a781e7257a
Backed out changeset 81a51de30a2a (bug 997244) for breaking b2g emulator mochitests on an otherwise CLOSED TREE
2014-06-18 14:15:48 -07:00
Andrew Halberstadt
77ca422eca
Bug 997244 - Pull emulator.py out of marionette and into mozrunner, r=wlach,mdas,jgriffin
2014-06-18 13:30:12 -04:00
Nathan Froyd
c43fb27cff
Bug 995417 - part 2 - testing infrastructure changes to set MOZ_DISABLE_NONLOCAL_CONNECTIONS; r=jmaher
2014-06-17 10:49:57 -04:00
Armen Zambrano Gasparnian
8f2c87c879
Bug 989583 - Set self.testRoot and self.testRootAbs in only one place (runtests.py). r=jmaher
2014-06-17 09:50:16 -04:00
Carsten "Tomcat" Book
b96ca5789c
merge b2g-inbound to mozilla-central a=merge
2014-06-17 14:23:57 +02:00
Nathan Froyd
4300cffc6f
Bug 1025959 - disable checks for webapp updates during tests; r=jmaher
2014-06-16 11:47:05 -04:00
Wes Kocher
f2196f19c4
Backed out changeset da73c6745a10 (bug 1023670) under suspicion of causing the android bustage CLOSED TREE
2014-06-16 13:34:01 -07:00
Ted Mielczarek
4013099879
Bug 1025181 - [mozlog] Fix structured logging HTML formatter to actually produce results. r=jgraham
2014-06-16 11:52:52 -04:00
Ted Mielczarek
b42c96e40d
Bug 1023670 - Fix DeviceManager.mkDirs with a Windows path. r=wlach
2014-06-16 11:52:52 -04:00
Armen Zambrano Gasparnian
74c8fc1b52
Bug 989583 - Install all tests (even disabled) from manifests. r=jmaher
2014-06-16 14:51:22 -04:00
James Graham
8472a80a48
Bug 1016916 - Add a 'structlog format' command for formatting logfiles, r=wlach
...
This replaces the __main__ sections in the formatters
2014-06-16 12:53:48 +01:00
David Rajchenbach-Teller
95d7440f90
Bug 1010518 - Activate Task.Debugging.maintainStack on test suites. r=ted
2014-06-09 14:43:00 +02:00
Ting-Yu Lin
e5fb4d007f
Bug 1024848 - part 1 - Improve selection carets test cases. r=mdas
...
On Windows, when selecting a word by long pressing, extra spaces after
the word will also be selected. To solve this problem, I redesign the
test cases by comparing the target content with the selected content
directly while ignoring spaces at certain test cases. I believe it's
easier to understand and less error-prone than the old
replace-selected-content-and-compare way.
I added a new method SelectionManager.selected_content() to make it
easier to get the current selected text.
2014-06-13 02:33:00 +02:00
Andrey Botalov
2879a474f0
Bug 1025838 - Add 'version' prefix to version number in HTML report. r=dhunt
2014-06-16 06:53:00 -04:00
Doug Turner
0265b63edf
Bug 1019071 - increase geo.wifi.timeToWaitBeforeSending. r=garvank
2014-06-13 11:08:40 -07:00
Andrew McCreight
0055cec177
Bug 1023368 - ASan tests should show an error when the symbolizer isn't found. r=jmaher
2014-06-14 16:43:46 -07:00
Nathan Froyd
da2e832762
Bug 1024588 - turn off useragent updates for tests, to avoid hitting the network; r=jmaher
2014-06-12 15:14:43 -04:00
Dave Hunt
1281cb1956
Bug 1024441 - Bump mozversion to 0.6. r=wlach
2014-06-12 04:29:00 -04:00
Ting-Yu Lin
76d6cb6ccf
Bug 962645 - Support wait between press->release action chain. r=mdas
...
wait() before press() should not raise "MarionetteException: Element has
not been pressed."
2014-06-12 02:34:00 -04:00
Ryan VanderMeulen
8fcea9b19a
Merge m-c to inbound on a CLOSED TREE. a=merge
2014-06-12 17:32:33 -04:00
Ryan VanderMeulen
43efef41a1
Merge m-c to fx-team on a CLOSED TREE.
2014-06-12 14:58:41 -04:00
Chris Manchester
4f7e107bd8
Bug 1021931 - Add a fallback in mozlog.structured.commandline for users of optparse. r=jgraham
2014-06-12 13:53:23 -04:00
Dave Hunt
cb75ab4234
Bug 1023915 - [mozversion] Support targeting device by serial identifier. r=wlach
2014-06-11 08:44:00 -04:00
William Lachance
2290b8a2e4
Bug 1023883 - Update doc reference to manifestparser from manifestdestiny. r=ahal
2014-06-11 10:27:20 -04:00
Ting-Yu Lin
29b57fab07
Bug 1019441 - Part 2: Add marionette test cases for selection carets. r=roc, r=mdas
...
Add marionette test cases for selection carets feature in bug 987718.
Test cases target <input>, <textarea>, editable and non-editable
elements.
Run tests on browser manually:
./mach marionette-test layout/base/tests/marionette/test_seletioncarets.py
Run tests on b2g emulator manually:
./mach marionette-webapi layout/base/tests/marionette/test_seletioncarets.py
2014-06-11 06:28:00 -04:00
Ting-Yu Lin
b988a6d7d3
Bug 1019441 - Part 1: Add SelectionManager in marionette. r=mdas
...
* Extract those caret manipulating functions in test_touchcaret.py to
selection.py, and generalize them for manipulating selection.
* Use SelectionManager in test_touchcaret.py.
* Remove unneeded </input> from test_touchcaret.html.
2014-06-11 03:02:00 -04:00
Ryan VanderMeulen
403792160e
Merge m-c to inbound on a CLOSED TREE.
2014-06-12 14:56:35 -04:00
Jonathan Griffin
baa20178d0
Bug 994920 - Add --test-path to in-tree B2G mochitest config, r=ahal
2014-06-12 09:23:12 -07:00
William Lachance
f87b85525a
Bug 1021943 - Add some additional features to mozlog.structured to help with informational level logging;r=jgraham
2014-06-12 11:28:19 -04:00
Wes Kocher
8db97ea685
Merge inbound to m-c a=merge
2014-06-11 18:46:34 -07:00
Ed Morley
bac7c78535
Merge mozilla-central and b2g-inbound
2014-06-11 18:06:52 +01:00
Bobby Holley
0126cdb0c4
Bug 1020609 - Fix up SpecialPowers for Array Xrays. r=bz
...
This just makes the special Object behavior apply to Array as well.
2014-06-11 15:16:06 -07:00
Jonathan Griffin
ce6385abc0
Bug 1018436 - Fix import script problem on Windows, r=mdas
2014-06-11 11:26:28 -07:00
Ryan VanderMeulen
5b864913bc
Backed out changeset ec353cd772b1 (bug 989583) for B2G emulator mochitest mass-fail.
2014-06-11 13:55:44 -04:00
Armen Zambrano Gasparnian
ceece18474
Bug 989583 - Include all tests upon build time (even disabled ones) & only run enabled ones during run time. r=jmaher
2014-06-11 12:16:10 -04:00
Dan Minor
dfcf1ceeb4
Bug 919595 - Stop skipping cppunit test TestTXMgr.cpp on Android; r=ehsan
2014-06-11 07:12:31 -04:00
Ting-Yu Lin
ce82097dee
Bug 960897 - Add marionette test cases for touch caret. r=roc, r=mdas
...
Add marionette test cases for touch caret feature in bug 924692. Test
cases cover <input>, <textarea>, and contenteditable elements with
touch caret enabled and disabled.
Enlarge touch caret expiration time to 60 seconds to avoid intermittent
test failures in test cases which need to move touch caret.
Thanks Phoebe Chang <natsuki011077@gmail.com> for the WIP patch.
Thanks C.J. Ku <cku@mozilla.com> for various suggestions.
Run tests on browser manually:
./mach marionette-test layout/base/tests/marionette/test_touchcaret.py
2014-06-11 02:48:00 -04:00
Wes Kocher
a31895d720
Merge b2g-inbound to m-c a=merge
2014-06-10 18:37:54 -07:00
Ryan VanderMeulen
53aba7a9ea
Backed out changesets 5309d91dc590, b2afa18bea00, and 610b1e0c7562 (bug 951976) for introducing new rooting hazards.
2014-06-10 15:15:10 -04:00
William Lachance
3d9978680b
Bug 984528 - Rename manifestdestiny -> manifestparser. r=ahal
...
--HG--
rename : testing/mozbase/docs/manifestdestiny.rst => testing/mozbase/docs/manifestparser.rst
rename : testing/mozbase/manifestdestiny/manifestparser/__init__.py => testing/mozbase/manifestparser/manifestparser/__init__.py
rename : testing/mozbase/manifestdestiny/manifestparser/manifestparser.py => testing/mozbase/manifestparser/manifestparser/manifestparser.py
rename : testing/mozbase/manifestdestiny/setup.py => testing/mozbase/manifestparser/setup.py
rename : testing/mozbase/manifestdestiny/tests/comment-example.ini => testing/mozbase/manifestparser/tests/comment-example.ini
rename : testing/mozbase/manifestdestiny/tests/default-skipif.ini => testing/mozbase/manifestparser/tests/default-skipif.ini
rename : testing/mozbase/manifestdestiny/tests/filter-example.ini => testing/mozbase/manifestparser/tests/filter-example.ini
rename : testing/mozbase/manifestdestiny/tests/fleem => testing/mozbase/manifestparser/tests/fleem
rename : testing/mozbase/manifestdestiny/tests/include-example.ini => testing/mozbase/manifestparser/tests/include-example.ini
rename : testing/mozbase/manifestdestiny/tests/include/bar.ini => testing/mozbase/manifestparser/tests/include/bar.ini
rename : testing/mozbase/manifestdestiny/tests/include/crash-handling => testing/mozbase/manifestparser/tests/include/crash-handling
rename : testing/mozbase/manifestdestiny/tests/include/flowers => testing/mozbase/manifestparser/tests/include/flowers
rename : testing/mozbase/manifestdestiny/tests/include/foo.ini => testing/mozbase/manifestparser/tests/include/foo.ini
rename : testing/mozbase/manifestdestiny/tests/just-defaults.ini => testing/mozbase/manifestparser/tests/just-defaults.ini
rename : testing/mozbase/manifestdestiny/tests/manifest.ini => testing/mozbase/manifestparser/tests/manifest.ini
rename : testing/mozbase/manifestdestiny/tests/mozmill-example.ini => testing/mozbase/manifestparser/tests/mozmill-example.ini
rename : testing/mozbase/manifestdestiny/tests/mozmill-restart-example.ini => testing/mozbase/manifestparser/tests/mozmill-restart-example.ini
rename : testing/mozbase/manifestdestiny/tests/no-tests.ini => testing/mozbase/manifestparser/tests/no-tests.ini
rename : testing/mozbase/manifestdestiny/tests/path-example.ini => testing/mozbase/manifestparser/tests/path-example.ini
rename : testing/mozbase/manifestdestiny/tests/relative-path.ini => testing/mozbase/manifestparser/tests/relative-path.ini
rename : testing/mozbase/manifestdestiny/tests/test_convert_directory.py => testing/mozbase/manifestparser/tests/test_convert_directory.py
rename : testing/mozbase/manifestdestiny/tests/test_convert_symlinks.py => testing/mozbase/manifestparser/tests/test_convert_symlinks.py
rename : testing/mozbase/manifestdestiny/tests/test_default_skipif.py => testing/mozbase/manifestparser/tests/test_default_skipif.py
rename : testing/mozbase/manifestdestiny/tests/test_expressionparser.py => testing/mozbase/manifestparser/tests/test_expressionparser.py
rename : testing/mozbase/manifestdestiny/tests/test_manifestparser.py => testing/mozbase/manifestparser/tests/test_manifestparser.py
rename : testing/mozbase/manifestdestiny/tests/test_read_ini.py => testing/mozbase/manifestparser/tests/test_read_ini.py
rename : testing/mozbase/manifestdestiny/tests/test_testmanifest.py => testing/mozbase/manifestparser/tests/test_testmanifest.py
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/subdir/manifest.ini => testing/mozbase/manifestparser/tests/verifyDirectory/subdir/manifest.ini
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/subdir/test_sub.js => testing/mozbase/manifestparser/tests/verifyDirectory/subdir/test_sub.js
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/test_1.js => testing/mozbase/manifestparser/tests/verifyDirectory/test_1.js
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/test_2.js => testing/mozbase/manifestparser/tests/verifyDirectory/test_2.js
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/test_3.js => testing/mozbase/manifestparser/tests/verifyDirectory/test_3.js
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/verifyDirectory.ini => testing/mozbase/manifestparser/tests/verifyDirectory/verifyDirectory.ini
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/verifyDirectory_incomplete.ini => testing/mozbase/manifestparser/tests/verifyDirectory/verifyDirectory_incomplete.ini
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/verifyDirectory_toocomplete.ini => testing/mozbase/manifestparser/tests/verifyDirectory/verifyDirectory_toocomplete.ini
2014-06-10 13:20:23 -04:00
Geoff Brown
aa958b1977
Bug 1022798 - Re-define about:healthreport url in test profiles; r=jmaher
2014-06-10 09:44:01 -06:00
Ed Morley
e74d320ed1
Merge mozilla-central and inbound
2014-06-10 16:40:17 +01:00
Ed Morley
f873919062
Backed out changeset a8ad10daa7c0 (bug 932804) to fix the jenkins builds; a=jenkins
2014-06-10 16:34:27 +01:00
Joel Maher
fe960e41a3
Bug 964498 - Add SNR measurements to Talos for audio tests [talos.json]. r=kmoir DONTBUILD
2014-06-10 11:28:12 -04:00
Ting-Yu Chou
a0dc2de9db
Bug 1007520 - Part 3: Avoid leaking SpecialPowers to nsInProcessTabChildGlobal.mMessageManager. r=ted
...
--HG--
extra : rebase_source : f3f878a593c5c811698c2fd3cb978145e994386c
2014-06-05 22:17:23 +08:00
Ryan VanderMeulen
a1412379dc
Merge m-c to b2g-inbound. a=merge
2014-06-09 18:17:11 -04:00
Mark Banner
356f49114f
Merge Elm to m-c. a=merge
2014-06-09 23:04:43 +01:00
Ryan VanderMeulen
743b35bc83
Merge fx-team to m-c. a=merge
2014-06-09 16:47:38 -04:00
Malini Das
f76da34a54
Bug 932804 - compensate for statusbar in APZ touch, r=dburns
2014-06-09 12:37:11 -04:00