Nick Thomas
|
c9bdfac5b2
|
Merge bug 414560 to hg repositories (force file support for patcher fastmode), originally p=rhelmer, r=bsmedberg,bhearsum NPOTB
|
2009-02-02 18:14:02 +13:00 |
Serge Gautherie
|
e01386dcdd
|
Bug 446300 - move tools/test-harness/xpcshell-simple to testing/xpcshell; (Cv1-MC) Move the source harness directory, followup; r=ted.mielczarek
Move the 2 new files from bug 470914 too.
--HG--
rename : tools/test-harness/xpcshell-simple/example/location_load.js => testing/xpcshell/xpcshell-simple/example/location_load.js
rename : tools/test-harness/xpcshell-simple/example/unit/test_location.js => testing/xpcshell/xpcshell-simple/example/unit/test_location.js
|
2009-01-23 01:42:58 +01:00 |
Serge Gautherie
|
d1984a32fa
|
Bug 446300 - move tools/test-harness/xpcshell-simple to testing/xpcshell; (Av1a-MC) Move the source harness directory; r=ted.mielczarek
--HG--
rename : tools/test-harness/xpcshell-simple/Makefile.in => testing/xpcshell/Makefile.in
rename : tools/test-harness/xpcshell-simple/README => testing/xpcshell/README
rename : tools/test-harness/xpcshell-simple/example/Makefile.in => testing/xpcshell/example/Makefile.in
rename : tools/test-harness/xpcshell-simple/example/unit/test_sample.js => testing/xpcshell/example/unit/test_sample.js
rename : tools/test-harness/xpcshell-simple/execute_test.js => testing/xpcshell/execute_test.js
rename : tools/test-harness/xpcshell-simple/head.js => testing/xpcshell/head.js
rename : tools/test-harness/xpcshell-simple/tail.js => testing/xpcshell/tail.js
rename : tools/test-harness/xpcshell-simple/test_all.sh => testing/xpcshell/test_all.sh
rename : tools/test-harness/xpcshell-simple/test_one.sh => testing/xpcshell/test_one.sh
|
2009-01-22 19:39:02 +01:00 |
Daniel Holbert
|
c755eee8e7
|
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
|
2009-01-21 22:55:08 -08:00 |
Fred Jendrzejewski
|
fd612bd117
|
Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
--HG--
extra : rebase_source : b963bf5de9d9c445b14620479691482512e0faf2
|
2009-01-22 17:15:34 +13:00 |
Nick Thomas
|
c1e515c15a
|
Bug 470811, force NSS chk files to be replaced rather than patched in partial updates, p=rstrong, r=bsmedberg,bhearsum, NPOTB
|
2009-01-20 11:12:21 +13:00 |
Fred Jendrzejewski
|
9bd9de1b83
|
Bug 461047 - Replace nsStringArray with nsTArray<nsString>. r+sr=roc
|
2009-01-18 21:14:14 +01:00 |
Ted Mielczarek
|
0419f1d947
|
bug 470914 - add a __LOCATION__ field to the global object for files loaded on the commandline in xpcshell. r=timeless
|
2009-01-18 12:01:15 -05:00 |
Robert O'Callahan
|
730e65f154
|
Backed out changeset 8019a959aade
|
2009-01-16 22:20:33 +13:00 |
Fred Jendrzejewski
|
6e7f270ba9
|
Bug 461047. Replace nsStringArray with nsTArray<nsString>. r+sr=roc
--HG--
extra : rebase_source : 7a20af24c97867efbb28dafa6a70ea1b4cf00e58
|
2009-01-16 20:51:04 +13:00 |
Dave Camp
|
7b0cf8b9ac
|
Bug 463046: Network connectivity checking breaks running netwerk unit tests and mochitests with no connection. r=bz, r=jwalden
|
2009-01-12 21:52:00 -08:00 |
Taras Glek
|
afcbb9e36e
|
Bug 471087. Kill nsIDKey. r=bsmedberg
--HG--
extra : rebase_source : 9d60a541863c545101417cf00a11cb9ceda70a09
|
2009-01-08 21:43:07 +13:00 |
Ben Hearsum
|
0d94dc4470
|
bug 464154: l10n-for-releases fixes, l10n-upload-% target. r=pike,ted
|
2008-12-24 09:08:08 -05:00 |
L. David Baron
|
8f16d3c819
|
This script depends on bash-isms and doesn't run in dash, so say so. (Bug 466050) r=bsmedberg
|
2008-12-04 08:09:52 -08:00 |
Ben Hearsum
|
32661706e9
|
bug 454261: add Mercurial and long filename support to patcher - use from_decoded instead of partial_decoded. r=nrthomas, patch=me
|
2008-10-17 08:12:57 -04:00 |
Blake Kaplan
|
0cef123fc7
|
Merge mozilla-central -> tracemonkey
|
2008-10-13 11:05:05 -07:00 |
Walter Meinl
|
4ea2d2f270
|
Bug 454097 - [OS/2] get rid of VisualAge in configures; m-c part; r=mozilla
|
2008-10-11 03:01:28 +02:00 |
Serge Gautherie
|
3fe38457e8
|
Bug 438331 - Remove WIN16 (support) code everywhere; (Dv1) </tools/>; r=gerv
|
2008-10-10 19:58:02 +02:00 |
Arpad Borsos
|
4460c617be
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
Ben Hearsum
|
0acb519320
|
bug 454261: add Mercurial and long filename support to patcher - make_incremental_updates support for long filenames. r=nrthomas, patch=me
|
2008-10-09 08:53:33 -04:00 |
Brendan Eich
|
92f7f9e45f
|
Restore -j for shell tests run on tracemonkey repo.
|
2008-10-01 00:36:01 -04:00 |
Brendan Eich
|
315af73f27
|
Remove -j for shell tests in prep for m-c push.
|
2008-10-01 00:34:57 -04:00 |
Daniel Holbert
|
060b45c99b
|
Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe
|
2008-10-01 23:49:45 -07:00 |
Brendan Eich
|
bed6ba24cb
|
Re-enable JIT enabling for unit tests in tracemonkey (r=mrbkap).
|
2008-09-24 18:59:17 -07:00 |
Joshua Cranmer
|
6e4a7a6d30
|
Bug 444034 - jprof fails to sort symbols correctly. r=dbaron
|
2008-09-23 21:15:52 -04:00 |
Gavin Sharp
|
4e28a2e19c
|
Merge backout with previous tip
|
2008-09-23 11:47:43 -04:00 |
Gavin Sharp
|
9d73a84128
|
Back out unintentional change that enabled JIT for m-c unit tests
|
2008-09-23 11:46:25 -04:00 |
Andreas Gal
|
ccf766cf50
|
Merge with mozilla-central.
|
2008-09-21 12:44:24 -07:00 |
Robert Kaiser
|
1829fc30dc
|
bug 453840 - make it possible to create files in the final place for releases, r=ted
|
2008-09-17 22:53:09 +02:00 |
Robert Sayre
|
6d9ab91ead
|
Turn on JIT for unit tests.
|
2008-09-12 14:55:28 -04:00 |
Blake Kaplan
|
ce985b284a
|
Revert accidental hunk from the merge changeset cf844bddfe57 that's causing unittest orange. r=shaver
|
2008-09-02 21:26:49 -07:00 |
Blake Kaplan
|
035c1661c6
|
Merge mozilla-central -> tracemonkey
|
2008-08-27 14:28:27 -07:00 |
Gervase Markham
|
09631b722d
|
Bug 452418 - change test scripts to use bash explicitly, as some of the code doesn't work in dash, which is the default /bin/sh in Ubuntu Hardy. Patch by gerv; rs=ted.
|
2008-08-27 17:19:24 +01:00 |
Robert Sayre
|
e4f6bec138
|
Add test of (attempted) trace recording with an active call object
|
2008-08-25 17:12:41 -04:00 |
Robert Kaiser
|
089dfd0bd6
|
bug 380786 - clean up xpfe/ after suite moving to toolkit, r=ted sr=Neil
|
2008-08-24 19:51:03 +02:00 |
Serge Gautherie
|
b8b3daba76
|
Bug 448858 – In <test_one.sh>, document new "check-one" call mode too
(Av1) Add command example
|
2008-08-02 11:59:04 +02:00 |
Serge Gautherie
|
d77f7b726b
|
Bug 449150 – In <find-leakers.pl>, fix code nits and add output sorting
(Av1) <find-leakers.pl>
|
2008-08-05 04:05:50 +02:00 |
Philippe M. Chiasson
|
b3e4c21e09
|
Follow up to bug 448003 Z/mZ values are off by 100 on OS X - make the symbol type matching case-insensitive. r=ted
|
2008-08-12 09:31:03 +01:00 |
Philippe M. Chiasson
|
5247f36eb0
|
Bug 448003 Z/mZ values are off by 100 on OS X. r=ted
|
2008-08-11 15:16:59 +01:00 |
Serge Gautherie
|
d15cef2eb0
|
Bug 447043 – In check-one, new log files are not being scanned for PASS/FAIL
p=sgautherie r=ted.mielczarek
|
2008-08-01 22:07:14 +01:00 |
Mark Banner
|
0125e8336f
|
Bug 446692 do_get_file fails on Windows with ".." in the file location. patch suggested by Josh Geenen <joshgeenen+bugzilla@gmail.com> updated by me,r=ted.
|
2008-07-24 16:33:41 +01:00 |
Alex Vincent
|
63ba837c70
|
bug 443220 - check-one and check-interactive cannot run tests not in a unit/ directory. r=ted
|
2008-07-20 08:32:32 -04:00 |
Nick Thomas
|
cf69a30ac9
|
Bug 443090 - Unify unittest failures (xpcshell part) p=ted.mielczarek, r=bsmedberg
|
2008-07-16 17:45:42 +12:00 |
Shawn Wilsher
|
bf7d7dc3f7
|
Backed out changeset 12412df591a0 (bug 443220)
|
2008-07-08 18:34:01 -04:00 |
Alex Vincent
|
3b2db922e6
|
bug 443220 - check-one and check-interactive cannot run tests not in a unit/ directory. r=ted.mielczarek
|
2008-07-08 17:12:41 -04:00 |
Gavin Sharp
|
55953e1b77
|
Fix typo from bug 431745
|
2008-07-08 11:23:25 -04:00 |
Shawn Wilsher
|
28fe4226a8
|
Bug 431745 - qm-centos5-02 is intermittently failing test_sleep_wake.js
This makes the test not fail if a specific failure point is met that can occur
when test execution is slow (like the tinderbox).
r=gavin
|
2008-07-08 10:22:33 -04:00 |
Gavin Sharp
|
48d674c0f1
|
Debugging followup (bug 431745)
|
2008-07-06 21:09:28 -04:00 |
Gavin Sharp
|
42e784064b
|
Temporary debugging patch to try and get to the bottom of the test_sleep_wake failures (bug 431745)
|
2008-07-06 18:39:37 -04:00 |
Ben Turner
|
18c01b2b72
|
Bug 435122 - "Use TraceMalloc to get stack traces of potential deadlocks". r=bsmedberg+dbaron.
|
2008-06-26 10:12:42 -07:00 |