Bill McCloskey
f4f6bf8e4d
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Bill McCloskey
7193069fa0
Backed out changeset d6261f65070a
2014-03-13 15:52:27 -07:00
Bill McCloskey
69a746922b
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Vaibhav Agarwal
74d0d984a3
Bug 971132 - B2G mochitests should use the new manifest format for runtests; r=jmaher
2014-03-13 10:40:10 -04:00
Vaibhav Agarwal
262a9b4cd4
Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher
2014-03-12 06:16:12 -04:00
Nathan Froyd
0b41e38db5
Bug 979936 - delete unused `quiet' param-handling code in setup.js; r=jmaher
2014-03-05 12:39:46 -05:00
Brian Birtles
fcbfc7668a
Bug 979161 part 4 - Add a non-flushing version of waitForAllPaints to paint_listener.js; r=mattwoodrow
...
This patch adds waitForAllPaints which does *not* call getBoundingClientRect
since that can cause a flush. Sometimes this flush is undesirable since it can
mask bugs in the code under test which should be performing this flush itself.
2014-03-10 13:47:12 +09:00
Brian Birtles
107bec87ec
Bug 979161 part 3 - Use SpecialPowers.getDOMWindowUtils in paint_listener.js; r=mattwoodrow
...
We can't just use SpecialPowers.DOMWindowUtils since otherwise we end up with
a DOMWindowUtils object that is bound to the parent object.
2014-03-10 13:47:12 +09:00
Brian Birtles
8faeac96c8
Bug 979161 part 2 - Wrap long lines in paint_listener.js; r=mattwoodrow
...
And also simplify the code somewhat
2014-03-10 13:47:12 +09:00
Brian Birtles
b739e7961d
Bug 979161 part 1 - Wrap up paint_listener.js so it doesn't leak globals; r=roc
2014-03-10 13:47:12 +09:00
Ted Mielczarek
5db86de6a8
Bug 977699 - Move the few remaining mochitests to manifests. r=jmaher
2014-03-04 15:54:31 -05:00
Joel Maher
9b5829fcde
Bug 971025 - move testing/mochitest/test/test_* to testing/mochitest/test/Harness_sanity. r=ted
...
--HG--
rename : testing/mochitest/tests/SpecialPowersLoadChromeScript.js => testing/mochitest/tests/Harness_sanity/SpecialPowersLoadChromeScript.js
rename : testing/mochitest/tests/file_SpecialPowersFrame1.html => testing/mochitest/tests/Harness_sanity/file_SpecialPowersFrame1.html
rename : testing/mochitest/tests/test_SimpleTestGetTestFileURL.html => testing/mochitest/tests/Harness_sanity/test_SimpleTestGetTestFileURL.html
rename : testing/mochitest/tests/test_SpecialPowersExtension.html => testing/mochitest/tests/Harness_sanity/test_SpecialPowersExtension.html
rename : testing/mochitest/tests/test_SpecialPowersExtension2.html => testing/mochitest/tests/Harness_sanity/test_SpecialPowersExtension2.html
rename : testing/mochitest/tests/test_SpecialPowersLoadChromeScript.html => testing/mochitest/tests/Harness_sanity/test_SpecialPowersLoadChromeScript.html
rename : testing/mochitest/tests/test_SpecialPowersPushPermissions.html => testing/mochitest/tests/Harness_sanity/test_SpecialPowersPushPermissions.html
rename : testing/mochitest/tests/test_SpecialPowersPushPrefEnv.html => testing/mochitest/tests/Harness_sanity/test_SpecialPowersPushPrefEnv.html
rename : testing/mochitest/tests/test_bug362788.xhtml => testing/mochitest/tests/Harness_sanity/test_bug362788.xhtml
rename : testing/mochitest/tests/test_bug816847.html => testing/mochitest/tests/Harness_sanity/test_bug816847.html
rename : testing/mochitest/tests/test_sanity.html => testing/mochitest/tests/Harness_sanity/test_sanity.html
rename : testing/mochitest/tests/test_sanityEventUtils.html => testing/mochitest/tests/Harness_sanity/test_sanityEventUtils.html
rename : testing/mochitest/tests/test_sanityException.html => testing/mochitest/tests/Harness_sanity/test_sanityException.html
rename : testing/mochitest/tests/test_sanityException2.html => testing/mochitest/tests/Harness_sanity/test_sanityException2.html
rename : testing/mochitest/tests/test_sanitySimpletest.html => testing/mochitest/tests/Harness_sanity/test_sanitySimpletest.html
rename : testing/mochitest/tests/test_sanityWindowSnapshot.html => testing/mochitest/tests/Harness_sanity/test_sanityWindowSnapshot.html
rename : testing/mochitest/tests/test_sanity_cleanup.html => testing/mochitest/tests/Harness_sanity/test_sanity_cleanup.html
rename : testing/mochitest/tests/test_sanity_cleanup2.html => testing/mochitest/tests/Harness_sanity/test_sanity_cleanup2.html
2014-03-05 10:32:02 -05:00
Masayuki Nakano
988a8c3033
Bug 974318 part.9 Use WidgetTextEvent::mRanges on CompositionStringSynthesizer r=smaug
2014-03-04 22:48:28 +09:00
Nathan Froyd
0d75086338
Bug 977198 - better contextual logging for test failures in mochitests; r=jmaher
2014-02-26 14:31:12 -05:00
Nathan Froyd
9c88edbd18
Bug 974073 - add SimpleTest.forceCompleteLog() so tests can force all test output to be displayed; r=jmaher
2014-02-25 16:41:02 -05:00
Nathan Froyd
c44927f681
Bug 973000 - always output log messages for a single mochitest run; r=jmaher
2014-02-14 15:24:36 -05:00
Bobby Holley
37381cb9d4
Bug 974546 - SpecialPowers wrappers should catch, wrap, and rethrow exceptions for callables. r=mrbkap
2014-02-20 08:57:20 -08:00
Masayuki Nakano
b3b19a9e2f
Bug 969247 part.1 Remove or replace DOM_VK_ENTER and NS_VK_ENTER users r=smaug
2014-02-15 09:57:39 +09:00
Oleg Romashin
a5b3845729
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
Oleg Romashin
0666272c2e
Backout 168002:594dda9c7a3a, need better SpecialPowers handling on Win platform
2014-02-10 23:39:30 -08:00
Oleg Romashin
3ef61ffbe1
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
Nathan Froyd
64c2ed9b8f
Bug 937181 - coalesce log messages from SimpleTest; r=jmaher
2014-01-31 17:08:33 -05:00
Bobby Holley
6a6595d1c0
Bug 956385 - Don't count non-matching messages toward the total. r=ted
2014-01-30 09:30:28 -08:00
Nathan Froyd
83b2cc037e
Bug 960582 - use nsIFile for pathname construction when dumping mochitest memory files; r=jmaher
2014-01-16 10:43:07 -05:00
Nathan Froyd
cefe60a4b4
Bug 960619 - part 7 - explicitly return a value from ChromePowers._receiveMessage always; r=jmaher
2014-01-16 10:03:40 -05:00
Nathan Froyd
0d75e67161
Bug 960619 - part 6 - explicit return a value from SimpleText.executeSoon always; r=jmaher
2014-01-16 09:57:50 -05:00
Nathan Froyd
3f67fa0d15
Bug 960619 - part 5 - avoid warning about non-top-level-ish declaration of functions in SimpleTest.js; r=jmaher
2014-01-16 09:57:15 -05:00
Alexandre Poirot
2a7cec823c
Bug 891882 - DOMWindowUtils.sendMouseEvent dispatch events with isSynthesized chrome attribute set to true. r=smaug
2014-01-15 09:28:04 -05:00
Masayuki Nakano
da4f6206c0
Bug 947115 All tests shouldn't use nsIDOMWindowUtils.sendNativeKeyEvent() directly. Use synthesizeNativeKey() instead. r=smaug
2013-12-18 16:02:46 +09:00
Masayuki Nakano
c77bb1ddd8
Bug 930374 part.2 Fix test_assign_event_data.html for new defaultPrevented behavior and make it a chrome test r=smaug
2013-12-09 00:51:16 +09:00
Drew Willcoxon
c68156fff5
Bug 898593 - Fix intermittent failures in test_bug413958.html and others by making SimpleTest.monitorConsole() ignore unexpected messages by default. r=ted
2013-12-06 18:07:09 -08:00
Masayuki Nakano
f5a70fa693
Bug 946044 Handle context menu key of PC keyboard on Mac r=smichaud
2013-12-06 12:16:55 +09:00
Carsten "Tomcat" Book
94c2c4b9cf
merge b2g-inbound to m-c
2013-12-05 12:57:24 +01:00
Bobby Holley
2cd2b2d5d1
Bug 943152 - Tests. r=jgriffin
2013-12-04 19:15:40 -08:00
Mike Hommey
b4eb12b707
Bug 943728 - Convert several resource install using double quotes to INSTALL_TARGETS and editor/libeditor/html/tests to mochitest manifest. r=gps,r=mshal
2013-12-03 06:34:21 +09:00
Martijn Wargers
f8642bfb00
Bug 913706 - Fix the tests for B2G mochitest that use nsICookiePermission.setAccess. r=honzab.moz
...
--HG--
extra : rebase_source : 54036e1638d9de46d7ee0116d40e527046d0b26d
2013-09-16 17:15:22 +02:00
Nathan Froyd
b6862dc799
Bug 940637 - part 3 - change MemoryStats.dump to dump about:memory and DMD if instructed; r=jmaher
2013-11-21 13:03:19 -05:00
Nathan Froyd
6aa64e12e0
Bug 940637 - part 2 - update TestRunner.js to understand new dumping options; r=jmaher
2013-11-21 13:02:56 -05:00
Nathan Froyd
facb7ff4c4
Bug 940637 - part 0b - add a license header and editor modelines to MemoryStats.js; r=jmaher
2013-11-21 09:11:35 -05:00
Nathan Froyd
66ce462cdd
Bug 940637 - part 0 - add helper function for getService magic; r=jmaher
2013-11-18 14:30:27 -05:00
Shu-yu Guo
4b34641680
Bug 939414 - Dump memory stats for browser-chrome. (r=ted)
2013-11-20 12:08:07 -08:00
Nicholas Nethercote
1393fae24e
Bug 939385 (part 1, attempt 2) - Rename largestContiguousVMBlock as vsizeMaxContiguous. r=froydnj.
...
--HG--
extra : rebase_source : e5bdf43ab2a228f3ade93e803988f81d4f3a646e
2013-11-18 22:24:12 -08:00
Carsten "Tomcat" Book
14b40ea06d
Backed out changeset a06dd3421421 (bug 939385) for perma failures/orange in XPCShell Tests on Linux and OS X on a CLOSED TREE
2013-11-19 11:48:01 +01:00
Nicholas Nethercote
72e4c4fc28
Bug 939385 (part 1) - Rename largestContiguousVMBlock as vsizeMaxContiguous. r=froydnj.
...
--HG--
extra : rebase_source : 3c364af0442eeabd5951370792f1a467eaa86994
2013-11-18 22:24:12 -08:00
Bas Schouten
6e16faf6d3
Bug 937678: Add an isfuzzy comparison function to the mochitest framework. r=jmaher
2013-11-18 01:28:56 +00:00
Andrew McCreight
106a9cf98c
Bug 939137 - make it work in both mochitest plain and chrome. r=froydnj
...
CLOSED TREE
2013-11-15 15:49:54 -08:00
Nathan Froyd
152e97b993
Bug 939137 - part 2 - display memory statistics following each mochitest; r=ted
...
Landing this on a CLOSED TREE
2013-11-15 12:01:06 -05:00
Olli Pettay
5d02b72bf5
Bug 938945, gc/cc more during test runs, f=Ms2ger, pending-r=ted, a=Tomcat on a CLOSED TREE
2013-11-15 13:19:26 +02:00
Felipe Gomes
f25dbdd3e6
Bug 916797 - --run-until-failure mochitest option should support running multiple tests. r=jmaher
2013-11-05 13:48:36 -02:00
Felipe Gomes
001e65b418
Bug 932144 - Add option to break into debugger on test failure. r=jmaher
2013-11-01 17:23:34 -02:00