Andrew Halberstadt
332356754b
Bug 1131098 - Make mochitest use manifestparser's chunking algorithms and remove JS based ones, r=jmaher
2015-03-10 09:55:30 -04:00
Nathan Froyd
b43a2b110d
Bug 1136700 - enable tweaking of the maximum number of timeouts for mochitests; r=jmaher
...
When running tests locally, it's occasionally useful to be able to
increase the number of tests permitted to timeout before declaring the
test run a failure. This patch adds the necessary bits to SimpleTest
and the appropriate amount of plumbing to runtests.py and mach to make
that so.
2015-02-25 09:23:54 -05:00
Anish
48094b2951
Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher,mwargers
2015-02-19 11:53:01 -05:00
Carsten "Tomcat" Book
b6ef20bdf0
Backed out changeset 6885e993936a (bug 1056851) for crashtest failures
2015-02-19 15:02:05 +01:00
Anish
bbc6a8a249
Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher
2015-02-19 07:26:41 -05:00
Masayuki Nakano
483fbc830f
Bug 1119609 part.18 Add nsITextInputProcessor.commitCompositionWith() and drop aCommitString from nsITextInputProcessor.commitComposition() r=smaug, sr=smaug
2015-02-19 15:50:21 +09:00
Masayuki Nakano
f1fce37659
Bug 1119609 part.14 Reimplement/redesign EventUtils.synthesizeKey() with nsITextInputProcessor r=smaug
2015-02-19 15:50:20 +09:00
Masayuki Nakano
d837b657fd
Bug 1119609 part.13 EventUtils.synthesizeComposition() and synthesizeCompositionChange() should take KeyboardEvent for emulating composition state change caused by a key operation rs=smaug
2015-02-19 15:50:20 +09:00
Masayuki Nakano
60d702a190
Bug 1119609 part.12 nsITextInputProcessor should take KeyboardEvent as an argument of composition releated methods for dispatching key events around composition events r=smaug, sr=smaug
2015-02-19 15:50:20 +09:00
Masayuki Nakano
be3248be75
Bug 1119609 part.6 TextInputProcessor should manage modifier key state and set it to dispatching key events automatically r=smaug, sr=smaug
2015-02-19 15:50:19 +09:00
Masayuki Nakano
6cea2a629c
Bug 1131026 Rename nsITextInputProcessor.init() and .initForTests() to .beginInputTransaction() and .beginInputTransactionForTests() r=smaug, sr=smaug
2015-02-10 17:09:29 +09:00
Ehsan Akhgari
02c440fe0b
Bug 1125383 - Unbreak running single mochitests using the runtests.py script directly; r=ted
...
Without this, the following exception is thrown:
TEST-UNEXPECTED-FAIL | unknown test url | uncaught exception - TypeError: SimpleTest.harnessParameters is undefined at http://mochi.test:8888/tests/SimpleTest/SimpleTest.js:624
2015-01-28 12:08:21 -05:00
Masayuki Nakano
f1abe83b3f
Bug 936313 part.1 Remove DOM_KEY_LOCATION_MOBILE and DOM_KEY_LOCATION_JOYSTICK r=smaug+mwu+cpeterson, sr=smaug
2015-01-28 22:36:53 +09:00
Tooru Fujisawa
6331e61d9e
Bug 917322 part.23 Store nsITextInputProcessor instance into WeakMap instead of window r=smaug
2015-01-27 19:12:23 +09:00
Masayuki Nakano
e7e94f66c7
Bug 917322 part.20 Add tests of async commit at requesting to commit a composition r=smaug
2015-01-28 15:27:33 +09:00
Masayuki Nakano
c2b3803f80
Bug 917322 part.16 Rename COMPOSITION_ATTR_* in EventUtils.js with new constants of nsITextInputProcessor r=smaug
2015-01-28 15:27:33 +09:00
Masayuki Nakano
f2d5b42188
Bug 917322 part.15 Create TextEventDispatcherListener abstract class for listening notifications to IME r=smaug, sr=smaug
2015-01-28 15:27:32 +09:00
Masayuki Nakano
8b50f36970
Bug 917322 part.12 EventUtils.js should use nsITextInputProcessor for synthesizing composition r=smaug
2015-01-28 15:27:32 +09:00
J. Ryan Stinnett
c67bbb5241
Bug 1123945 - Fix --no-autorun harness option. r=jmaher
2015-01-21 15:22:16 -06:00
Ryan VanderMeulen
1a2dc5fcd6
Backed out changeset 1c0b0e3074c3 (bug 1119952) for frequent Linux debug mochitest failures.
...
CLOSED TREE
2015-01-13 14:43:34 -05:00
Martin Thomson
916e522ffa
Bug 1119952 - Reduce log spam from calling finished() multiple times. r=jmaher
...
--HG--
extra : amend_source : dda8f68cb01a0cd3e9dfa8debfd846c4248ca777
extra : transplant_source : %DE%29%E5k%07%F1%609%D5%D4%40%0C%FF.%E2%8A%24%CD%E9%F7
2015-01-09 13:32:01 -08:00
Kaustabh Datta Choudhury
5c1cc5091e
Bug 1098700 - Mochitests that are annotated fails-if don't output a useful error if they unexpectedly pass. r=jmaher
2015-01-12 09:31:40 -05:00
Joel Maher
c9128c2126
Bug 1118329 - reduce osx 10.6 talos jobs via talos.json. r=armenzg
2015-01-08 10:13:05 -05:00
Neil Deakin
966f434099
Bug 1116457, attach the focus event listener to the right child window, r=jmaher
2015-01-07 20:52:20 -05:00
Chris Peterson
c9c0ca48a4
Bug 1117566 - Fix some JavaScript warnings in SimpleTest runner. r=jmaher
2014-12-21 22:03:37 -08:00
Neil Deakin
0c16d5bcde
Bug 1083269, handle windows in a different process within waitForFocus, r=jmaher
2014-12-29 07:39:26 -05:00
Phil Ringnalda
c2432dd4ca
Back out 9e126e97e347 (bug 1098700), a=backout
2014-12-28 22:57:38 -08:00
Kaustabh Datta Choudhury
deadf50eb4
Bug 1098700 - Mochitests that are annotated fails-if don't output a useful error if they unexpectedly pass. r=jmaher
2014-12-23 23:58:00 -05:00
Ehsan Akhgari
59201313cf
Bug 1113446 - Make sure that SimpleTest.waitForClipboard cannot trigger bad setTimeout messages; r=ted
...
--HG--
extra : rebase_source : 2c36df39f5f9aec17d6801b6b5f9beafbef1b5cc
2014-12-23 17:32:54 -05:00
Ehsan Akhgari
309b4049b4
Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted
...
We are white-listing the existing set of tests that use setTimeout
like this. Hopefully these tests will be investigated and fixed
in the future, so that we can narrow down the white-list.
This check is only turned on for mochitest-plain for now.
2014-12-11 13:34:40 -05:00
Nathan Froyd
b0ec88ad5e
Bug 1109164 - move SimpleTest files to moz.build's TEST_HARNESS_FILES; r=mshal
2014-12-09 11:58:26 -05:00
Masayuki Nakano
6169af4b21
Bug 1077345 part.7 Use synthesizeComposition({"compositioncommit") in the tests r=smaug
2014-11-25 14:02:32 +09:00
Masayuki Nakano
5fcfc13038
Bug 1077345 part.6 Add NS_COMPOSITION event which automatically commits composition with its mData r=smaug
2014-11-25 14:02:32 +09:00
Masayuki Nakano
15a6678731
Bug 1077345 part.4 Add NS_COMPOSITION_COMMIT_AS_IS event which automatically commits composition with the last data r=smaug
2014-11-25 14:02:31 +09:00
Lebedev Maksim
22d1368cd8
Bug 1098139 - Add attribute isPrimary detection for got/lostpointercapture events. r=smaug
2014-11-18 01:13:00 +01:00
Vaibhav Agrawal
d6312a24e8
Bug 1089037 - Removing invalid mochitests and moving webapprt-content tests to a seperate "webapprtContent" folder in object directory. r=jmaher, marco
2014-11-13 12:30:00 +01:00
Bobby Holley
ee109a0ea9
Bug 1096526 - Don't look for a structured formatter for buffering_on/buffering_off. r=jmaher
2014-11-11 16:11:25 -08:00
David Rajchenbach-Teller
90a3776eb1
Bug 1083989 - Adapting Browser Chrome mochitests that expect Promise.jsm in the scope. r=yoric
2014-10-27 22:45:18 +01:00
Ryan VanderMeulen
b23df832bf
Backed out changesets 5e406b1536f9, 27e644701c98, and 762aff2c9dbf (bug 1083989) for mochitest-e10s failures.
...
CLOSED TREE
2014-10-30 12:46:08 -04:00
David Rajchenbach-Teller
2d2e388cab
Bug 1083989 - Adapt Browser Chrome mochitests that expect Promise.jsm in the scope. r=yoric
2014-10-27 22:45:18 +01:00
Jonathan Watt
9c3d00f792
Bug 1089753 - Make WindowSnapshot.js's assertSnapshots() print out the number of differing pixels and their maximum difference. r=dholbert
2014-10-29 01:59:36 +00:00
Vaibhav Agrawal
cb2a1c8330
Bug 1083347 - Remove androidx86.json. r=gbrown
2014-10-22 11:51:00 -04:00
Jonathan Watt
7aae7b3aab
Bug 1087224 - Allow compareSnapshots and assertSnapshots to be passed fuzz values. r=smontagu
2014-10-22 12:29:06 +01:00
Jonathan Watt
8e749787f0
Bug 1084650, part 2 - Change test_reftests_with_caret.html's log output so that it can be used with reftest-analyzer.xhtml. r=dholbert
2014-10-22 10:48:36 +01:00
Dave Townsend
34a8fdf06b
Bug 1080785: Fix and enable xpinstall tests in e10s. r=Unfocused
2014-10-20 10:22:48 -07:00
Joel Maher
2cffca4e61
Bug 987849 - Add fail-if support to Mochitest manifests. r=ahal.
2014-10-17 10:01:15 -04:00
Masayuki Nakano
d68882f8c8
Bug 960871 part.11 Rename EventUtils.synthesizeText() to EventUtils.synthesizeCompositionChange() r=smaug
2014-10-07 19:01:50 +09:00
Masayuki Nakano
a06e8de5c8
Bug 975383 part.9 Remove compositionupdate event dispatchers from all tests r=smaug
2014-10-03 15:33:50 +09:00
Ryan VanderMeulen
d57ca8703d
Merge inbound to m-c. a=merge
2014-09-03 16:38:57 -04:00
Chris Manchester
0bc3d69f96
Bug 1059381 - Implement SimpleTest.requestCompleteLog for mochitest browser. r=jmaher
2014-09-03 11:25:18 -04:00