Bill McCloskey
fd05f3eb04
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 21:38:19 -07:00
Wes Kocher
3b83e5bb22
Backed out changeset 88425ad0f06a (bug 982828) for introducing various mochitest-5 failures on a CLOSED TREE
...
* * *
Backed out changeset 94f9ebdc6662 (bug 982828)
2014-03-13 19:41:21 -07:00
Bill McCloskey
e784b5aef6
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
006786a6b4
Backed out changeset d6261f65070a
2014-03-13 15:52:27 -07:00
Bill McCloskey
ed100f425c
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
c75ff964a1
Bug 971132 - B2G mochitests should use the new manifest format for runtests; r=jmaher
2014-03-13 10:40:10 -04:00
Vaibhav Agarwal
d126a07311
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
60cd903626
Bug 979936 - delete unused `quiet' param-handling code in setup.js; r=jmaher
2014-03-05 12:39:46 -05:00
Brian Birtles
730325e4c1
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
80173f8459
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
ad94336c66
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
88ee802b65
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
952bbfe243
Bug 977699 - Move the few remaining mochitests to manifests. r=jmaher
2014-03-04 15:54:31 -05:00
Joel Maher
00ea367a93
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
991dd217bc
Bug 974318 part.9 Use WidgetTextEvent::mRanges on CompositionStringSynthesizer r=smaug
2014-03-04 22:48:28 +09:00
Nathan Froyd
73233c5452
Bug 977198 - better contextual logging for test failures in mochitests; r=jmaher
2014-02-26 14:31:12 -05:00
Nathan Froyd
c4aab9cf77
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
8f8061710e
Bug 973000 - always output log messages for a single mochitest run; r=jmaher
2014-02-14 15:24:36 -05:00
Bobby Holley
ecfdc95fe8
Bug 974546 - SpecialPowers wrappers should catch, wrap, and rethrow exceptions for callables. r=mrbkap
2014-02-20 08:57:20 -08:00
Masayuki Nakano
a183cc5385
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
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
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
Nathan Froyd
36a1c28ddb
Bug 937181 - coalesce log messages from SimpleTest; r=jmaher
2014-01-31 17:08:33 -05:00
Bobby Holley
e50fdec17d
Bug 956385 - Don't count non-matching messages toward the total. r=ted
2014-01-30 09:30:28 -08:00
Nathan Froyd
86fe9ffd3c
Bug 960582 - use nsIFile for pathname construction when dumping mochitest memory files; r=jmaher
2014-01-16 10:43:07 -05:00
Nathan Froyd
3cad6af759
Bug 960619 - part 7 - explicitly return a value from ChromePowers._receiveMessage always; r=jmaher
2014-01-16 10:03:40 -05:00
Nathan Froyd
996ba72b4d
Bug 960619 - part 6 - explicit return a value from SimpleText.executeSoon always; r=jmaher
2014-01-16 09:57:50 -05:00
Nathan Froyd
538e26345d
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
e1bfc229ce
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
04cc04ac24
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
722e315e04
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
e462487509
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
d7fcc64c1e
Bug 946044 Handle context menu key of PC keyboard on Mac r=smichaud
2013-12-06 12:16:55 +09:00
Carsten "Tomcat" Book
329dc1fc63
merge b2g-inbound to m-c
2013-12-05 12:57:24 +01:00
Bobby Holley
fe1eb07f95
Bug 943152 - Tests. r=jgriffin
2013-12-04 19:15:40 -08:00
Mike Hommey
9459b3c881
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
33bb7b2d4d
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
87208c320a
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
ab1d6f8b03
Bug 940637 - part 2 - update TestRunner.js to understand new dumping options; r=jmaher
2013-11-21 13:02:56 -05:00
Nathan Froyd
8fdefc9de9
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
888a8dac38
Bug 940637 - part 0 - add helper function for getService magic; r=jmaher
2013-11-18 14:30:27 -05:00
Shu-yu Guo
7a9dd72104
Bug 939414 - Dump memory stats for browser-chrome. (r=ted)
2013-11-20 12:08:07 -08:00
Nicholas Nethercote
a69fdf1720
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
370964d25d
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
292c9a4320
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
ff4b20243d
Bug 937678: Add an isfuzzy comparison function to the mochitest framework. r=jmaher
2013-11-18 01:28:56 +00:00
Andrew McCreight
86107a9ac9
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
05473f821b
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
c6e1c10c13
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