Clint Talbert
239c54fe3a
Bug 785032 - SD card issues with new Tegras ("INFO: attempting to create file /mnt/sdcard/writetest ... Push File Failed to Validate!"). r=jmaher DONTBUILD
2012-10-10 10:17:50 -04:00
Joel Maher
03663446ef
Bug 797652 - Current code agent code crashes on android 2.3. r=wlach
2012-10-10 10:17:40 -04:00
Rafael Ávila de Espíndola
be3dbae154
Bug 793109 - Stacks truncated near nsDocLoader::DoFireOnStateChange. r=rail.
...
Update the build script.
--HG--
extra : rebase_source : 490759f884a9576ab7307a4710b1af2cfab09db6
2012-10-09 21:58:27 -04:00
Ted Mielczarek
4be309965f
Add mozcrash to virtualenv. r=glandium, no bug
...
--HG--
extra : rebase_source : 8a9a5a501e4ab47c67fe4a7df8bab9fb5864455f
2012-10-09 09:26:24 -04:00
Gary Kwong
778e4cc5ca
Bug 696305 - Suppress bug 799157, a new Valgrind error, probable regression. DONTBUILD
2012-10-08 10:32:22 -07:00
Ed Morley
1bcac7940e
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-10-06 20:30:35 +01:00
Rafael Ávila de Espíndola
faec962c0a
Bug 797525 - Upgrade clang to version >= r163716 to fix ASan issue 109. r=rail.
2012-10-06 08:28:39 -04:00
Andrew Halberstadt
1f19f8c07e
Bug 797177 - Fix missed calls to checkCmd within B2G automation, r=mikeh; DONTBUILD because NPOTB
2012-10-05 16:06:02 -04:00
Ed Morley
4ef3ea11bf
Bug 798419 - Fix incorrect spellings of success(ful) in test output; r=me
2012-10-05 17:48:15 +01:00
Jeff Hammel
e619d20092
Bug 792164 - add mozdevice to virtualenv in m-c;r=gps
2012-10-05 09:46:27 -07:00
Rafael Ávila de Espíndola
0cc34b5b47
Bug 784691 - Upgrade clang to r162360. r=rail.
...
build the new version.
--HG--
extra : rebase_source : 8a743e450a40b68b9d49db591cb694083c0f1eeb
2012-10-04 22:09:48 -04:00
William Lachance
c5f092dab4
Bug 795496 - Make mozdevice raise exceptions on error;r=ahal,jmaher
...
It turns out that relying on the user to check return codes for every
command was non-intuitive and resulted in many hard to trace bugs.
Now most functinos just return "None", and raise a DMError when there's an
exception. The exception to this are functions like dirExists, which now return
booleans, and throw exceptions on error. This is a fairly major refactor,
and also involved the following internal changes:
* Removed FileError and AgentError exceptions, replaced with DMError
(having to manage three different types of exceptions was confusing,
all the more so when we're raising them)
* Docstrings updated to remove references to return values where no
longer relevant
* pushFile no longer will create a directory to accomodate the file
if it doesn't exist (this makes it consistent with devicemanagerADB)
* dmSUT we validate the file, but assume that we get something back
from the agent, instead of falling back to manual validation in the
case that we didn't
* isDir and dirExists had the same intention, but different
implementations for dmSUT. Replaced the dmSUT impl of getDirectory
with that of isDir's (which was much simpler). Removed
isDir from devicemanager.py, since it wasn't used externally
* killProcess modified to check for process existence before running
(since the actual internal kill command will throw an exception
if the process doesn't exist)
In addition to all this, more unit tests have been added to test these
changes for devicemanagerSUT.
2012-10-04 11:28:07 -04:00
Gary Kwong
7fa5c2660c
Bug 696305 - Tweak suppression file for bug 793533. DONTBUILD
2012-10-03 13:36:41 -07:00
Gary Kwong
5867526b0e
Bug 696305 - Add another 64-bit suppression for bug 793533. DONTBUILD
...
--HG--
extra : rebase_source : 876faf080da567f882e1e989bc3597ca0f3fee00
2012-10-03 12:10:04 -07:00
David Chan
e537e59ad4
Bug 797177 - Unbreak b2g mochitests, r=ahal
2012-10-02 15:43:19 -07:00
Ryan VanderMeulen
f77e4e403f
Merge the last PGO-green inbound changeset to m-c.
2012-10-02 21:20:48 -04:00
Gary Kwong
3809eccda3
Bug 696305 - Remove suppressions that were commented out since they did not show up again and their original bug reports had stacks with no line numbers. DONTBUILD
2012-10-02 16:14:00 -07:00
Mike Hommey
3b09a2705f
Bug 794966 - Treat environment variables as = assignments instead of := in pymake. r=ted
2012-10-02 14:18:00 +02:00
Mike Hommey
9bdebc8fc9
Bug 794490 - Don't buffer stdout and stderr in pymake. r=ted
2012-10-02 14:17:43 +02:00
Rafael Ávila de Espíndola
2540a4e56f
Bug 793319 - Backport patches to make the output order deterministic. r=rail.
2012-10-01 10:40:55 -04:00
Rafael Ávila de Espíndola
c150e8fe78
Bug 793317 - Only enable the x86,x86_64 and arm targets. r=rail.
2012-10-01 09:11:16 -04:00
Mounir Lamouri
4d37eb758f
Bug 795136 - 3/2 - Disabling tests until bug 795711 is fixed. r=me
2012-09-30 16:07:51 +01:00
Gary Kwong
2b5268c071
Bug 696305 - Removing another suppression from Valgrind files. DONTBUILD
2012-09-29 23:30:47 -07:00
Gary Kwong
682d9b310b
Bug 696305 - Removing suppression from Valgrind files. DONTBUILD
...
--HG--
rename : dom/tests/mochitest/localstorage/test_clear_browser_data.html => dom/tests/mochitest/localstorage/test_app_uninstall.html
extra : rebase_source : 5a6769cf1f4ccd569ad0325785ebb9635f048f54
2012-09-29 23:28:54 -07:00
Gary Kwong
bc8b76dd82
Bug 696305 - Suppress another cross architecture bug. DONTBUILD
2012-09-29 12:35:03 -07:00
Gregory Szorc
5bca2c570a
Bug 795499 - Export ANDROID_CPU_ARCH via AC_SUBST. r=glandium
2012-09-29 00:49:24 -07:00
Gary Kwong
86c3d29fa7
Bug 696305 - Remove commented-out suppression for bug 793539 and add bug 795395. DONTBUILD
2012-09-28 10:49:57 -07:00
Gary Kwong
fbce5b887d
Bug 696305 - Add more comments and try removing suppression for bug 793539 since the patch to disable GnomeVFS by default has landed on m-c. DONTBUILD
2012-09-27 23:25:31 -07:00
Gary Kwong
5d331a1785
Bug 696305 - Update Valgrind cross architecture suppression file. DONTBUILD
2012-09-26 18:55:01 -07:00
Gary Kwong
70f89533be
Bug 696305 - Update all Valgrind suppression files. DONTBUILD
2012-09-26 11:20:55 -07:00
Mounir Lamouri
25a3db2998
Merge mozilla-inbound in mozilla-central.
2012-09-26 11:57:25 +01:00
Gary Kwong
75a67a9b69
Bug 696305 - Update all Valgrind suppression files, comment out suppressions for some known ones to try and get Valgrind stacks with line numbers. DONTBUILD
2012-09-26 01:08:52 -07:00
Gary Kwong
55006e6446
Bug 793584 - Update Makefile to look out for cross-architecture.sup as well, rs=njn DONTBUILD
2012-09-26 01:07:13 -07:00
John Hopkins
3dc6ee7302
Bug 793016 - Very frequent hangs during leak tests on new linux build system. r=ted,catlee
2012-09-25 15:51:59 -04:00
Sid Stamm
a3f5cf2545
Bug 768029 - Apply CSP Policy to trusted and certified apps. Temporarily using a overly permissive policy for certified apps until Gaia is updated to handle the desired policy. r=sicking Parts by sicking, r=mounir
2012-09-25 16:28:17 -07:00
Ed Morley
8df33f4081
Bug 793584 - Update Makefile to use i386-redhat-linux-gnu.sup too; rs=ted DONTBUILD since NPOTDB
2012-09-25 15:05:15 +01:00
Fabrice Desré
50698ed746
Backout Bug 768029 because that breaks Gaia (see https://github.com/mozilla-b2g/gaia/issues/5177 )
2012-09-25 15:32:20 -07:00
Karl Tomlinson
5f2e275592
b=793079 set leaktest timeout to half buildbot timeout r=ted
...
--HG--
extra : rebase_source : e9541428bc26bf5e4e77a74f23f4d9496ef83117
2012-09-25 16:19:25 +12:00
Ryan VanderMeulen
dd9f763986
Merge m-c to inbound.
2012-09-25 17:31:00 -04:00
Jesse Ruderman
73d833ed04
Bug 696298 - Add a cross-architecture Valgrind suppressions file. DONTBUILD
...
--HG--
rename : build/valgrind/x86_64-redhat-linux-gnu.sup => build/valgrind/cross-architecture.sup
2012-09-24 17:33:41 -07:00
Jesse Ruderman
451573de59
Improve Valgrind suppressions for bug 793534 and bug 793549. DONTBUILD
2012-09-24 17:33:41 -07:00
Gary Kwong
7976b5bab7
Bug 793584 - Rename 32-bit Linux Valgrind suppressions file from i686-redhat-linux-gnu.sup to i386-redhat-linux-gnu.sup since this changed after the move to AWS, r=nthomas DONTBUILD
...
--HG--
rename : build/valgrind/i686-redhat-linux-gnu.sup => build/valgrind/i386-redhat-linux-gnu.sup
2012-09-24 16:56:06 -07:00
Gregory Szorc
67e106dcd0
Bug 793061 - Python 3 compatible string types; r=glandium
...
This is the start of porting pymake to be compatible with Python 3.
There are probably other instances of this in the code base. A more
robust port will be performed in the future.
--HG--
extra : rebase_source : b2f8e85de9651dfa0ba4b57ecb39881cb6304405
2012-09-24 13:19:22 -07:00
Gregory Szorc
a0cd5c50aa
Bug 793051 - Add pymake to virtualenv; r=glandium
...
--HG--
extra : rebase_source : 2ec2e7f7ca811efccdd87cd1519d5ce71cad705e
2012-09-24 13:18:25 -07:00
Bobby Holley
8188b09b4e
Bug 792036 - Fix up tests to avoid relying on the existence of window.Components (MANUAL). r=mccr8
...
These are the manual fixes that the ensuing auto-generation can't deal with. Some of them
just fix up formatting (such as Components.\nFoo, so that subsequent auto-generation can
work better).
2012-09-24 14:46:28 +02:00
Gary Kwong
551a0fd0aa
Bug 696305 - Update i686 and x86_64 Linux Valgrind suppression files. DONTBUILD
2012-09-24 01:23:32 -07:00
Gary Kwong
b9ad1d006d
No bug - Update i686 and x86_64 Linux Valgrind suppression files. DONTBUILD
2012-09-23 18:18:30 -07:00
Ryan VanderMeulen
a740bd1b17
Merge the last PGO-green inbound changeset to m-c.
2012-09-21 22:38:53 -04:00
Jonathan Griffin
d1923e5084
Bug 793213 - Disable offline mode for b2g mochitest/reftest, r=ahal, DONTBUILD because NPOTB
2012-09-21 15:20:39 -07:00
Gregory Szorc
8fbc6570a8
Bug 792135 - Part 2: Add which to virtualenv; r=glandium
2012-09-20 20:55:34 -07:00