David Mandelin
ff172068b2
Bug 515211: remove memory reserve feature from jemalloc, r=jasone
2009-11-02 13:02:37 -08:00
David Mandelin
34cbc0857f
Backed out changeset 109b74e8e902 due to tinderbox bustage (was bug 515211)
2009-10-30 11:15:03 -07:00
David Mandelin
a5e5a4367e
Bug 515211: remove memory reserve feature from jemalloc, r=jasone
2009-10-30 11:02:38 -07:00
Ted Mielczarek
fc3517d1b5
disable windows hang checking for now, bug 525370 filed to sort it out
2009-10-29 20:25:58 -04:00
Ted Mielczarek
752e9fc299
bustage fix for bug 501034
2009-10-29 19:20:42 -04:00
Ted Mielczarek
943273d508
bug 501034 - add a Win32 helper app to crash a process, and make automation.py use it when the app hangs. r=Waldo
...
--HG--
extra : rebase_source : 845326f8cfcd3dfe7ca5b0a98bd0810966cf2809
2009-10-16 13:34:27 -04:00
Ted Mielczarek
018ffaec34
bug 501034 - add hang detection + breakpad triggering to automation.py. r=Waldo
...
--HG--
extra : rebase_source : 088eeeb0c3135d1048dca08f3639642a90b2eab2
2009-10-13 16:56:24 -04:00
Benjamin Smedberg
87e746210d
Bug 524139 - Eval .all.pp instead of including it. This means that in the normal case we avoid any make restarts and the associated I/O that goes with them, which could possibly be slowing Windows builds down considerably r=ted
...
--HG--
extra : rebase_source : 9671d212954595ef76b1870957e09ec6bc018e83
2009-10-23 13:00:19 -04:00
Benjamin Smedberg
3bbf52cdfb
Update pymake for additional fixes, including making it work in MozillaBuild 1.4 without manually exporting SHELL, not printing warnings for -include files which don't exist, and parsing errors in browser/locales/Makefile.
2009-10-26 14:08:20 -04:00
Jonathan Griffin
d4cf632233
Bug 523208. Fix string to refer to --setpref instead of --extra-pref.
2009-10-26 09:57:33 -07:00
Phil Ringnalda
4ee2e4bdb1
Bug 523054 - Sweep out some more viewer orts, r=dbaron
2009-10-25 10:03:17 -07:00
Benjamin Smedberg
4dafcde401
Update pymake to pick up the fix for bug 523691 and some other stuff, NPODB.
2009-10-23 11:16:27 -04:00
Ted Mielczarek
6d7a9bbc89
bug 523330 - default symbols path busted for mochitest/reftest. r=bsmedberg
2009-10-21 14:19:51 -04:00
L. David Baron
d60a90ebc7
Set dom.popup_maximum to -1 to work around weirdness with the offline tests and get the tree green again, and because we probably want to do it anyway. CLOSED TREE
2009-10-22 13:49:21 -04:00
Ted Mielczarek
85b235ad3d
bug 522829 - add an extra print statement to checkForCrashes to try to figure out what's going wrong
2009-10-20 13:27:02 -04:00
Jonathan Griffin
9d1984bf9a
Bug 521457. Add debugger options to runreftest.py and runxpcshelltests.py. r=ted
...
--HG--
extra : rebase_source : 420b33b1d44aae7361c25d8bcc15032c303aa80d
2009-10-19 16:12:09 -07:00
Jonathan Griffin
ba826e31ee
Bug 519574. Add --setpref to runtests.py, to add custom prefs to mochitest runs. r=mielczarek
...
--HG--
extra : rebase_source : db4f83d61b30b70fe5e3f49b25367f223a1ea5e3
2009-10-14 10:55:25 -07:00
Ted Mielczarek
331ace7109
bug 515436 - Electrolysis test runs need a special LD_LIBRARY_PATH. fix automation.py and various consumers to not overwrite LD_LIBRARY_PATH. r=bsmedberg
...
--HG--
extra : rebase_source : 414a8059faaf7888b53f98712d0b0f6b4863d2ad
2009-10-08 14:10:47 -04:00
Chris Jones
d215e057fe
Merge backout
2009-10-02 18:09:39 -05:00
Chris Jones
08de77b6a4
Backed out changeset 8cbc47eee659
2009-10-02 18:09:08 -05:00
Ted Mielczarek
358f330e27
bug 519194 - No symbols in stack trace on tests of optimized builds (landing without review, consider it a bustage fix)
2009-10-02 14:46:49 -04:00
Chris Jones
3e5fef214c
bug 441324: implement infallible ::operator new(), malloc() and friends. make |new Foo()| infallible, but leave |malloc()| fallible for the time being. r=blassey sr=bsmedberg,vlad
2009-10-01 21:50:09 -05:00
Ted Mielczarek
d5ed615fdd
bug 518641 followup, don't try to copy files around if the test-package directories don't exist.
...
--HG--
extra : rebase_source : baa18363c47218f4020b19c9782155c9aae27992
2009-10-01 18:07:52 -04:00
Nick Thomas
fcec857885
Bug 518641 followup, delete unified test-package directory (resolves bustage the 2nd time a build slave packages tests)
2009-10-01 17:21:51 +13:00
Ted Mielczarek
670b62afa1
bug 518641 - "make package-tests" doesn't work right on OS X universal builds. r=bsmedberg
...
This patch causes us to build archictecture-specific test packages in the
OS X universal build postflight makefile, and unifies them into a universal
test-package (containing the same test files, but universal binaries), and
then special-cases the "package-tests" target to use that pre-generated
test package in the universal build case.
--HG--
extra : rebase_source : 41d1f3fe887a2dbdee3ad560ab46bcb261883690
2009-09-29 08:31:50 -04:00
Ted Mielczarek
6f1bf78be2
bug 518641 - fix the "unify" script to properly handle Java .class files. r=bsmedberg
...
Java .class files and Mach-O fat binaries use the same 4-byte magic
number at the start of the file. 'unify' uses the magic number to detect
Mach-O binaries, so it chokes on Java .class files. This change makes us
use the same heuristic as file(1), which is to check the second 4 bytes
in the file. Java class files put a version number there, and Mach-O
fat binaries put the number of contained architectures there. Conveniently,
Mach defines only 18 architectures, and Java's lowest shipping version
number is 43, so there's no overlap in valid values.
--HG--
extra : rebase_source : 84f5382bca6fa4bde721686f029514a41dfaf6b4
2009-09-29 08:31:50 -04:00
Brad Lassey
9e1a596830
bug 503710 - PR_FormatTime / strftime() doesn't work on Windows CE shunt r=dougt
2009-09-25 12:52:09 -04:00
Boris Zbarsky
71c43ed5e8
Another fix for bug 485531, working around the bustage from bug 504480. r=ted
2009-09-25 12:47:51 -04:00
Mitchell Field
eb31b31d25
Bug 514665 - fix stupid module name differences on windows. r=ted
2009-09-25 18:41:16 +02:00
Benjamin Smedberg
049331bb27
Build bustage from bug 485409: extra quoting required for PERL now.
2009-09-22 10:13:27 -04:00
Benjamin Smedberg
56a8d84c46
Bug 485409 - Handle a Windows-style path as $srcdir in configure, by modifying the default autoconf M4 macros so that they recognize Z:/ as an absolute path. r=ted
2009-09-22 09:05:48 -04:00
Phil Ringnalda
94cd737ac8
Bug 514211 - Sweep some mouse turds out of build/unix/, r=ted
2009-09-18 19:59:52 -07:00
Serge Gautherie
b361f3d1e5
Bug 469523 - xpcshell-tests: enable leak log in tinderbox (log); (Hv1) Use automationutils.dumpLeakLog(), fix/update automationutils.processLeakLog() log messages
...
r=ted.mielczarek
2009-09-16 17:50:03 +02:00
Josh Aas
f7b71f7247
Use gcc-4.2 and the 10.5 SDK by default in Gecko 1.9.3. Gecko 1.9.3 builds will no longer run on Mac OS X 10.4. b=501436 r=ted
2009-09-15 13:11:24 -04:00
Alex Pakhotin
591a372cf3
Bug 508721 - fixing a bug in argument passing in WinCE build tools, r=blassey
2009-09-10 14:32:32 -07:00
Josh Aas
37c4f0f8a2
Remove build/package/debian. See bug 233323. r=ted
2009-09-10 16:05:41 -04:00
Brad Lassey
752fb7fae5
bug 515415 - [WinCE] Software Update not being applied, path from wgetcwd doesn't always end with a slash r=dougt
2009-09-10 14:45:08 -04:00
Josh Aas
621cf29067
Add executable bits back to config.guess files. b=515002
2009-09-09 08:20:25 -04:00
Josh Aas
099411b764
Sync config.guess to latest version from gnu, include fix for GNU Savannah bug 6827. b=515002 r=ted
2009-09-08 14:55:19 -04:00
Serge Gautherie
750b11805e
Bug 469523 - xpcshell-tests: enable leak log in tinderbox (log); (Fv1) Move code to automationutils.py from automation.py.in
...
r=ted.mielczarek
2009-09-06 03:08:49 +02:00
Ted Mielczarek
466d690dc7
Bug 469523 - xpcshell-tests: enable leak log in tinderbox (log); (Gv1a) fix build dependencies of automationutils.py
...
r=benjamin
2009-09-06 03:08:46 +02:00
Benjamin Smedberg
008e309c7f
Bug 513032 - remove empty conditionals in our makefiles, r=ted
2009-08-27 10:48:18 -07:00
Brad Lassey
67ebdb3765
bug 506763 - wgetcwd implementation in the WinCE shunt is broken in some circumstances r=dougt
2009-08-28 10:15:24 -04:00
Benjamin Smedberg
cd2c007c60
Additional followup #3 to bug 398573 - remove more REQUIRES by fixing another bug in the script
2009-08-27 09:09:31 -07:00
Benjamin Smedberg
0df64c6bc4
Additional followup to bug 398573 - remove REQUIRES from the tree even when they are in makefile conditional blocks
...
--HG--
extra : rebase_source : cc65c34a414e6c67a5651fc9cf0b6bd709ebcdbd
2009-08-27 08:53:13 -07:00
Serge Gautherie
93b0c2ea9b
Backed out changeset: f6bf83b50648
2009-08-26 22:36:55 +02:00
Serge Gautherie
ac322e6f58
Bug 469523 - xpcshell-tests: enable leak log in tinderbox (log); (Fv1) Move code to automationutils.py from automation.py.in
...
r=ted.mielczarek
2009-08-26 18:36:40 +02:00
Benjamin Smedberg
2e9438fd2f
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
2009-08-25 08:59:31 -07:00
Brian Crowder
0f9e2ebea3
fixing an issue w/ global variable in cab builder python script, r=me
2009-08-22 01:02:21 -07:00
Brian Crowder
1e4842ae16
Bug 511936: cab-file building python script should respect MOZ_FASTSTART and add a faststart link to cab installer, r=blassey
2009-08-22 00:13:49 -07:00
Robert Strong
834995a25c
Bug 510836 - mozce_shunt.dll loaded with updater.exe. r=blassey, r=vlad
2009-08-20 19:58:47 -07:00
Vladimir Vukicevic
632d2bb1ff
b=511568; WinCE shunt not overriding std::nothrow operator new; r=blassey
2009-08-20 18:46:34 -07:00
Karl Tomlinson
04f1f2de08
Bug 477724 avoid pointless shell interpreter hanging around r=bsmedberg
2009-08-21 10:09:54 +12:00
Nick Thomas
a37dce8ff7
Bug 530469, disable parallel make in build/wince/tools, r=ted.mielczarek
2009-08-18 17:23:38 +12:00
Justin Dolske
6c8ffa5616
Bug 509138 - errors reported when building WinCE tools. r=benjamin
2009-08-14 16:22:43 -07:00
Clint Talbert
7de978af0c
Bug 482260, Add more comprehensive tests, patch=dougt, r=mfinkle,jmaher,ctalbert
2009-08-14 16:12:09 -07:00
Brad Lassey
c4cb180942
Backed out changeset 08f71a710ae3 due to orange unit tests r=dougt
2009-08-12 19:26:03 -07:00
Doug Turner
5c3eea7d6f
Bug 482260. Add more tests cases for geolocation. Also fixes max age not being able to be set to zero. r=mfinkle,jmaher.
2009-08-12 12:17:33 -07:00
Nick Thomas
0a334199c2
Bug 503469, Support packaging WinCE Firefox builds as zip, complete.mar, r=ted.mielczarek
2009-08-11 15:50:32 +12:00
L. David Baron
6c506cbb10
Run output of debug builds through fix-linux-stack/fix-macosx-stack. (Bug 385248) r=ted
2009-08-10 15:52:29 -07:00
Boris Zbarsky
8201eb13da
Bug 485531. Make --debugger-gdb work reliably on mac. r=ted
2009-08-06 13:34:49 -04:00
Phil Ringnalda
961c1d7e61
Bug 504239. Remove useless chunk of barely-used script. r=ted
2009-08-04 09:50:18 +12:00
Paul O’Shannessy
7fdd8fa3d2
Bug 506394 - ExpandEnvironmentStringsW in CE shunt isn't quite right, r=vlad
2009-08-01 16:21:58 -07:00
Honza Bambas
b3eafae72d
Bug 483440 - PSM doesn't detect invalid OID encodings in Cert Viewer Details tab, r=nelson+johnath
2009-07-29 22:23:27 +02:00
Honza Bambas
58b33ea115
Bug 483437 - PSM doesn't properly escape AVA Values in Cert Viewer Details tab, r=nelson+benjamin
2009-07-29 22:23:27 +02:00
Jim Blandy
337d1489a6
Bug 475654: Allow workaround for NSPR installations with no nspr-config script. a=wes, r=jimb
2009-07-28 13:18:50 -07:00
Ginn Chen
f90d939080
Bug 456719 run-mozilla.sh doesn't work well with ksh93 r=benjamin
2009-07-23 18:09:10 +08:00
Mark Banner
7e8474c02b
Bug 503886 Allow non-mozilla central applications to use automation-build.mk. r=bsmedberg
2009-07-17 09:25:41 +01:00
Doug Turner
4786204e9c
[Bug 504181
...
1] WinCE build tools - optionally force text and rdata to be locked. r=vlad
2009-07-16 11:32:03 -07:00
Vladimir Vukicevic
35e3f1f00f
b=503123; add some additional defines/include paths to WinCE tools; r=dougt
2009-07-08 16:34:01 -07:00
Brad Lassey
0b95a139ae
bug 498844 - need _wchdir for updater (in shunt) r=dougt
2009-07-08 11:46:36 -04:00
Robert Kaiser
52826bd829
bug 498500 - Mac DMG unpackaging is unreliable, r=ted
2009-07-06 18:13:57 +02:00
Vladimir Vukicevic
d802f9f6ef
b=501180; add flag to disable compress for cabwiz to make_wince_cab; r=blassey
2009-07-01 11:38:00 -07:00
Brad Lassey
0162065e05
bug 50070 - mozconfig2configure can't handle paths with parenthesis r=ted
2009-06-24 16:21:14 -04:00
Chris AtLee
e7936ee1eb
Bug 499161 - Set xrePath when creating the environment for the main process. r=ted
2009-06-18 15:13:20 -04:00
Brad Lassey
79067a3630
bug 498394 - wince shunt's unlink has wrong return value r=dougt
2009-06-18 07:34:12 -04:00
Hiroyuki Ikezoe
9ba5a69876
bug 491795 - argpath_conv in toolspath should support Fe option r=blassey
2009-06-18 07:33:01 -04:00
Brad Lassey
8856cad042
bug 491796 - arm-wince-gcc should support link and entry options r=dougt
2009-06-18 07:28:57 -04:00
Dave Townsend
2a16aa282c
Bug 497884: Intermittent failure in test_classifier.html and test_classifier_worker.html. r=sdwilsh
2009-06-17 11:47:08 +01:00
Joel Maher
f2847c7f2e
Bug 489817 - migrate existing geolocation tests from mochitest to browser-chrome; r=(ctalbert + doug.turner)
2009-06-08 21:50:04 +02:00
Hiroyuki Ikezoe
21d14dbaa8
bug 493648 - build errors due to mozce_shunt.h is in dist/include (caused by bug 488175) r=bsmedberg, blassey
2009-05-19 14:15:51 -04:00
Asaf Romano
599c561678
backing out bogus checkin again
2009-05-18 04:18:37 +03:00
Asaf Romano
4b1e16bc03
bug 490068 - leak window after showing bookmarks panel. r=dietrich.
2009-05-17 23:14:27 +03:00
Josh Aas
7b18a43803
Remove a perl module used to build on classic Mac OS (MacCVS). rs=bsmedberg
2009-05-14 16:41:55 -04:00
Josh Aas
109f956de0
Sync config.guess with latest from gnu "config" package. See bug for changelog. b=492623 r=ted
2009-05-12 23:47:03 -04:00
Ted Mielczarek
eea55d01da
bug 483062 - figure out how to get crash stacks from xpcshell tests - another followup bustage fix
2009-05-12 07:57:44 -04:00
Ted Mielczarek
7aa5da833a
bug 483062 - figure out how to get crash stacks from xpcshell tests - followup bustage fix for leak tests
2009-05-12 07:28:44 -04:00
Ted Mielczarek
4f4b086565
bug 483062 - figure out how to get crash stacks from xpcshell tests. r=bsmedberg
...
--HG--
extra : rebase_source : 70355805b7f71c016eaa7aaea1d1916a23316b8a
2009-05-11 15:54:39 -04:00
Olli Pettay
1f7cf9b660
Bug 486502 - Dispatch test events only when running mochitest/chrome/browser-chrome, r+sr=roc
2009-05-06 07:30:39 +03:00
tn
01c2b0f2ae
Bug 490951 - Fix timeout for scripts when running mochitests; r=ted.mielczarek
2009-05-06 01:11:19 +02:00
Vladimir Vukicevic
58748cabbd
Move jemalloc.obj inside MOZ_MEMORY for WinCE shunt; r=wince
2009-04-28 11:07:05 -07:00
Vladimir Vukicevic
4cfd3d019a
b=490037; export localtime_r/gmtime_r from CE shunt; r=dougt
2009-04-24 12:55:12 -07:00
Vladimir Vukicevic
9be2078d7e
b=488608; enable jemalloc on CE6; r+sr=stuart
2009-04-24 10:31:18 -07:00
Vladimir Vukicevic
03f71abbf7
adding missing file
2009-04-24 11:40:20 -07:00
Vladimir Vukicevic
801b1f9b61
Backed out changeset 1eec75c27e2f
2009-04-24 10:43:19 -07:00
Vladimir Vukicevic
aa56e5c711
b=488608; enable jemalloc on CE6; r+sr=stuart
2009-04-24 10:31:18 -07:00
Vladimir Vukicevic
99583ecc93
b=89487; clean up mozce_shunt, add def file; r=dougt
2009-04-24 10:30:30 -07:00
Hiroyuki Ikezoe
e7a154472f
Bug 488804 - Cleanup in build/wince/shunt/map.cpp. r=blassey
2009-04-21 09:50:23 +02:00
Serge Gautherie
5c536971f8
Bug 482598 - Requesting a tinderbox for Mac with --enable-accessibility; (Bv1) Force a leak threshold for test suite; r=jwalden+bmo
2009-04-21 00:26:03 +02:00
Ben Hearsum
a69495324f
bug 486992: post_upload.py errors aren't caught - use sys.exit(non-zero) when exceptions are caught in upload.py. r=ted
2009-04-20 12:42:58 -04:00
Ginn Chen
1e9057e2f1
Bug 487602 Failed to compile firefox on Solaris r=bsmedberg
2009-04-20 15:22:06 +08:00
Ginn Chen
0f7ef1fa64
Back out bug 487602
2009-04-14 17:04:43 +08:00
Ginn Chen
a9f1c99903
Bug 487602 failed to compile firefox on Solaris r=bsmedberg
2009-04-14 16:42:50 +08:00
Hiroyuki Ikezoe
983ce3f149
bug 485280 - Need more buffer size of arm-wince tools r=blassey
2009-04-13 22:49:06 -04:00
Serge Gautherie
a789e5828a
Bug 484231 - A Mochitest crashdump turns the waterfall orange but misses to |TinderboxPrint|; (Bv1) runtests.py.in: return |status| instead of |0|, and 3 (unrelated) nits; r=jwalden+bmo
2009-04-10 12:30:32 +02:00
Honza Bambas
137cc26e8a
Bug 480713 - nsDocLoader doesn't clear requests from mRequestInfoHash, security UI may not report mixed content, r,sr=jst
2009-04-08 10:45:32 +02:00
John Wolfe
e456c19b02
Bug 476733 - WinCE Dynamic CAB INF File Production Needed - r+ted
2009-04-07 23:44:03 -04:00
Serge Gautherie
e279585251
Bug 469518 - Enable Reftest leak log in tinderbox (log); (Ev1) Parse the log and support a leak threshold; r=jwalden+bmo
2009-04-05 15:03:46 +02:00
Makoto Kato
b68fa392fb
Bug 485264 followup - quote things to death, r=bsmedberg
2009-04-03 13:48:08 -04:00
Benjamin Smedberg
0ba8d594a1
Update pymake
2009-04-02 12:26:17 -04:00
Robert O'Callahan
64b6352d5f
Bug 475441. Make the media cache size really small while we're running mochitests, to give the cache code a thorough workout. r=doublec
2009-04-01 13:52:56 +13:00
Benjamin Smedberg
e9a284b15d
Update pymake for better memory usage and faster execution.
2009-04-01 16:13:55 -04:00
Robert O'Callahan
cb7e64f24f
Backed out changeset c166dc4af167
2009-04-01 16:18:14 +13:00
Robert O'Callahan
7df6bc888e
Bug 475441. Make the media cache size really small while we're running mochitests, to give the cache code a thorough workout. r=doublec
...
--HG--
extra : rebase_source : c8ab78a79557ecf02ca4f11d3d8d83fb3685f1f1
2009-04-01 13:52:56 +13:00
Benjamin Smedberg
21a20179b4
Update pymake with --keep-going and other fixes
2009-03-31 17:10:23 -04:00
Brad Lassey
abc0d86d49
bug 465996 - M_SQRT_1_2 missing from windows ce headers r=dougt
2009-03-31 12:27:25 -04:00
Brad Lassey
183b8bf73f
bug 485227 - Don't force link jemalloc on windows ce r=ted, crowder
2009-03-31 12:27:25 -04:00
Benjamin Smedberg
4374e7b7a1
Followup to bug 474703 for pymake: use core_abspath to get Windows-style absolute paths correct, r=ted
2009-03-31 12:04:53 -04:00
Benjamin Smedberg
b7dbb7cee0
Bug 485264 - Not enough quotes in mozprog.m4 when suggestions contain spaces r=ted
2009-03-31 08:41:50 -04:00
Walter Meinl
b2a122ec44
Bug 484287 - [OS/2] simplify test_os2.cmd; r=mozilla@Weilbacher.org
2009-03-27 00:45:15 +01:00
Benjamin Smedberg
241c1b5040
Update pymake to tip of my repo, NPODB.
2009-03-26 16:24:51 -04:00
Brad Lassey
0994d0ae06
bug 481579 - changes to shunt and tools for jemalloc on windows ce r=dougt
2009-03-23 21:16:03 -04:00
Brad Lassey
2650b63bae
bug 476201 - follow up, missed some of the changes in the first push, r=ted
2009-03-21 15:20:49 -04:00
Brad Lassey
13c9b1c088
bug 476201 - devenv builds shunt lib in source dir, remove visual studio projects r=ted
2009-03-21 14:59:51 -04:00
Benjamin Smedberg
5e6515d97a
Import pymake into Mozilla. This is not used by default (yet), but this snapshot should be good enough for doing relative-srcdir builds on Windows. r=ted
2009-03-19 10:19:38 -04:00
Serge Gautherie
a71bcbb5a6
Bug 482236 - runtests.py.in : wrong leak detection on this case; (Av1a) Support a negative 'Total' value; r=(dbaron + jwalden+bmo)
2009-03-17 15:22:59 +01:00
Serge Gautherie
a92965be5e
Bug 469518 - Enable Reftest leak log in tinderbox (log); (Dv1) Early return in processLeakLog(); r=jwalden+bmo
2009-03-17 15:22:57 +01:00
Ginn Chen
1233d3dcd9
Bug 480967 Don't leak MSYS paths into makefiles, fix Solaris bustage r=bsmedberg
2009-03-11 16:51:47 +08:00
Dave Camp
45cf011897
Bug 482073 - test_classifier.html issues leading to intermittent failures. r=waldo
2009-03-10 14:57:59 -07:00
Daniel Holbert
7ae02c63e7
Bug 473705 auxiliary patch: Enable SMIL pref during mochitests. r+sr=roc
2009-03-10 13:35:25 -07:00
Benjamin Smedberg
3305b96ed7
Bug 481732 - Check for crash minidumps in unit tests and dump them, if the MINIDUMP_STACKWALK path is set in the environment, r=ted
2009-03-10 13:36:14 -04:00
Serge Gautherie
e693d3246b
Bug 469518 - Enable Reftest leak log in tinderbox (log); (Cv1) "Fix" processLeakLog() arguments; r=jwalden+bmo
2009-03-10 15:10:25 +01:00
Serge Gautherie
d0a01b63f4
Bug 469518 - Enable Reftest leak log in tinderbox (log); (Bv1b) Move leak log parsing code to automation.py.in from runtests.py.in; r=jwalden+bmo
2009-03-09 21:00:55 +01:00
Benjamin Smedberg
c4cc33cfae
Bug 40967 - Avoid leaking MSYS paths in Makefiles: use c:/dir/path paths whenever possible, r=ted
2009-03-09 10:55:41 -04:00
Ben Turner
7b2f1bd35e
Bug 480279 - 'Allow mochitests to launch under a debugger or valgrind'. r=waldo.
2009-03-06 15:28:20 -08:00
Serge Gautherie
5dd75974c9
Bug 480077 - automation.py.in : additional fix to bug 472706 for |runApp()| return value(s); (Bv1a) Replace external times by internal duration ++; r=jwalden+bmo
2009-03-05 19:01:39 +01:00
Asaf Romano
6d0f9d36c6
I have no idea how did that happen. backing out this part.
2009-02-26 16:18:23 -08:00
Asaf Romano
fe4d91cd12
Bug 480149 - DOMLinkAdded and DOMLinkRemoved events for link elements should be dispatched when swapping docshells. r+sr=bz.
2009-02-26 14:05:42 -08:00
Jonas Sicking
fea9eede61
Bug 479521: Don't follow unsafe same-site to cross-site redirects. Also fix a bug where reusing a XHR object that had been used cross site could result in the second request being more restrictive than it should be. r/sr=jst
2009-02-24 11:46:51 -08:00
Jonas Sicking
b2248a4405
Backed out changeset 4130ff1e52f3 (bug 479521) due to test failures.
2009-02-24 15:38:40 -08:00
Jonas Sicking
ca2acd2b73
Bug 479521: Don't follow unsafe same-site to cross-site redirects. Also fix a bug where reusing a XHR object that had been used cross site could result in the second request being more restrictive than it should be. r/sr=jst
2009-02-24 11:46:51 -08:00
Dave Camp
0a853feebb
Bug 474703 - mochitest broken when TOPSRCDIR is relative. r=ted
2009-02-22 11:09:09 -08:00
Doug Turner
1ddaaa16e6
Bug 479503 - move processor specifics out of windows mobile build tools. r=blassey
2009-02-20 13:58:27 -08:00
Honza Bambas
d445d2c8f7
Bug 452401 - Create tests for mixed content, disabling the tests
2009-02-18 19:44:07 +01:00
Honza Bambas
9819d5341a
Bug 452401 - Create tests for mixed content, r=kaie
...
--HG--
rename : security/manager/ssl/tests/mochitest/test_bug413909.html => security/manager/ssl/tests/mochitest/bugs/test_bug413909.html
2009-02-18 14:31:31 +01:00
bjarne@runitsoft.com
b030acc152
Bug #476185 - runtests.py should print stdout immediately. r=jwalden
2009-02-13 14:33:14 -08:00
Ted Mielczarek
c5020af907
another bustage fix followup from bug 468913
2009-02-12 10:21:35 -05:00
Ted Mielczarek
a0dc1e2a51
bug 468913 - Need a Makefile target to run reftest. r=dbaron,bsmedberg,jwalden
2009-02-12 08:49:53 -05:00
Ted Mielczarek
c07bf673e3
bug 476163 - consolidate makefile cruft for generating automation.py. r=bsmedberg
...
--HG--
rename : build/pgo/automation.py.in => build/automation.py.in
2009-02-12 08:49:53 -05:00
Vladimir Vukicevic
6fd22354d0
b=477727; rework mozce_shunt's env var handling; r=crowder
2009-02-10 15:10:07 -08:00
L. David Baron
e6253b557d
Fix remaining occurrences of 'ERROR FAIL' in the tree (other than those fixed in bug 468913). (Bug 477869) r=ted
2009-02-10 14:05:27 -08:00
Doug Turner
efaac6978b
Bug 477759 - stop using fp:fast as a build option on windows mobile. r=blassey
2009-02-09 22:56:30 -08:00
Brad Lassey
fa0de5d800
bug 477678 - Windows CE builds should target ARMv6 r=dougt
2009-02-09 19:00:24 -05:00
Ted Mielczarek
18e08ab904
bug 460515 - Remove assumption that xpcshell etc in same directory as app executable. r=jwalden
2009-02-09 13:57:27 -05:00
Ginn Chen
21e513ab2a
Bug 472269 LD_LIBRARY_PATH is not set when running thunderbird from mozilla/dist/bin on Solaris r=wtc sr=neil
2009-02-09 14:18:02 +08:00
Brad Lassey
12240222e1
bug 465874 - WinCE Environment Variables Have To Be Passed On Command Line r=bsmedberg
2009-02-05 15:50:44 -08:00
Serge Gautherie
74eee262d7
Bug 475455 - [Windows 2000] runtests.py: automation.py can't kill ssltunnel.exe; (Av1b) Support Win2K kill.exe tool; r=jwalden+bmo
2009-01-29 14:37:37 +01:00
Brad Lassey
a3e2c86e47
bug 474737 - Windows ce tools refactor, NPOTB r=dougt, ted
...
--HG--
rename : build/wince/tools/vs9ppc2003arm/arm-wince-as.c => build/wince/tools/arm-wince-as.c
rename : build/wince/tools/vs9ppc2003arm/arm-wince-gcc.c => build/wince/tools/arm-wince-gcc.c
rename : build/wince/tools/vs9ppc2003arm/arm-wince-lib.c => build/wince/tools/arm-wince-lib.c
rename : build/wince/tools/vs9ppc2003arm/arm-wince-link.c => build/wince/tools/arm-wince-link.c
rename : build/wince/tools/vs9ppc2003arm/arm-wince-res.c => build/wince/tools/arm-wince-res.c
rename : build/wince/tools/vs9ppc2003arm/toolspath.h => build/wince/tools/toolspath.h
2009-01-28 13:13:56 -05:00
Jim Blandy
ae65f2b142
Bug 475064: Use 'test !', not '! test' in configure scripts. r=bsmedberg
2009-01-28 09:01:40 -08:00
Dave Townsend
686e67addc
Bug 424488: Test infrastructure for signed jars. r=ted
2009-01-26 09:39:08 +00:00
bjarne@runitsoft.com
3a0930b339
Bug 464191 - ssltunnel process persists after Mochitest run. r=jwalden, a=testingonlychange
2009-01-12 11:23:28 -08:00
Daniel Holbert
3a59b040f3
Bug 473236 - follow up patch v3a: restore executable status for some files that might need it. a=ted
2009-01-23 11:52:51 -08:00
Ted Mielczarek
79e7690f7c
bug 474973 - make config.{guess,sub} executable
2009-01-23 07:56:51 -05:00
Brad Lassey
5963b43add
bug 459629 - Avoid code path with LoadLibraryEx called with LOAD_WITH_ALTERED_SEARCH_PATH in nsGlueLinkingWin for windows ce
2009-01-22 22:55:01 -05:00
Benjamin Smedberg
82ba665418
Bug 269538 - use stdint types instead of jscpucfg types, now that we have them auto-configured
...
* Various code inside and outside of JS uses JS_BYTES_PER_WORD, so I added it to js-config.h
* Existing code uses JS_BYTES_PER_DOUBLE, JS_BITS_PER_WORD_LOG2, and JS_ALIGN_OF_POINTER so I've added autoconf tests for those
r=crowder r=jimb
2009-01-14 15:56:30 -05:00
Arpad Borsos
4af1852ab6
Bug 472332 - Remove unused files from build/autoconf; +aclocal cleanup; r+sr=ted.mielczarek
2009-01-22 19:01:24 +01:00
Daniel Holbert
2a7d88e05a
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
Benjamin Smedberg
09ffef3261
Backed out changeset 525e42406396, bug 269538 (jscpucfg-ectomy) due to Windows TUnit bustage.
2009-01-21 17:34:28 -05:00
Benjamin Smedberg
db11be65b9
Bug 269538 - use stdint types instead of jscpucfg types, now that we have them auto-configured
...
* Various code inside and outside of JS uses JS_BYTES_PER_WORD, so I added it to js-config.h
* Existing code uses JS_BYTES_PER_DOUBLE, JS_BITS_PER_WORD_LOG2, and JS_ALIGN_OF_POINTER so I've added autoconf tests for those
r=crowder r=jimb
2009-01-14 15:56:30 -05:00
Dave Townsend
fc1723b887
Bug 435743: Add untrusted and self signed https servers to the test server. r=ted
2009-01-21 11:01:00 +00:00
Jeff Walden
e875242af2
Sigh, last time this broke wasn't just a passing anomaly. Backed out changeset 82a1d612dde8
2009-01-18 20:12:32 -08:00
bjarne@runitsoft.com
a706f0544a
Bug 464191 - ssltunnel process persists after Mochitest run. r=jwalden
2009-01-12 11:23:28 -08:00
Honza Bambas
cb473151d0
Bug 470963 - stop copying build/pgo/certs to the objdir, r=ted.mielczarek
2009-01-18 22:44:43 +01:00
Honza Bambas
dc9449fd60
Backcing out bug 470963, again...
2009-01-18 22:15:15 +01:00
Honza Bambas
013b232c4b
Bug 470963 - stop copying build/pgo/certs to the objdir, r=ted.mielczarek
2009-01-18 21:39:45 +01:00
Honza Bambas
273d6dbc2c
Backing out bug 470963
2009-01-18 15:44:37 +01:00
Honza Bambas
e5e8bacfda
Bug 470963 - stop copying build/pgo/certs to the objdir, r=ted.mielczarek
2009-01-18 15:20:48 +01:00
Dave Camp
c12a3b0506
Bug 441359: Check script and css loads against the classifier. r+sr=jonas
2009-01-13 23:13:48 -08:00
Jeff Walden
99efd28560
Backed out changeset a2018012b3ee, may have broken tree (in an inscrutable way, unlike last time :-( )
2009-01-15 17:16:35 -08:00
bjarne@runitsoft.com
289ea62e3d
Bug 464191 - ssltunnel process persists after Mochitest run. r=jwalden
2009-01-12 11:23:28 -08:00
Honza Bambas
d9aebbfa4a
Bug 468087 - Cannot add new https hosts to Mochitest, r=jwalden
2009-01-15 21:17:34 +01:00
Honza Bambas
48b4e62a7e
Bug 456001 - Need automated testing for SSL client auth, r=jwalden
2009-01-15 20:19:15 +01:00
Robert Sayre
e21c1a1d06
Merge m-c to tracemonkey.
...
--HG--
rename : js/src/js.cpp => js/src/shell/js.cpp
2009-01-14 18:25:22 -05:00
Igor Bukanov
9408a9add9
bug 473167 - increase the maximum time chrome scripts are allowed to run in the debug builds. r=ted.mielczarek
2009-01-12 18:15:12 +01:00
Ted Mielczarek
e41c278e04
bug 467271 - JS not being PGOed on win32. r=bsmedberg
2009-01-08 13:52:38 -05:00
Jim Blandy
a04892f62e
Bug 465640: Use autoconf to declare stdint types on platforms that don't have stdint.h r=bsmedberg
...
At configure time, check for <stdint.h>. If we don't have it, find
integer types of various sizes. On Windows, where we can't run
compilation tests in configure, hard-code definitions suggesting the
use of the built-in __intN types for the exact-size types, and
<stddef.h> for the pointer-sized types.
Use namespace-clean names for the preprocessor macros we define.
Since these types are used in the public JavaScript API, the configure
script needs to place the definitions it finds in js-config.h, the
installed configure-generated header, so it can be used by jsapi.h and
that gang.
New header js/src/jsstdint.h does what it takes to get definitions for
the exact-size and pointer-size integral types. It includes
<stdint.h> when available, uses the types found by configure.in to
define the {,u}int{8,16,32,64,ptr}_t types itself, or uses the __intN
types and the <stddef.h> header.
Remove now-unnecessary and possibly conflicting definitions of intN_t
types from js/src/nanojit/avmplus.h.
2009-01-13 10:50:24 -08:00
Robert Sayre
b32137338d
bug 472706 - add better profiling input for spidermonkey in PGO builds. r=ted
...
--HG--
rename : modules/libpr0n/test/unit/image3.ico => build/pgo/favicon.ico
2009-01-13 07:34:19 -05:00
Dave Camp
b18d454609
Backed out changeset 44890ee1d15f for leaks
2009-01-13 02:22:59 -08:00
Dave Camp
ca7e07e266
Bug 441359: Check script and css loads against the classifier. r+sr=jonas
2009-01-12 21:52:00 -08:00
Dave Camp
c5cf52ea8a
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
Honza Bambas
f4b909ff36
Backing out bug 468087 and bug 456001
2009-01-12 21:47:31 +01:00
Jeff Walden
e0507cdd3f
Backed out changeset a12bffb28598; it's in the way of other backouts that need to happen.
2009-01-12 12:36:00 -08:00
bjarne@runitsoft.com
f81c16ba91
Bug 464191 - ssltunnel process persists after Mochitest run. r=jwalden
2009-01-12 11:23:28 -08:00
Honza Bambas
8a9261b1ad
Bug 468087 - Cannot add new https hosts to Mochitest, r=jwalden
2009-01-12 20:16:38 +01:00
Honza Bambas
a343d87334
Bug 456001 - Need automated testing for SSL client auth, r=jwalden
2009-01-12 20:14:40 +01:00
Ben Hearsum
e53b0eabc6
bug 455578: make sure upload.py always cleans up after itself. r=ted
2009-01-07 08:52:20 -05:00
Doug Turner
6b9913981c
Backed out changeset 5b6c7ace97c4
...
this patch is fine, it just had the wrong comment.
2009-01-05 10:08:00 -08:00
John Wolfe
618baf7b5c
Bug 464180 - link error when building nsWaveDecoder on wince. r=ted
2009-01-05 10:03:07 -08:00
Dave Camp
d4f7aed7eb
Backed out changeset e31d0d3c28fd (bug 441359)
2009-01-05 01:27:51 -08:00
Dave Camp
c3150e042c
Bug 441359: Run scripts/css through the classifier. r+sr=sicking
2009-01-04 23:40:29 -08:00
Ben Hearsum
ee8af401e2
bug 455578: create a post-upload script on stage to do release-to-dated, etc. - upload.py fixes and enhancements. r=ted
2008-12-24 09:05:00 -05:00
John Wolfe
1ad4a9a0bc
Bug 467368 - Windows Mobile _wfullpath implementation doesn't handle paths with ../ correctly
2008-12-15 10:53:21 -08:00
John Wolfe
e3ac859456
Bug 463326 - WinCE missing ExpandEnvironmentStringsW function. r=dougt, blassey
2008-12-15 10:16:07 -08:00
Nick Thomas
650c0e786c
When the XPCOM_DEBUG_BREAK environment variable is already set, don't override it. This will make assertions fatal again on the leak test tinderboxes. (Bug 463681) r=ted.mielczarek
2008-12-12 10:59:02 -08:00
Ted Mielczarek
889ff93072
bug 468124 - upload.py should let UPLOAD_PORT and POST_UPLOAD_CMD actually be optional. r=bsmedberg
2008-12-10 10:26:50 -05:00
Marco Perez
7b7bba66e3
Bug 461542 - consolidate the (unix) start scripts for our applications; mozilla-central patch v3; r=benjamin
2008-12-10 16:19:55 +01:00
L. David Baron
5817fc42ab
Remove the feature of run-mozilla.sh where we md5sum any file called 'core' in your home directory in order to see if it changes while running the program and potentially invoke GDB. (Bug 467638) r=bsmedberg
...
This feature is no longer particularly useful because core files on Linux are now generally called core.$PID (although occasionally core), and it is potentially quite harmful since Mozilla can become very slow to start for users with large core files in their home directory.
2008-12-08 08:08:05 -08:00
Mark Finkle
10a0e93c4e
Bug 465823: Allow XULRunner apps to use Mochitest in 1.9.1, r=ted, NPOTB
2008-12-05 11:52:25 -05:00
Boying Lu
4098c74b99
Bug 259945 - Mozilla should not use LD_LIBRARY_PATH on solaris; use libxul.so instead of libgkgfx.so; r=wtc sr=neil
2008-12-05 07:30:37 +01:00
Igor Bukanov
1c6685433f
Backed out changeset 700ae4e59496 - bug 453157 caused talos oranges. CLOSED TREE
2008-11-24 11:36:44 +01:00
Andrei Saprykin
3cfcbdb3c5
bug 453157 - watchdog thread as an alternative to operation counting, r=igor,mrbkap a19b2=beltzner (CLOSED TREE)
2008-11-24 00:15:46 +01:00
Igor Bukanov
957d522969
Backed out changeset 04cecb0ec24c to see if it fixes tinderbox oranges. CLOSED TREE
2008-11-22 16:33:09 +01:00
Andrey Saprykin
b6507b326f
bug 453157 - using watchdog thread as an alternative to the operation count. r=igor,mrbkap a19b2=beltzner (CLOSED TREE)
2008-11-22 01:53:37 +01:00
Igor Bukanov
b7df88f931
Backed out changeset c54f1957d564 - bug 453157 - build system changes caused mouchi test failures. CLOSED TREE
2008-11-22 00:13:42 +01:00
Andrey Saprykin
c87e2d80c8
bug 453157 - using watchdog thread as an alternative to the operation count. r=igor,mrbkap a1.9.0b2=beltzner (CLOSED TREE)
2008-11-21 22:58:16 +01:00
Boying Lu
07b6e8da50
Bug 259945 - Mozilla should not use LD_LIBRARY_PATH on solaris; use libgkgfx.so instead of libmozjs.so; r=wtc sr=neil
...
(to CLOSED TREE)
2008-11-21 20:24:08 +01:00
Ted Mielczarek
644d7fbb65
Followup fix for bug 454594 (need a makefile target that can upload files via ssh). r=bsmedberg, NPOB
2008-11-13 17:50:27 +01:00
Ted Mielczarek
3b0220e8a2
Bug 454594: need a makefile target that can upload files via ssh. r=bsmedberg, NPOB
2008-11-13 15:37:04 +00:00
Ted Mielczarek
b5fa9ea227
try to disable bug buddy in leaktest.py (bustage investigation)
2008-11-12 18:52:48 -05:00
Phil Ringnalda
bbe7e1d08a
Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg
2008-11-03 19:46:28 -08:00
Doug Turner
a4bb368e11
Redefines because windows mobile doesn't have W apis for these defindes. Not part of da browser
2008-11-03 22:58:15 +00:00
Doug Turner
731cec6a82
Adding default empty files for common ansi includes. NPODB
2008-11-03 22:14:02 +00:00
Doug Turner
2a3941ab78
errno and strerror implementation on windows mobile shunt. NPODB
2008-11-03 18:52:23 +00:00
Doug Turner
18d84aa65c
Windows CE Shunt Clean up. Massive removal of functionality to reduce the impact on our code. Part of bug 456788. NPODB
2008-10-24 18:39:07 +01:00
Mark Finkle
6a5fbd77e7
Bug 461364: Switch to using Professional SDK for VS8 WinCE builds, p=blassey, r=dougt (NPOTB)
2008-10-23 18:00:50 -05:00
Honza Bambas
766642a865
Bug 459699 - stop running certutil at build time, make developers run it when adding new SSL domains to server-locations.txt; r=ted.mielczarek
2008-10-21 17:50:38 +02:00
Brad Lassey
0187ad47ed
windows ce build tools update r=dougt
2008-10-20 16:15:40 -04:00
Blake Kaplan
54cdbe81ec
Merge mozilla-central -> tracemonkey
2008-10-13 11:05:05 -07:00
Doug Turner
9639fefae3
fixing macro so that it prints out the function name. npodb
2008-10-13 09:46:32 -07:00
Doug Turner
8e68b22077
disable NSPR debug logging by default. npodb
2008-10-13 09:36:36 -07:00
Brad Lassey
96bd63188f
windows mobile build stuff (vs project stuff) and updating buildtools path. r=dougt NPODB
2008-10-13 09:08:51 -07:00
Honza Bambas
d11f5d8cd5
Bug 413909 - nsCertOverrideService IDN handling is broken; tests; r=kaie
...
--HG--
rename : security/manager/ssl/tests/test_datasignatureverifier.js => security/manager/ssl/tests/unit/test_datasignatureverifier.js
rename : security/manager/ssl/tests/test_hash_algorithms.js => security/manager/ssl/tests/unit/test_hash_algorithms.js
rename : security/manager/ssl/tests/test_hmac.js => security/manager/ssl/tests/unit/test_hmac.js
2008-10-10 16:41:38 +02:00
Doug Turner
5f438c2fb6
Fixing open() flag parsing, switching wince port to use sql backend for nss (dbm is very broken), fixing line endings. npodb
2008-10-08 20:54:47 -07:00
Brendan Eich
b646f02b70
Restore -j for shell tests run on tracemonkey repo.
2008-10-01 00:36:01 -04:00
Brendan Eich
a1948920d2
Remove -j for shell tests in prep for m-c push.
2008-10-01 00:34:57 -04:00
Andreas Gal
83ea7eb834
Merge.
2008-09-30 16:35:52 -07:00
Doug Turner
0a031d4a4b
Build the wince tools optimized
2008-09-29 14:47:27 -07:00
Doug Turner
0f4f007281
Map SHGetFileInfoW to SHGetFileInfo on windows mobile. wince only.
2008-09-29 11:04:10 -07:00
Doug Turner
872bb14fe3
WinCE build tool changes. stubbing out GetDIBits, clock. implementing FatalAppExitW. npodb
2008-09-29 10:48:58 -07:00
Honza Bambas
c1c55c35ba
Bug 455168 - Add test ssl server certificate re-generation to tools phase in build/pgo; v2; r=ted.mielczarek
2008-09-28 22:35:45 +02:00
Honza Bambas
70a8923cbc
Bug 455813 - Windows PGO builds fail when --disable-tests is set; v2; ted.mielczarek
2008-09-28 22:27:51 +02:00
Doug Turner
184d418a86
Wince tool fixes. Removes msvcrt linkage which hoses us on device. Cleans up whitespace. npodb
2008-09-27 15:40:52 -07:00
Doug Turner
3f652f9265
Fixes toolspath.h. required to build using the windows mobile tools. npodb
2008-09-25 14:42:17 -07:00
Doug Turner
e876d9ea13
Bug 457033 - WinCE No FatalAppExit function in Shunt. patch by wolfe, r=dougt
2008-09-25 11:38:38 -07:00
Brendan Eich
31fd7964ea
Re-enable JIT enabling for unit tests in tracemonkey (r=mrbkap).
2008-09-24 18:59:17 -07:00
Serge Gautherie
2d6b07d803
Backed out changeset 9841b5e5cf10
...
Bug 455813 - Windows PGO builds fail when --disable-tests is set; r=ted.mielczarek
2008-09-24 07:16:12 +02:00
Honza Bambas
b893d5e6b9
Bug 455813 - Windows PGO builds fail when --disable-tests is set; r=ted.mielczarek
2008-09-24 06:23:21 +02:00
Doug Turner
22a48322d2
Bug 456625 - WinMobile / WinCE has no fstat. r=blassey
2008-09-23 15:41:41 -07:00
Doug Turner
f4b6a8052b
Bug 454116 - Potential Memory Allocation Failures in WinMobile. patch by wolfe. r=dougt
2008-09-23 13:58:33 -07:00
Doug Turner
0092e83dc7
Bug 454117 - WinMobile / WinCE has no Access Control Levels (ACL). New File. r=blassey
2008-09-23 11:26:49 -07:00
Doug Turner
b17a29abdd
Bug 454117 - WinMobile / WinCE has no Access Control Levels (ACL). r=blassey
2008-09-23 11:06:36 -07:00
Gavin Sharp
97caa62981
Merge backout with previous tip
2008-09-23 11:47:43 -04:00
Gavin Sharp
7fc3ae45eb
Back out unintentional change that enabled JIT for m-c unit tests
2008-09-23 11:46:25 -04:00
Andreas Gal
abad97c694
Merge.
2008-09-23 00:37:10 -07:00
Doug Turner
a2171043b5
Bug 444485 - Make WinMobile Build work with Visual Studio 2008. New Files. patch by wolfe. r=dougt+ted. npodb
2008-09-22 23:07:21 +01:00
Doug Turner
9f9d0ee270
Bug 456452 - INTPTR_T not defined for WinCE Builds. patch by wolfe, r=dougt. npodb
2008-09-22 22:58:51 +01:00
Doug Turner
e99d55c866
Bug 454712 - WinCE tools need better command line parsing. patch by wolfe. r=dougt. npodb
2008-09-22 22:19:53 +01:00
Doug Turner
52957474d4
Bug 454709 - WinCE Resource Compiling Needs Shunt Application. patch by wolfe. r=dougt. npodb
2008-09-22 22:08:46 +01:00
Doug Turner
47fd415ab3
Bug 444485 - Make Windows CE Mobile Build work with Visual Studio 2008 (VS9). Patch by Wolfe, r=dougt+ted. npodb.
2008-09-22 22:02:44 +01:00
Andreas Gal
368f7d5382
Merge with mozilla-central.
2008-09-21 12:44:24 -07:00
Neil Rashbrook
150fe2417b
Remove <CR>s (to fix cross-compilation bustage) rs=bsmedberg,gavin,roc,smontagu b=372802
2008-09-20 20:45:25 +01:00
Robert Sayre
ef1d953f6b
Turn on JIT for unit tests.
2008-09-12 14:55:28 -04:00
Bobby Holley
ca2c8d76a5
Forcing sRGB for mochitests - bug 454430. r=vlad
2008-09-09 21:13:23 -07:00
Doug Turner
59249909ee
Bug 454703 - WinCE Compiler Missing Values and APIs or Redefined Values. Patch by Wolfe, r=dougt
2008-09-22 21:37:50 +01:00
Honza Bambas
ffe9977404
bug 428009 - hook up ssltunnel to mochitest. r=waldo,kaie
2008-09-05 09:35:58 -04:00
Robert Kaiser
d20de93911
bug 453713 - add shell.checkDefaultClient pref to testing profile, r=ted
2008-09-05 14:03:30 +02:00
Mike Hommey
62f1326256
Bug 587028 - Remove automationutils.pyc from $(srcdir) on make clean. r=bsmedberg, a2.0=bsmedberg
...
--HG--
extra : rebase_source : b562df6573b1776b87dcd1fd751b0f8e7d0ffbd0
2010-08-18 19:53:18 +02:00
Taras Glek
cbf7b8bcd4
Bug 559961 - Reorder jar files as part of PGO, r=bsmedberg a=blocking2.0
...
--HG--
extra : rebase_source : d8a75545714a131291c74dd79c966150544ff9d1
2010-08-18 10:34:07 -07:00
Michael Wu
669d3cb56e
Bug 556644 - 7. Bring universal binaries into the world of omnijar, r=ted a=blocking2.0
2010-08-12 21:30:59 -07:00
Robert Strong
2bab61a8fb
Bug 585838 - Disable update checks in any tests running in the browser. r=dtownsend, a=dtownsend
2010-08-12 19:07:18 -07:00
Armen Zambrano Gasparnian
43fa2bfa56
Bug 438240 - packager.mk doesn't mount image automatically on MacOS 10.5, r=bsmedberg
2008-08-27 21:49:12 -04:00
Jim Blandy
131bb67d60
To allow altoptions.m4 to be shared by both the main Mozilla and the
...
SpiderMonkey build code, sincluding it shouldn't have any side
effects. Since only Mozilla wants the side effect, move it to
Mozilla's aclocal.m4.
2008-08-26 14:34:35 -07:00
Robert Sayre
b4b33170e8
Turn off the JIT during mochitest for now.
2008-08-21 20:23:52 -04:00
Robert Sayre
7f62a06cd6
Turn on the JIT for tracemonkey mochitests.
2008-08-21 14:16:33 -04:00
John Wolfe
a3f99c435d
Bug 444488 - "WM_ACTIVATEAPP / WM_MOUSEACTIVATE missing from WinCE" [r=stuart]
2008-08-19 23:01:34 -05:00
Kai Engert
b896a8b0e7
Backed out changeset 3770c42e3118
2008-08-16 08:00:17 +02:00
honzab@allpeers.com
4a11f328e4
Bug 428009, hook up ssltunnel to mochitest
...
Initial work by Jeff Walden, Patch contributed by Honza Bambas
r=jwalden, r=cbiesinger, r=sayrer, r=ted.mielczarek, r=kaie
2008-08-16 07:38:03 +02:00
Doug Turner
0f0bf62d60
Bug 443768. Several conditions in mode2binstr are always true. patch=wolfe@lobo.us, r=dougt@meer.net
2008-07-14 09:30:52 -07:00
Ted Mielczarek
b6d5093bf8
bug 411586 - make hte default packager format bzip2 instead of gzip. r=mento
2008-07-08 16:31:09 -04:00
Kai Engert
a6269cffd6
Backout bug 428009
2008-06-18 14:30:29 +02:00
Kai Engert
87cab20dd5
Bustage fix for 428009, whitespace change to force regen of automation.py
2008-06-18 13:15:02 +02:00
Kai Engert
c4139296bd
Bustage fix for Bug 428009
2008-06-18 13:03:23 +02:00
Kai Engert
60cb32844d
Bug 428009, hook up ssltunnel to mochitest
...
Patch contributed by Honza Bambas
r=jwalden, r=kaie
2008-06-18 11:44:19 +02:00
Ginn Chen
9e2d08f742
Bug 43737 Unable to debug firefox with "./firefox -g -d dbx" in Chinese locale, r=cls, sr=roc
2008-06-11 18:34:50 +08:00
Jeff Walden
e0db1865d6
Leaktest fix, take two.
2008-06-07 04:57:37 -04:00
Jeff Walden
888999e037
Followup fix to make leak tests work.
2008-06-07 04:44:40 -04:00
Jeff Walden
074efa08c7
Bug 428009 - Update the HTTP server to require a *correct* host be specified with it, not just *a* host via an absolute URI as Request-URI or a specified Host header. This also gives request handlers proper details about the location to which the request was targeted. r=biesi on the raw socket usage in the test code, r=ted on the build changes, r=sayrer on the server changes
2008-06-07 02:43:15 -04:00
Jeff Walden
c8154e48f9
Bug 435376 - Start making leaks fatal when running tests in setups where we don't leak. r=sayrer
2008-05-22 15:08:41 -04:00
Ben Hearsum
9bdeca450a
bug 422296: fix stupid typo in automation.py.in. r=duh
2008-05-14 09:27:47 -04:00
Ben Hearsum
f405b4d21e
bug 422296: fix stupid typo in automation.py.in. r=duh
2008-05-14 09:21:12 -04:00
Ben Hearsum
d3e0b8c412
bug 422296: need debug+leak testing builds for mozilla central - trivial follow-up for build/Makefile.in. r=tmielczarek, patch=me
2008-05-14 08:22:25 -04:00
Ben Hearsum
199532adb1
bug 422296: tools needed for debug+leak tests on mozilla-central - bloatdiff.pl + leaktest.py.in runner script. r=tmielczarek, patch=me
2008-05-13 17:17:33 -04:00
alqahira@ardisson.org
266b2a9a37
Bug 420659 - initial Mochitest support for running Camino. r=jwalden, a=test-only, Camino-only
2008-05-06 10:52:26 -07:00
gavin@gavinsharp.com
355e00c1ac
Bug 431713: show EULA by default on first run of Firefox on Linux, and add override for unit test/talos machines to avoid it there, r=mconnor, a=mconnor
2008-05-05 13:43:44 -07:00
bent.mozilla@gmail.com
75aa1203d6
Bug 379959. Patch by Jonas Sicking <jonas@sicking.cc>. r+sr=bz, a=damons.
2008-04-28 16:56:07 -07:00
dtownsend@oxymoronical.com
8406de217a
Bug 410637: Mac UB XULRunner SDK packages have empty bin directory. r=bsmedberg, a=beltzner
2008-04-10 07:50:48 -07:00
jwalden@mit.edu
3c931ce4b2
Bug 418009 - more followup, this time to deal with logspam due to self._process being a different class on different systems, with subtly different APIs. Python's library system's APIs for cross-platformness leave much to be desired, unfortunately...
2008-04-08 05:48:46 -07:00
jwalden@mit.edu
8dbf128bbb
Hopefully fix a bug on Windows, where we were trying to read from stdout but hadn't created the process with the flags to actually make the stdout be available to read. r=bustage
2008-04-08 01:44:26 -07:00
jwalden@mit.edu
74a2f73c04
Bug 418009 - Make runtests.py properly handle stdout for both the server and the application processes, rather than just sitting on the server output and hoping it doesn't grow 'too large'. This may fix some of the problems that were plaguing the PGO box that was using runtests.py a few days ago, and it should fix hangs numerous people have seen running Mochitests lately, where the server process decides to spew gobs of output about stuff being leaked. r=robcee
2008-04-07 22:18:45 -07:00
benjamin@smedbergs.us
6b94a20d67
Bug 426771 - The previous checkin happened before full testing, and there was an important typo ;-)
2008-04-07 09:38:33 -07:00