Phil Ringnalda
6ee897f7e0
Bug 631841 - Move Valgrind suppression files into mozilla-central, r=ted, a=test
2011-02-07 19:21:52 -08:00
Phil Ringnalda
5005ec8c59
Bug 620273 - Make bloatcycle.html not hit the network, r=dbaron, a=test
2010-12-13 15:57:59 -08:00
Phil Ringnalda
f965999973
Bug 618759 - Stop putting bloaturls.txt and bloatcycle.html in dist/bin/res/ where nothing wants them, r+a=ted
...
--HG--
extra : rebase_source : 1d8006b267c4916e22aa07ab04b2caa691512f16
2010-12-12 23:17:52 -08:00
Mike Hommey
84f637e795
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
Benjamin Smedberg
8a290b08a4
Bug 579178 part D - When unifying as sorted-matching, keep version A as the unified version, not the sorted version, r=ted
2010-08-05 10:11:39 -04:00
Benjamin Smedberg
94ef4d2ac3
Merge mozilla-central to the bug 568691 branch.
...
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
2010-06-30 14:23:23 -04:00
Benjamin Smedberg
63b1fe048d
Unify should ensure that when a .manifest file is being compared, if the last line doesn't end with a newline, it should add one so that lines don't get munged together incorrectly. rs=ted
2010-06-29 19:19:23 -04:00
Clint Talbert
00d549dd29
Bug 567945 - Re-enable sutagent build now that we have proper tool chain on android builds r=ted
2010-06-23 09:57:17 -07:00
Clint Talbert
1e56ca9052
Bug 567945 - Fix burning on Android - *bustage fix* - see https://bugzilla.mozilla.org/show_bug.cgi?id=567945#c11
2010-06-21 17:27:14 -07:00
Clint Talbert
34cb4428a7
Bug 567945 Android agent needs to build in mozilla-central r=ted
2010-06-21 14:26:55 -07:00
Jesse Ruderman
e3a2807fc0
Bug 570287 - New stack fixer that uses breakpad symbol files. r=ted
2010-06-25 14:47:19 -07:00
Mike Hommey
698d7e0676
Bug 543469 - Remove compiled python objects from automation during 'make clean' [r=ted.mielczarek]
...
--HG--
extra : rebase_source : 9a0445c40fe27ec9fced679cc601ce55598d6fb8
2010-04-19 10:17:51 +02:00
Ted Mielczarek
dc42426ab4
bustage fix from bug 551941 - remove old binaries before running test
2010-03-17 14:14:08 -04:00
Ted Mielczarek
6c93475929
bug 551941 - fix 'unify' to recognize 64-bit Mach-O files. r=bsmedberg
...
--HG--
extra : rebase_source : 5b9ae5f47929f69d8c0627ed694b6c4354ca995e
2010-03-17 11:55:56 -04:00
Brad Lassey
2dabb94b27
follow up to bug winmo_xmalloc, removing circular dependency r=dougt
2010-03-10 00:43:26 -05:00
Ginn Chen
0800fab6c3
Bug 538723: run_for_effect is not portable for Bourne shell r=ted.mielczarek
2010-03-08 17:30:40 +08:00
Mike Hommey
e3d745c6aa
Bug 541769 - leaktest files are not cleaned up by make clean. r=ted
2010-03-05 13:36:11 +01:00
Chris Jones
cb3531ba5d
Bug 441324, part 3: Configure and build changes for libmozalloc. r=bsmedberg
2010-03-03 23:02:57 -06:00
Jesse Ruderman
776993d4ff
Bug 539516 - Switch automation.py to use the new python stack fixer. r=ted
...
--HG--
rename : tools/rb/fix-macosx-stack.py => tools/rb/fix_macosx_stack.py
2010-02-21 13:03:20 -08:00
Neil Rashbrook
5a49c04d9b
Bug 525057 'make clean' deletes automationutils.py r=ted
2010-01-11 23:55:51 +00:00
Neil Rashbrook
a26675222b
Bug 525047 'make clean' deletes automationutils.py (backout)
2009-12-18 00:19:53 +00:00
Neil Rashbrook
679166082d
Bug 525057 'make clean' deletes automationutils.py r=ted
2009-12-17 20:59:10 +00:00
Ted Mielczarek
12543889f1
bug 526668 - add option to 'unify' to allow files to match if their sorted contents match. r=bsmedberg
2009-11-05 09:04:49 -05:00
Chris Jones
6f1c8167d4
Backed out changeset 8cbc47eee659
2009-10-02 18:09:08 -05:00
Chris Jones
2515107a6f
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
217e4c2081
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
L. David Baron
15203709d8
Run output of debug builds through fix-linux-stack/fix-macosx-stack. (Bug 385248) r=ted
2009-08-10 15:52:29 -07:00
Ted Mielczarek
deac5346ba
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
d577e133a0
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
Brad Lassey
eb5b3e53b5
bug 481579 - changes to shunt and tools for jemalloc on windows ce r=dougt
2009-03-23 21:16:03 -04:00
Ted Mielczarek
ad8ea71fa1
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
Brad Lassey
9c1615f15c
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
Honza Bambas
ddfb48ade1
Bug 470963 - stop copying build/pgo/certs to the objdir, r=ted.mielczarek
2009-01-18 22:44:43 +01:00
Honza Bambas
2762f1425c
Backcing out bug 470963, again...
2009-01-18 22:15:15 +01:00
Honza Bambas
119967994b
Bug 470963 - stop copying build/pgo/certs to the objdir, r=ted.mielczarek
2009-01-18 21:39:45 +01:00
Igor Bukanov
6fcb58cfde
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
Andreas Gal
0ed29ffe71
Backed out changeset adbe8e4b21dc due to tinderbox failures/timeouts (453157).
2009-01-05 16:22:42 -08:00
Andrei Saprykin
7fa88d7222
bug 453157 - watchdog thread as an alternative to operation count. r=myself,mrbkap
2009-01-05 22:09:23 +01:00
Igor Bukanov
1be18366d0
Backed out changeset 2d5e6b1c7254 - busted the WINNT 5.1 talos tracemonkey.
2008-12-23 19:24:09 +01:00
Andrei Saprykin
3904690ef1
bug 453157 - watchdog thread as an alternative to operation count. r=igor,mrbkap
2008-12-23 16:12:11 +01:00
Igor Bukanov
4f7bde3258
Backed out changeset 7184e014cd05 - the patch for bug 453157 bursted tgfx test on Windows.
2008-12-21 21:49:06 +01:00
Andrei Saprykin
901ce359f0
bug 453157 - watchdog thread as an alternative to operation count
2008-12-21 17:16:09 +01:00
Mark Finkle
8a4be68a6c
Bug 465823: Allow XULRunner apps to use Mochitest in 1.9.1, r=ted, NPOTB
2008-12-05 11:52:25 -05:00
Igor Bukanov
6df2c28a81
Backed out changeset 700ae4e59496 - bug 453157 caused talos oranges. CLOSED TREE
2008-11-24 11:36:44 +01:00
Andrei Saprykin
0b710bc2a8
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
d0ab0dff95
Backed out changeset 04cecb0ec24c to see if it fixes tinderbox oranges. CLOSED TREE
2008-11-22 16:33:09 +01:00
Andrey Saprykin
8935dca1ec
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
a3d4f91283
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
1a43f8e7d5
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
Phil Ringnalda
5ac69655c0
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