Clint Talbert
484056f0df
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
d83a18bcfd
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
e9cff3d750
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
786b8cdcee
Add mozcrash to virtualenv. r=glandium, no bug
...
--HG--
extra : rebase_source : 8a9a5a501e4ab47c67fe4a7df8bab9fb5864455f
2012-10-09 09:26:24 -04:00
Gary Kwong
faf4f041f0
Bug 696305 - Suppress bug 799157, a new Valgrind error, probable regression. DONTBUILD
2012-10-08 10:32:22 -07:00
Ed Morley
5abdf356a2
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-10-06 20:30:35 +01:00
Rafael Ávila de Espíndola
12194e5fc1
Bug 797525 - Upgrade clang to version >= r163716 to fix ASan issue 109. r=rail.
2012-10-06 08:28:39 -04:00
Andrew Halberstadt
bb8b4e4177
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
518e3c5e11
Bug 798419 - Fix incorrect spellings of success(ful) in test output; r=me
2012-10-05 17:48:15 +01:00
Jeff Hammel
241701cf63
Bug 792164 - add mozdevice to virtualenv in m-c;r=gps
2012-10-05 09:46:27 -07:00
Rafael Ávila de Espíndola
b1fb2b1463
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
54d781abf7
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
c766f778f4
Bug 696305 - Tweak suppression file for bug 793533. DONTBUILD
2012-10-03 13:36:41 -07:00
Gary Kwong
7da6af38a4
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
7991baddb3
Bug 797177 - Unbreak b2g mochitests, r=ahal
2012-10-02 15:43:19 -07:00
Ryan VanderMeulen
d96bd277af
Merge the last PGO-green inbound changeset to m-c.
2012-10-02 21:20:48 -04:00
Gary Kwong
e9adf76f21
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
baeb10aa34
Bug 794966 - Treat environment variables as = assignments instead of := in pymake. r=ted
2012-10-02 14:18:00 +02:00
Mike Hommey
c613ca96a6
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
ce056b48d0
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
5d7d0047e4
Bug 793317 - Only enable the x86,x86_64 and arm targets. r=rail.
2012-10-01 09:11:16 -04:00
Mounir Lamouri
53c4718504
Bug 795136 - 3/2 - Disabling tests until bug 795711 is fixed. r=me
2012-09-30 16:07:51 +01:00
Gary Kwong
facabd0ceb
Bug 696305 - Removing another suppression from Valgrind files. DONTBUILD
2012-09-29 23:30:47 -07:00
Gary Kwong
e406ccb7dd
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
ec055b132e
Bug 696305 - Suppress another cross architecture bug. DONTBUILD
2012-09-29 12:35:03 -07:00
Gregory Szorc
a86ac496ac
Bug 795499 - Export ANDROID_CPU_ARCH via AC_SUBST. r=glandium
2012-09-29 00:49:24 -07:00
Gary Kwong
619a71bfab
Bug 696305 - Remove commented-out suppression for bug 793539 and add bug 795395. DONTBUILD
2012-09-28 10:49:57 -07:00
Gary Kwong
d9a3f28ab6
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
79b94f681a
Bug 696305 - Update Valgrind cross architecture suppression file. DONTBUILD
2012-09-26 18:55:01 -07:00
Gary Kwong
25baa77919
Bug 696305 - Update all Valgrind suppression files. DONTBUILD
2012-09-26 11:20:55 -07:00
Mounir Lamouri
dcf0c40223
Merge mozilla-inbound in mozilla-central.
2012-09-26 11:57:25 +01:00
Gary Kwong
614495e2e7
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
2ec86aac8e
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
f2064402cb
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
59b413b8c8
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
89011c37db
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é
43f63c647e
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
131712b447
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
afd4f0c71e
Merge m-c to inbound.
2012-09-25 17:31:00 -04:00
Jesse Ruderman
823b421831
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
781594129d
Improve Valgrind suppressions for bug 793534 and bug 793549. DONTBUILD
2012-09-24 17:33:41 -07:00
Gary Kwong
3b5462efb1
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
a4458b8728
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
6ed38c69e9
Bug 793051 - Add pymake to virtualenv; r=glandium
...
--HG--
extra : rebase_source : 2ec2e7f7ca811efccdd87cd1519d5ce71cad705e
2012-09-24 13:18:25 -07:00
Bobby Holley
7f912ddc79
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
d592836a00
Bug 696305 - Update i686 and x86_64 Linux Valgrind suppression files. DONTBUILD
2012-09-24 01:23:32 -07:00
Gary Kwong
ba406eaba0
No bug - Update i686 and x86_64 Linux Valgrind suppression files. DONTBUILD
2012-09-23 18:18:30 -07:00
Ryan VanderMeulen
a7b86073b5
Merge the last PGO-green inbound changeset to m-c.
2012-09-21 22:38:53 -04:00
Jonathan Griffin
93e76de9a2
Bug 793213 - Disable offline mode for b2g mochitest/reftest, r=ahal, DONTBUILD because NPOTB
2012-09-21 15:20:39 -07:00
Gregory Szorc
3c938252e5
Bug 792135 - Part 2: Add which to virtualenv; r=glandium
2012-09-20 20:55:34 -07:00
Joel Maher
c3c481579d
Bug 762908 - Rip enablePrivilege out of spidermonkey tests. r=ted
...
--HG--
rename : testing/mochitest/specialpowers/Makefile.in => testing/specialpowers/Makefile.in
rename : testing/mochitest/specialpowers/chrome.manifest => testing/specialpowers/chrome.manifest
rename : testing/mochitest/specialpowers/components/SpecialPowersObserver.js => testing/specialpowers/components/SpecialPowersObserver.js
rename : testing/mochitest/MockFilePicker.jsm => testing/specialpowers/content/MockFilePicker.jsm
rename : testing/mochitest/tests/SimpleTest/MozillaLogger.js => testing/specialpowers/content/MozillaLogger.js
rename : testing/mochitest/tests/SimpleTest/SpecialPowersObserverAPI.js => testing/specialpowers/content/SpecialPowersObserverAPI.js
rename : testing/mochitest/specialpowers/content/specialpowers.js => testing/specialpowers/content/specialpowers.js
rename : testing/mochitest/tests/SimpleTest/specialpowersAPI.js => testing/specialpowers/content/specialpowersAPI.js
rename : testing/mochitest/specialpowers/install.rdf => testing/specialpowers/install.rdf
rename : testing/mochitest/specialpowers/jar.mn => testing/specialpowers/jar.mn
2012-09-20 09:06:50 -04:00
Mike Hommey
3fa067e66a
Bug 785871 - Make importing config.status easier. r=ted,r=gps
2012-09-20 09:52:12 +02:00
Sid Stamm
e00d2f38e0
bug 768029 - Apply CSP Policy to trusted and certified apps. r=sicking. Parts by sicking, r=mounir.
2012-08-02 12:13:53 -07:00
Gregory Szorc
60b65d277f
Bug 783727 - Part 5: Add psutil to virtualenv; r=ted
...
It is optional so if your machine does not support building Python C
extensions things should still work.
2012-09-19 11:20:19 -07:00
Gregory Szorc
5b9387e79e
Bug 783727 - Part 3: Support optional actions when populating virtualenv; r=ted
...
This is intended to be used for packages with C extensions because we
don't yet require support for the Python SDK to build mozilla-central.
2012-09-19 11:20:13 -07:00
Rafael Ávila de Espíndola
95e925fa46
Bug 787302 - Most stacks are truncated (using minidump_stackwalk on a Mac Tinderbox debug build). r=rail.
...
Also apply the patch on OS X.
2012-09-18 16:58:03 -04:00
Rafael Ávila de Espíndola
8a7e8c754a
Bug 791684 - Rename clang.tar.bz2 to its sha512 after building. r=rail.
...
--HG--
extra : rebase_source : b61abc1c5292a85d182f56aeaf01b399b7f2f222
2012-09-17 10:33:00 -04:00
Rafael Ávila de Espíndola
834326712b
Bug 787302 - Most stacks are truncated (using minidump_stackwalk on a
...
Mac Tinderbox debug build). r=catlee.
patch clang to always produce debug_frame.
--HG--
extra : rebase_source : 0ca24100e9451b5d4d585fa27c116183fa6c5864
2012-09-17 09:21:17 -04:00
Jesse Ruderman
fe94b3e6fd
Bug 789275 - Better error message when trying to process a crash report without symbols. r=wlach. DONTBUILD
2012-09-15 11:33:02 -07:00
Vladimir Vukicevic
219a0810ae
b=790041; add mDNS broadcasts to SUTAgent; r=ctalbert
2012-09-14 09:29:51 -04:00
Rafael Ávila de Espíndola
b6d0d4d24d
Bug 789941 - Remove stdc++compat.cpp support on OS X. r=benjamin.
2012-09-13 19:17:08 -04:00
Ed Morley
67c07956e3
Merge mozilla-central to mozilla-inbound
2012-09-12 21:58:18 +01:00
Ed Morley
4161cb07c2
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-09-12 21:50:56 +01:00
Rafael Ávila de Espíndola
5101e1a9f4
Bug 788276 - Properly check for broken (deprecated) compilers. r=gps.
...
Check for old gcc versions.
2012-09-12 14:54:40 -04:00
Rafael Ávila de Espíndola
3984de1de8
Bug 788276 - Properly check for broken (deprecated) compilers. r=gps.
...
Check for old versions of llvm.
2012-09-12 14:48:16 -04:00
Kartikaya Gupta
e240f0d40d
Bug 767449 - Allow robotium tests to put files in places other than /mnt/sdcard. r=jmaher
2012-09-12 07:56:31 -04:00
Rafael Ávila de Espíndola
78cae85108
Bug 787931 - Add better error message. r=gps.
2012-09-11 09:02:20 -04:00
Ehsan Akhgari
86768ddbe3
Bug 790453 - Rename the pref for background updates to app.update.staging.enabled; r=rstrong
2012-09-11 22:13:14 -04:00
Rafael Ávila de Espíndola
6c7b4adc54
Bug 787931 - update the default compiler on OS X because we can't build with gcc 4.2 any longer. r=gps.
2012-09-10 14:52:26 -04:00
Siddharth Agarwal
94d899b9ce
Bug 788971 - Pymake chokes when native commands raise exceptions without a "code" attribute. r=ted
2012-09-08 02:54:05 +05:30
William Lachance
6a7b472377
Bug 723107 - Re-add mozdevice to testing/mozbase, remove duplicate files in build/mobile;r=jmaher
2012-09-07 16:00:31 -04:00
William Lachance
972b9527b9
Bug 789458 - Restore watcher service if it comes back with a null intent;r=jmaher, a=test-only
...
This could happen if the watcher gets killed due to memory pressure on
Android
2012-09-07 12:00:52 -04:00
Joel Maher
6ae7d10c6a
Bug 789213 - Delay SUTAgent "ready" until the SDCard is ready. r=wlach
2012-09-07 10:21:23 -04:00
Steve Fink
c26361a1fb
Bug 738612 - Add mozconfig "override" files to be included after everything else, for overriding previously set options. r=ted
...
--HG--
extra : rebase_source : e2062258eb508541bf499a5e4bc7d7e1ead10a00
2012-09-05 12:10:21 -07:00
Steve Fink
0e7c4ec65d
Bug 738612 - Include common mozconfigs so (eg) try pushes can modify them easily. r=ted
...
--HG--
rename : build/macosx/common => build/macosx/mozconfig.common
extra : rebase_source : fd63c04c9624177a75220a5a49f03fd0e8539e26
2012-09-05 12:09:50 -07:00
Mike Hommey
160d5d1f93
Bug 785265 - Explicitely use sh -c instead of letting subprocess.Popen do it. r=ted
2012-09-05 16:42:09 +02:00
Ryan VanderMeulen
aaebaa3af0
Merge the last PGO-green inbound changeset to m-c.
2012-09-04 21:45:09 -04:00
Siddharth Agarwal
87e1570a16
Bug 787658 - Recalculate mtime once the target is built. r=khuey
2012-09-04 21:30:32 -04:00
Siddharth Agarwal
d41314beb9
Bug 787806 - Fix LD for Pymake Win64 builds. pending-r=ted
2012-09-03 03:48:16 +05:30
Siddharth Agarwal
4ae1c79342
Bug 787600 - Pymake: Shell commands in submakes don't honour exported PATH and don't receive exported envvars. r=gps
2012-09-01 06:41:50 +05:30
Siddharth Agarwal
5e71189826
Bug 784910 - Pymake: adjust sys.path so that native commands can load other modules from their own directories. r=ted
2012-09-01 06:40:16 +05:30
Rafael Ávila de Espíndola
b83fcea944
Bug 787568 - Upgrade clang to r161152. r=rail.
...
Update the build script.
2012-08-31 19:08:53 -04:00
Gregory Szorc
1af03519b1
Bug 758823 - Don't create egg-info directories when populating virtualenv; r=ted
...
This patch basically bypasses setup.py for pure Python packages. Instead
of producing .egg-info directories in the source tree, it merely
installs .pth files pointing back to the source directory. As a result,
this is less junk in the source tree.
The .hgignore and .gitignore entries for egg-info directories have been
removed because there should no longer be egg-info directories any more.
People should clean up these orphaned directories manually. This can be
accomplished by running:
$ hg status -u | grep .egg-info | xargs rm -rf
$ git ls-files -o '*.egg-info*' | xargs rm -rf
2012-09-04 10:45:45 -07:00
William Lachance
4cd7f0c506
Bug 786427 - Agent should quote with ' characters, not just " characters;r=jmaher
2012-08-30 15:05:18 -04:00
William Lachance
1f6729be6c
Bug 786425 - Always log debug messages to logcat, even if file logging disable;r=jmaher
2012-08-30 14:51:16 -04:00
William Lachance
a43096768a
Bug 763497 - Add option to agent (and code to devicemanager) to allow executing commands as root;r=jmaher
2012-08-30 14:43:17 -04:00
Geoff Brown
a1a70f6577
Bug 787061 - Robocop: dump stack traces on event timeout; r=jmaher
2012-08-30 08:50:16 -06:00
Mike Hommey
543e39518d
Bug 785871 - Make config.status importable. r=gps
2012-08-29 08:55:58 +02:00
Mike Hommey
6f9fd5c1fe
Bug 785622 - Only include .pp files corresponding to files we do build. r=khuey
2012-08-29 08:55:58 +02:00
Rafael Ávila de Espíndola
98d8937345
Bug 786010 - create manifest as part of the clang build. r=rail.
2012-08-27 16:05:35 -04:00
Rafael Ávila de Espíndola
c9d4c9877d
Bug 781302 - Drop support for gcc 4.2. r=ted.
2012-08-27 15:34:31 -04:00
Kartikaya Gupta
3f9c45d923
Bug 783758 - Add a close function on the PaintedSurface class to clean up the opened FileInputStream, and invoke it from tests. r=jmaher
2012-08-27 13:44:58 -04:00
Rafael Ávila de Espíndola
a6d4f95838
Bug 785772 - Don't use -O0 during stage1 on darwin. r=rail.
...
We only need to build stage1 with -O0 on linux because of a bug in the gcc
4.5 we use.
2012-08-27 10:20:46 -04:00
Mounir Lamouri
514acd02d1
Bug 619236 - Set user_version in generated permissions.sqlite for tests. r=sicking
2012-08-23 11:39:41 -07:00
Mounir Lamouri
2d587555ef
Bug 777072 - 6/7 Update the Permission Manager database to save appId/isInBrowserElement. r=sicking
2012-08-23 11:38:26 -07:00
Ryan VanderMeulen
6989c1bf30
Merge m-c to inbound.
2012-08-24 16:18:09 -04:00
Chris Jones
5a380bfddb
No bug: Merge backout on a CLOSED TREE r=bustage
2012-08-23 22:33:04 -07:00
Chris Jones
05b904ebae
Back out bug 777072, bug 619236, and bug 784878
2012-08-23 22:00:14 -07:00
Ryan VanderMeulen
5fbfaa489f
Merge the last PGO-green inbound changeset to m-c.
2012-08-23 22:06:49 -04:00
William Lachance
a9c4227612
Bug 785108 - Fix devicemanagerADB's isDir to handle symbolic links properly;r=jmaher DONTBUILD
2012-08-23 15:56:18 -04:00
Malini Das
fbf355eb82
Bug 755856 - look for adb in path first for mozdevice emulator automation, r=jgriffin
2012-08-23 15:46:48 -04:00
Mounir Lamouri
0a904e5315
Bug 619236 - Set user_version in generated permissions.sqlite for tests. r=sicking
2012-08-23 11:39:41 -07:00
Mounir Lamouri
927cfc948b
Bug 777072 - 6/7 Update the Permission Manager database to save appId/isInBrowserElement. r=sicking
2012-08-23 11:38:26 -07:00
Bobby Holley
eb79b89b74
Bug 757046 - Convert enablePrivilege into an insecure test-only construct (preffed off everywhere but in automation). r=bz
2012-08-23 11:45:28 -07:00
Siddharth Agarwal
edf810923b
Merge mozilla-central to mozilla-inbound.
2012-08-23 23:59:41 +05:30
Siddharth Agarwal
b82b3179b2
Bug 782866 - Pymake: commands that don't use shells don't honour exported PATH on Win32. Use worker pool to execute Popen-based commands too, and fix up os.environ["PATH"] as necessary. r=gps DONTBUILD
2012-08-23 21:00:38 +05:30
Siddharth Agarwal
8dc44864a3
Bug 784496 - Run Pymake tests in sorted order. r=gps DONTBUILD
...
--HG--
extra : rebase_source : 7d05e3315e875506b8eea72895aa6aa17d4984c8
2012-08-22 04:33:50 +05:30
Siddharth Agarwal
3dc5df1539
Bug 782847 - Pymake native commands don't pass the correct environment to subprocesses. r=gps DONTBUILD
...
This change is technically backwards incompatible, but it brings native command
behavior in line with subprocess behavior.
--HG--
extra : rebase_source : a1cd4580ce7023f3c11eba8715133cdce116d984
2012-08-22 02:48:11 +05:30
Rafael Ávila de Espíndola
56fe9eeecd
Bug 784691 - Upgrade clang to r162360. Use a local copy of tooltool and setup.sh.
2012-08-23 12:52:50 -04:00
Joel Maher
91b7bf7677
Bug 785238 - Should catch AgentError inside devicemanagerSUT's getInfo. r=wlach
2012-08-24 09:53:27 -04:00
Ryan VanderMeulen
a1afd087e9
Merge m-c to inbound.
2012-08-23 19:50:46 -04:00
Mike Hommey
daa472b3d2
Bug 781461 - Work around mksh/pdksh bug in config.status.m4. r=ted
2012-08-18 11:17:29 +02:00
Joel Maher
f469bd90b0
Bug 782396 - Should be able to disable logging behaviour of SUTAgent (and that should be the default). r=gbrown DONTBUILD
2012-08-17 12:27:23 -04:00
Aryeh Gregor
03c970d57f
Bug 780474 - Set -Wno-mismatched-tags for clang; r=glandium
2012-08-14 12:10:42 +03:00
Ed Morley
8f4f1ad013
Backout 19ec214f806c (bug 782916), 88b802832f52 (bug 782919), f16429aa2210 (bug 780474) for Android build failures
2012-08-17 12:25:12 +01:00
Aryeh Gregor
a23d8e7b07
Bug 780474 - Set -Wno-mismatched-tags for clang; r=glandium
2012-08-14 12:10:42 +03:00
Andrew Halberstadt
d6f030c237
Bug 782655 - Enable remote xul for B2G reftests, r=jgriffin
2012-08-15 15:26:31 -04:00
Siddharth Agarwal
a92e1eae57
Bug 781431 - A few minor build system improvements. r=ted
...
1. mozconfig2client-mk still refers to $HOME/.mozconfig, even though we
removed it a while ago. Thanks to Neil for pointing it out.
2. MOZCONFIG_FIND and MOZCONFIG_MODULES are no longer used by client.mk.
3. Make CONFIG_GUESS a script that runs just once per client.mk invocation.
--HG--
extra : rebase_source : ec75ebcc5cea004f64abafb8a219e828234237de
2012-08-15 22:06:43 +05:30
Malini Das
609de0c7b6
Bug 782749 - add timeouts for shell/checkCmd to devicemanagerADB, r=jmaher
2012-08-15 10:35:21 -04:00
William Lachance
6adb4b9659
Bug 782382 - Fix syntax error in devicemanagerSUT;r=jmaher
2012-08-14 11:26:13 -04:00
Dominik Oepen
97ecf50fa2
Bug 774293 - Fix issues in devicemanager revealed by pyflakes;r=wlach
2012-08-14 10:41:11 -04:00
Kartikaya Gupta
cc17ac9ac4
Bug 780650 - Clean up dynamic dependencies from robocop on fennec. r=cpeterson
2012-08-14 08:55:58 -04:00
Kartikaya Gupta
d1231115ee
Bug 782183 - Add some code to the robocop harness to dump all stack traces in case of hanging/deadlock. r=gbrown
2012-08-13 12:03:00 -04:00
Geoff Brown
6b8fb5992e
Bug 764901 - Robocop: make testPasswordEncrypt more robust; r=jmaher
2012-08-10 15:59:12 -06:00
Andrew Halberstadt
8eadf46d4b
Bug 770490 - Infrastructure to run reftests on B2G, r=jgriffin
2012-08-10 14:25:20 -04:00
Justin Wood
d3c73afd71
Bug 781735 - SUTAgent should not die if it can't create a file on the sdcard. r=jmaher DONTBUILD since its NPOT-on-change-Builds
...
--HG--
extra : rebase_source : 6f8ca4d47f273a960f06331dda0edbe692640df3
2012-08-10 01:03:55 -04:00
Chris Peterson
34f95e9435
Bug 778468 - Part 10: Make all event registration go through EventDispatcher. r=blassey
2012-08-02 18:38:45 -07:00
Ryan VanderMeulen
6c8fac93f5
Merge m-c to inbound.
2012-08-09 22:57:18 -04:00
Edmund Wong
cec994317b
Bug 778035 - Add extra else block to set CC/CXX for systems that don't have clang installed. (m-c) r=ted
2012-08-10 09:11:49 +08:00
Ryan VanderMeulen
8f541ca7c2
Merge the last PGO-green inbound changeset to m-c.
2012-08-09 17:56:47 -04:00
Jonathan Griffin
38abfd24e4
Bug 781608 - Don't call waitForFinish with a short timeout, in case old mozprocess is still in use, a=test-only, DONTBUILD because NPOTB
2012-08-09 12:04:28 -07:00
Mike Hommey
81248f07fe
Bug 716295 part 6 - Create elfhack tests for both DT_INIT and DT_INIT_ARRAY. r=nfroyd
2012-08-09 16:34:26 +02:00
Mike Hommey
59c3d8e4b0
Bug 716295 part 5 - Add support for R_ARM_THM_CALL relocations. r=nfroyd
2012-08-09 16:34:25 +02:00
Mike Hommey
0e1e04479e
Bug 716295 part 4 - Interpose elfhack injected code in DT_INIT_ARRAY's first entry when possible. r=nfroyd
2012-08-09 16:34:25 +02:00
Mike Hommey
9925537642
Bug 716295 part 3 - Add serialization into a buffer instead of an ostream. r=nfroyd
2012-08-09 16:34:25 +02:00
Mike Hommey
3ef7b273ea
Bug 716295 part 2 - Fix assertion in serializable::init and cleanup serializable constructor. r=nfroyd
2012-08-09 16:34:24 +02:00
Mike Hommey
e0efe13c1f
Bug 716295 part 1 - Fail more gracefully when .dynamic section can't be grown. r=nfroyd
2012-08-09 16:34:24 +02:00
Mike Hommey
553791cc9e
Bug 703843 - Use mkdir_deps instead of order-only prerequisite in build/unix/elfhack/Makefile.in. r=ted
2012-08-09 16:34:24 +02:00
Geoff Brown
2627181ed9
Bug 727152 - Robocop: improve shutdown of mAsserter; r=jmaher
2012-08-09 07:06:19 -06:00
David Clarke
bdb8e11ba9
Bug 780031 - Mochitest on b2g reliability improvements, r=jgriffin, DONTBUILD because NPOTB
2012-08-08 17:29:26 -07:00
Mike Hommey
84810d01c8
Bug 781128 - Fix application.ini dependencies after bug 767839 on a CLOSED TREE. r=ted
2012-08-08 18:57:22 +02:00
Geoff Brown
fbc5b4b6bc
Bug 779250: Make Robocop tests run faster; r=jmaher
2012-08-08 08:25:27 -06:00
Mark Cote
f5f3f0c022
Bug 777331 Clarified some comments in devicemanager. r=wlach
...
--HG--
extra : rebase_source : 4a448dedbf028fff07882a5f257770e5063af9d9
2012-08-02 14:45:26 -04:00
Gavin Sharp
eb7f0ad2b8
Bug 781386: add pref to avoid loading built-in providers during test runs, r=markh/mixedpuppy
...
--HG--
rename : browser/base/content/test/browser_shareButton.js => browser/base/content/test/browser_social_shareButton.js
extra : rebase_source : df925f95972462d0f8d07f1e0810dc22da0f1911
2012-08-08 18:09:37 -07:00
Ryan VanderMeulen
56f21a8a92
Merge m-c to inbound.
2012-08-09 15:13:12 -04:00
Siddharth Agarwal
9f6172f580
Bug 780612 - Add a list of characters which probably indicate shell scripts but native commands won't reject. r=khuey
...
--HG--
extra : rebase_source : 38ffd729c2972e142673fbca50584c241b4eade0
2012-08-08 00:49:02 +05:30
Chris Peterson
c5e2d55e84
Bug 778468 - Part 7: Move GeckoEventListener to org.mozilla.gecko.util package. r=blassey
...
--HG--
extra : rebase_source : d0b2982b64126c046c5c974c7ec014992bef63b7
2012-08-02 17:13:40 -07:00
Mike Hommey
654026969e
Bug 780835 - Unify test manifest files with sort. r=ted
2012-08-07 19:28:00 +02:00
Mike Hommey
0c1a9528ea
Bug 767839 - Avoid preprocessing application.ini.in twice. r=khuey
...
--HG--
rename : build/application.ini.in => build/application.ini
2012-08-07 16:53:17 +02:00
Mike Hommey
a1a93a6120
Bug 742795 - Autogenerate autoconf.mk. r=ted
2012-08-06 15:19:50 +02:00
Ryan VanderMeulen
bf6b0b26fd
Merge m-c to inbound.
2012-08-06 20:26:58 -04:00
Ryan VanderMeulen
79ac889cb2
Merge the last PGO-green inbound changeset to m-c.
2012-08-06 20:06:40 -04:00
Tim Taubert
3f77ccd343
Bug 780641 - Unbreak b2g mochitests, r=jgriffin, DONTBUILD because NPOTB
2012-08-06 11:37:59 -07:00
Ed Morley
cbc7719c91
Backout 7f8928077ed4 (bug 742795) for make-package & find filepath failures
2012-08-06 16:05:07 +01:00
Mike Hommey
9726c7ef33
Fixup whitespaces from bug 777379. DONTBUILD
2012-08-06 15:31:10 +02:00
Mike Hommey
ee47330ec1
Bug 777379 - Ensure that default is always the default target. r=ted
2012-08-06 15:21:10 +02:00
Mike Hommey
43826346d0
Bug 742795 - Autogenerate autoconf.mk. r=ted
2012-08-06 15:19:50 +02:00
Siddharth Agarwal
72385ee806
Bug 779922 - Export Windows-style paths in the in-tree mozconfig.vs2010 when building under Pymake. r=ted
...
--HG--
extra : rebase_source : bb3dff7e94b53efe79801a2b3bfc6cd78ef47ac3
2012-08-07 02:37:11 +05:30
Gregory Szorc
334a9ab45f
Bug 778495 - Part 2: Add query related APIs for functions and expansions
...
khuey gave permission to land without review.
--HG--
extra : rebase_source : f76f8ae43efa9719f71ca6b6b2223ada1e18a6cd
2012-08-06 10:24:10 -07:00
Gregory Szorc
dc83c2972a
Bug 778495 - Part 1: Add BaseExpansion class and new methods for expansions
...
khuey gave permission to land without review.
--HG--
extra : rebase_source : 18d741488cf93e6eaf4d553badad840cc620a4fd
2012-08-06 10:23:58 -07:00
Gregory Szorc
afc9223881
Bug 769976 - Statement reformatting and equality operators
...
You can now call to_source() on Expansion, StringExpansion, Function
(and derived), Statement (and derived), Condition (and derived), and
StatementList to obtain make "source code" for that entity. This means
you can write out make files by constructing an appropriate set of
Statement instances.
This also implements __eq__ and __ne__ on all of the above. This is
being used in the tests to verify that the reformatting code works
properly (produces an equivalent StatementList).
khuey gave permission to land without review.
--HG--
extra : rebase_source : ffc16e930279fc4a6978117efabf5483d7087b53
2012-08-06 10:23:25 -07:00
mbalaur@mozilla.com
f8dc084cd3
Bug 778363 - dmSUT - retVal can be None;r=jhammel
...
--HG--
extra : rebase_source : a272bf08a0003a29cac4e4d79d89f445f6a42c79
2012-08-06 11:39:39 -07:00
Ed Morley
c9f98a12e4
Merge mozilla-central to mozilla-inbound
2012-08-06 09:11:23 +01:00
Kyle Huey
f96a875b19
Bug 780414: Followup to fix my build. Sort-of-but-not-really-r=Callek
2012-08-05 21:07:19 -07:00
Siddharth Agarwal
a2bc9e5ab7
The correct fix for bug 780497. Missed a backslash.
2012-08-06 02:16:00 +05:30
Siddharth Agarwal
f832645c05
Bug 780497 - Pymake build broken because it thinks touch {uuid}/Makefile contains shell metacharacters. r=khuey
2012-08-06 00:45:59 +05:30
Mike Hommey
ebe1106fa3
Bug 780357 - Allow m-c's ConfigStatus.py to be used from c-c. r=khuey
2012-08-05 17:52:47 +02:00
Mike Hommey
f1a1e37b00
Bug 780414 - Fix ConfigStatus.py for the case where top_srcdir is a path relative to topobjdir. r=khuey
2012-08-05 17:48:22 +02:00
Masatoshi Kimura
8bebd64526
Bug 780430 - Declare encoding in config.status. r=glandium
2012-08-05 12:42:59 +02:00
Makoto Kato
175e0eebf9
Bug 780072 - default value of android api version should be 9 on x86 or mipsel. r=glandium
2012-08-06 12:06:30 +09:00
Siddharth Agarwal
27d0d3fe15
Bug 780407 - Pymake: Export variables in MAKEFLAGS, including those passed over the command-line. r=khuey
2012-08-05 03:22:00 +05:30
Mike Hommey
6173fa297f
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Mike Hommey
4e998b1d36
Backout changeset 2ef51674316a (bug 774032 bonus) for various Mochitest bustages on a CLOSED TREE
2012-08-04 10:38:41 +02:00
Mike Hommey
ec0c9fcdad
Bug 778740 - Allow to use Linux kernel headers for perf events. r=khuey
2012-08-04 08:55:00 +02:00
Mike Hommey
2ac07ed613
Bug 778259 - Fix fallback relpath implementation for python 2.5- in manifestparser.py. r=jhammel
2012-08-04 08:54:59 +02:00
Mike Hommey
17fb6cad2d
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 08:48:56 +02:00
Mike Hommey
d004e4731d
Bug 774032 part 7 - Remove make-makefile and acoutput-fast.pl. r=ted
2012-08-04 08:47:28 +02:00
Mike Hommey
98cf7cdf43
Bug 774032 part 6 - Replace autoconf handling of config files and headers with our own. r=ted
2012-08-04 08:47:28 +02:00
Ed Morley
d89c4cc96e
Merge mozilla-central to mozilla-inbound
2012-08-03 23:34:31 +01:00
Gregory Szorc
1300ac1cc2
Bug 777231 - Add skeleton for mozbuild package; r=vlad
2012-08-03 11:44:16 -07:00
Ed Morley
edbbd284ab
Merge mozilla-central and fx-team
2012-08-03 15:52:55 +01:00
Tim Taubert
ba79bd8b4b
Bug 728294 - Part 1 - Remove old debug log parser; r=ted
2012-08-03 12:36:59 +02:00
Ryan VanderMeulen
ed3cd212bb
Merge m-c to inbound.
2012-08-02 17:17:28 -04:00
Jonathan Griffin
990564f927
Bug 777871 - Get mochitests running OOP in B2G, r=jlebar, DONTBUILD because NPOTB
2012-08-02 13:30:25 -07:00
Justin Dolske
d49c55d311
Bug 778606 - SafeBrowsing.jsm should use nsUrlFormatter. r=gcp, f=gavin
2012-08-01 15:52:47 -07:00
William Lachance
6dbad54551
Bug 779871 - Default behaviour of watcher should be not to do connectivity ping at all;r=jmaher
2012-08-02 14:27:23 -04:00
Mark Cote
a7cacda0ef
Bug 777331 DeviceManagerSUT support for info uptimemillis. r=wlach
2012-08-02 14:21:00 -04:00
Ed Morley
7dd65f1b52
Bug 778433 - Raise ShutdownLeakLogger's MAX_LEAK_COUNT to 5, until bug 728294 lands; r=me DONTBUILD
2012-08-02 16:48:22 +01:00
Mihnea Dobrescu-Balaur
b5b0c5327e
Bug 778329 Fix and improve DeviceManagerSUT.unpackFile(). r=mcote
...
--HG--
extra : rebase_source : 7354a74a68538da45e515476e3fe49f50a50b562
2012-08-01 11:50:05 -04:00
Matt Brubeck
9149268d5e
Back out c0a09f9d5215 (bug 778230) because of Android build failures
2012-08-01 11:51:27 -07:00
Nathan Froyd
2abe6f8595
Bug 778230 - remove wildcard calls from robocop's Makefile.in; r=glandium,f=mfinkle
2012-07-27 14:45:29 -04:00
Rafael Ávila de Espíndola
baff3832bd
Bug 779259 - upgrade clang to r161022. r=rail.
...
Update the build script and set MACOSX_DEPLOYMENT_TARGET.
2012-08-01 10:15:33 -04:00
Rafael Ávila de Espíndola
0ba2618523
Bug 779249 - Make the script executable. r=forgot to chmod on the previous push.
2012-07-31 20:56:12 -04:00
Rafael Ávila de Espíndola
6cbf549993
Bug 779249 - checkin a script to create the tooltool manifests for clang. r=rail.
...
DONTBUILD.
--HG--
extra : rebase_source : db11a13de540c77e6c6317f302b840d00682b2d4
2012-07-31 16:44:14 -04:00
Mark Cote
64648635ad
Bug 778159 Remove SUTAgent network-verification ping. r=wlach
2012-07-25 11:21:51 -04:00
Geoff Brown
2af98b1ceb
Bug 778785: Handle onLowMemory in sutAgentAndroid; r=jmaher
2012-07-31 08:07:02 -06:00
Geoff Brown
434b0c7e1d
Bug 778784: Add logging to sutAgent to track its lifetime; r=jmaher
2012-07-30 14:45:07 -06:00
Ed Morley
b234075bef
Bug 778433 - Raise ShutdownLeakLogger's MAX_LEAK_COUNT to something less annoying, until bug 728294 lands; r=me DONTBUILD on a CLOSED TREE
2012-07-28 16:22:47 +01:00
William Lachance
ae9ac3e9c3
Bug 777884 - Fix code in watcher to reboot if maximum number of failed ping attempts exceeded;r=jmaher
2012-07-27 15:01:43 -04:00
William Lachance
4e0d381cea
Bug 777891 - Add internet permission to watcher, so it can successfully use "ping";r=jmaher
2012-07-27 15:01:25 -04:00
William Lachance
562726fe19
Bug 777836 - Watcher should log more information on its current state;r=jmaher
2012-07-27 14:56:44 -04:00
Gregory Szorc
944423d6ec
Bug 777068 - Move simplejson to python/; r=glandium
...
--HG--
rename : other-licenses/simplejson-2.1.1/CHANGES.txt => python/simplejson-2.1.1/CHANGES.txt
rename : other-licenses/simplejson-2.1.1/LICENSE.txt => python/simplejson-2.1.1/LICENSE.txt
rename : other-licenses/simplejson-2.1.1/PKG-INFO => python/simplejson-2.1.1/PKG-INFO
rename : other-licenses/simplejson-2.1.1/conf.py => python/simplejson-2.1.1/conf.py
rename : other-licenses/simplejson-2.1.1/docs/_sources/index.txt => python/simplejson-2.1.1/docs/_sources/index.txt
rename : other-licenses/simplejson-2.1.1/docs/_static/contents.png => python/simplejson-2.1.1/docs/_static/contents.png
rename : other-licenses/simplejson-2.1.1/docs/_static/default.css => python/simplejson-2.1.1/docs/_static/default.css
rename : other-licenses/simplejson-2.1.1/docs/_static/doctools.js => python/simplejson-2.1.1/docs/_static/doctools.js
rename : other-licenses/simplejson-2.1.1/docs/_static/file.png => python/simplejson-2.1.1/docs/_static/file.png
rename : other-licenses/simplejson-2.1.1/docs/_static/interface.js => python/simplejson-2.1.1/docs/_static/interface.js
rename : other-licenses/simplejson-2.1.1/docs/_static/jquery.js => python/simplejson-2.1.1/docs/_static/jquery.js
rename : other-licenses/simplejson-2.1.1/docs/_static/minus.png => python/simplejson-2.1.1/docs/_static/minus.png
rename : other-licenses/simplejson-2.1.1/docs/_static/navigation.png => python/simplejson-2.1.1/docs/_static/navigation.png
rename : other-licenses/simplejson-2.1.1/docs/_static/plus.png => python/simplejson-2.1.1/docs/_static/plus.png
rename : other-licenses/simplejson-2.1.1/docs/_static/pygments.css => python/simplejson-2.1.1/docs/_static/pygments.css
rename : other-licenses/simplejson-2.1.1/docs/_static/rightsidebar.css => python/simplejson-2.1.1/docs/_static/rightsidebar.css
rename : other-licenses/simplejson-2.1.1/docs/_static/searchtools.js => python/simplejson-2.1.1/docs/_static/searchtools.js
rename : other-licenses/simplejson-2.1.1/docs/_static/sphinxdoc.css => python/simplejson-2.1.1/docs/_static/sphinxdoc.css
rename : other-licenses/simplejson-2.1.1/docs/_static/stickysidebar.css => python/simplejson-2.1.1/docs/_static/stickysidebar.css
rename : other-licenses/simplejson-2.1.1/docs/_static/traditional.css => python/simplejson-2.1.1/docs/_static/traditional.css
rename : other-licenses/simplejson-2.1.1/docs/genindex.html => python/simplejson-2.1.1/docs/genindex.html
rename : other-licenses/simplejson-2.1.1/docs/index.html => python/simplejson-2.1.1/docs/index.html
rename : other-licenses/simplejson-2.1.1/docs/objects.inv => python/simplejson-2.1.1/docs/objects.inv
rename : other-licenses/simplejson-2.1.1/docs/search.html => python/simplejson-2.1.1/docs/search.html
rename : other-licenses/simplejson-2.1.1/docs/searchindex.js => python/simplejson-2.1.1/docs/searchindex.js
rename : other-licenses/simplejson-2.1.1/docs/searchindex.json => python/simplejson-2.1.1/docs/searchindex.json
rename : other-licenses/simplejson-2.1.1/ez_setup.py => python/simplejson-2.1.1/ez_setup.py
rename : other-licenses/simplejson-2.1.1/index.rst => python/simplejson-2.1.1/index.rst
rename : other-licenses/simplejson-2.1.1/scripts/make_docs.py => python/simplejson-2.1.1/scripts/make_docs.py
rename : other-licenses/simplejson-2.1.1/setup.cfg => python/simplejson-2.1.1/setup.cfg
rename : other-licenses/simplejson-2.1.1/setup.py => python/simplejson-2.1.1/setup.py
rename : other-licenses/simplejson-2.1.1/simplejson/__init__.py => python/simplejson-2.1.1/simplejson/__init__.py
rename : other-licenses/simplejson-2.1.1/simplejson/_speedups.c => python/simplejson-2.1.1/simplejson/_speedups.c
rename : other-licenses/simplejson-2.1.1/simplejson/decoder.py => python/simplejson-2.1.1/simplejson/decoder.py
rename : other-licenses/simplejson-2.1.1/simplejson/encoder.py => python/simplejson-2.1.1/simplejson/encoder.py
rename : other-licenses/simplejson-2.1.1/simplejson/ordered_dict.py => python/simplejson-2.1.1/simplejson/ordered_dict.py
rename : other-licenses/simplejson-2.1.1/simplejson/scanner.py => python/simplejson-2.1.1/simplejson/scanner.py
rename : other-licenses/simplejson-2.1.1/simplejson/tests/__init__.py => python/simplejson-2.1.1/simplejson/tests/__init__.py
rename : other-licenses/simplejson-2.1.1/simplejson/tests/test_check_circular.py => python/simplejson-2.1.1/simplejson/tests/test_check_circular.py
rename : other-licenses/simplejson-2.1.1/simplejson/tests/test_decimal.py => python/simplejson-2.1.1/simplejson/tests/test_decimal.py
rename : other-licenses/simplejson-2.1.1/simplejson/tests/test_decode.py => python/simplejson-2.1.1/simplejson/tests/test_decode.py
rename : other-licenses/simplejson-2.1.1/simplejson/tests/test_default.py => python/simplejson-2.1.1/simplejson/tests/test_default.py
rename : other-licenses/simplejson-2.1.1/simplejson/tests/test_dump.py => python/simplejson-2.1.1/simplejson/tests/test_dump.py
rename : other-licenses/simplejson-2.1.1/simplejson/tests/test_encode_basestring_ascii.py => python/simplejson-2.1.1/simplejson/tests/test_encode_basestring_ascii.py
rename : other-licenses/simplejson-2.1.1/simplejson/tests/test_encode_for_html.py => python/simplejson-2.1.1/simplejson/tests/test_encode_for_html.py
rename : other-licenses/simplejson-2.1.1/simplejson/tests/test_fail.py => python/simplejson-2.1.1/simplejson/tests/test_fail.py
rename : other-licenses/simplejson-2.1.1/simplejson/tests/test_float.py => python/simplejson-2.1.1/simplejson/tests/test_float.py
rename : other-licenses/simplejson-2.1.1/simplejson/tests/test_indent.py => python/simplejson-2.1.1/simplejson/tests/test_indent.py
rename : other-licenses/simplejson-2.1.1/simplejson/tests/test_pass1.py => python/simplejson-2.1.1/simplejson/tests/test_pass1.py
rename : other-licenses/simplejson-2.1.1/simplejson/tests/test_pass2.py => python/simplejson-2.1.1/simplejson/tests/test_pass2.py
rename : other-licenses/simplejson-2.1.1/simplejson/tests/test_pass3.py => python/simplejson-2.1.1/simplejson/tests/test_pass3.py
rename : other-licenses/simplejson-2.1.1/simplejson/tests/test_recursion.py => python/simplejson-2.1.1/simplejson/tests/test_recursion.py
rename : other-licenses/simplejson-2.1.1/simplejson/tests/test_scanstring.py => python/simplejson-2.1.1/simplejson/tests/test_scanstring.py
rename : other-licenses/simplejson-2.1.1/simplejson/tests/test_separators.py => python/simplejson-2.1.1/simplejson/tests/test_separators.py
rename : other-licenses/simplejson-2.1.1/simplejson/tests/test_speedups.py => python/simplejson-2.1.1/simplejson/tests/test_speedups.py
rename : other-licenses/simplejson-2.1.1/simplejson/tests/test_unicode.py => python/simplejson-2.1.1/simplejson/tests/test_unicode.py
rename : other-licenses/simplejson-2.1.1/simplejson/tool.py => python/simplejson-2.1.1/simplejson/tool.py
2012-07-26 13:07:28 -07:00
William Lachance
f04c26b515
Bug 776078 - Log all incoming commands and where they're coming from. r=wlach
2012-07-26 14:37:38 -04:00
William Lachance
59162fdd8c
Bug 763497 - Revert change to always run commands on SUTAgent due t
...
o problems
This was causing problems with running the agent on the panda and (I
am told) the tegras. I think we do ultimately want this behaviour but
we'll have to fix that first.
2012-07-26 12:59:54 -04:00
Mark Cote
8cfd522acb
Bug 777331 Added uptimemillis info command to Android SUTAgent. r=wlach
...
--HG--
extra : rebase_source : 9e30652ec36fa7e192eeb392d91f85d3c5221c42
2012-07-25 13:59:21 -04:00
Siddharth Agarwal
2a6e6fc1ca
Bug 770165 - Fix a test to reflect the reality that Pymake works with Windows paths but MSYS make works with Unix paths. r=khuey
...
--HG--
extra : rebase_source : 75be29ad11113ead1a16ed212e745759ee2fc4d6
2012-07-25 22:40:07 +05:30
Mike Hommey
15394ba7bd
Bug 776046 - Add a pth file in virtualenv site-packages for $topsrcdir/build and $topsrcdir/config. r=ted
2012-07-25 07:44:08 +02:00
Ed Morley
853788ef5a
Backout eecd3aa199e6 (bug 776305), 62facd5b3da9, c6a0ac7d47d2 & 2d56621abfee (bug 776035), e4e68cf2bd40 (bug 776016), 0853a4d49b4e & 31de6ffdedcb (bug 770426), 43a69b4981f5 (bug 756786) for Windows mochitest crashes
2012-07-25 09:35:32 +01:00
Gregory Szorc
3ff6ad91d4
Bug 777068 - Move blessings Python package to python/; r=glandium
...
--HG--
rename : build/pylib/blessings/LICENSE => python/blessings/LICENSE
rename : build/pylib/blessings/MANIFEST.in => python/blessings/MANIFEST.in
rename : build/pylib/blessings/PKG-INFO => python/blessings/PKG-INFO
rename : build/pylib/blessings/README.rst => python/blessings/README.rst
rename : build/pylib/blessings/blessings/__init__.py => python/blessings/blessings/__init__.py
rename : build/pylib/blessings/blessings/tests.py => python/blessings/blessings/tests.py
rename : build/pylib/blessings/setup.cfg => python/blessings/setup.cfg
rename : build/pylib/blessings/setup.py => python/blessings/setup.py
rename : build/pylib/blessings/tox.ini => python/blessings/tox.ini
2012-07-24 23:59:54 -07:00
Mike Hommey
83c3e83ffa
Bug 776046 - Add a pth file in virtualenv site-packages for $topsrcdir/build and $topsrcdir/config. r=ted
2012-07-25 07:44:08 +02:00
Geoff Brown
30a40f18d5
Bug 776541 - keep socket open after devicemanagerSUT push command; r=wlach
2012-07-23 19:56:53 -06:00
Joel Maher
539b16fe00
Bug 773021 - sutagent info('memory') should return free memory, not just physical memory. r=wlach
2012-07-23 15:52:34 -04:00
Justin Lebar
129d1498c6
Bug 776537 - Pass a valid environment to populate_virtualenv.py, unbreaking configure, by expanding HOST_CFLAGS and friends when they're created. r=glandium
...
Also fix up some Makefile.in's so they specify HOST_CFLAGS/CXXFLAGS correctly.
--HG--
extra : rebase_source : 5a6b983527bfb1cd7b551916dac286f130a736c6
2012-07-23 13:29:02 -04:00
Gregory Szorc
1f49b8a98d
Bug 774106 - Don't use Makefile.in to populate virtualenv; r=glandium
2012-07-23 00:19:30 -07:00
Tim Taubert
a99e197f24
Bug 728426 - Opening and then closing bookmarks sidebar keeps the bookmarksPanel.xul and/or history-panel.xul document alive; r=dao
2012-07-21 19:37:56 +02:00
Rafael Ávila de Espíndola
481f8799c6
Bug 775305 - reenable ccache on os x. r=rail.
...
--HG--
extra : rebase_source : 1886a2adf54d89eec4924a2aec9be1cf16e79d99
2012-07-20 18:36:49 -04:00
David Clarke
2893543db6
Bug 775708 - A better mechanism of detecting root on device, r=jmaher
2012-07-20 15:02:51 -07:00
Ryan VanderMeulen
2661c4efbe
Merge m-c to inbound.
2012-07-20 17:37:53 -04:00
John Hopkins
3e5af9695b
Bug 775670 - Build Thunderbird using clang. r=rail
2012-07-20 11:28:41 -04:00
Mounir Lamouri
c69e3051d2
No bug - fix build bustage on Windows/Android and M-oth on MacOS. r=me CLOSED TREE
2012-07-20 02:14:25 -07:00
Justin Lebar
63b5f77065
Bug 770894 - Followup: Don't use "/" inside app names, and don't declare multiple apps with the same version. r=mounir
2012-07-19 23:40:50 -07:00
Mounir Lamouri
baccde9c3d
Bug 770894 - Add a testing infrastructure to test features related to Web Apps in mochitests. r=jmaher
2012-07-19 23:40:15 -07:00
Gregory Szorc
ca683e333f
Bug 774558 - Fix typo in SubstitutionRef.__repr__; r=khuey
...
--HG--
extra : rebase_source : d3ed1a34ef61e0f23c2166c4c1071474494c93ac
2012-07-20 10:50:51 -07:00
Ryan VanderMeulen
3dd6a7bf5e
Merge m-c to inbound.
2012-07-19 21:08:31 -04:00
Mihnea Balaur
c0c5a7fd0e
Bug 753605 - Add emulator classes to build/mobile, r=jmaher, DONTBUILD because NPOTB
2012-07-19 16:14:44 -07:00
Joel Maher
efe29ae818
Bug 772531 - detect when a tegra reboots via log file parsing, mark test as red and allow tbpl to get accurate information. r=wlach
2012-07-18 15:24:34 -04:00
Rafael Ávila de Espíndola
19c067cb31
Bug 733905 - switch OS X builds to clang. r=ehsan.
...
--HG--
extra : rebase_source : aec96c90aecafc757d3ce759eb7d80c0c8e3d965
2012-07-18 09:31:15 -04:00
Geoff Brown
0bc8ffffe8
Bug 774797 - Robocop: upgrade to robotium-3.3.jar; r=jmaher
2012-07-18 14:25:20 +01:00
Rafael Ávila de Espíndola
fb409769af
Bug 774796 - upgrade clang to r160364. r=rail.
...
Update the build script.
--HG--
extra : rebase_source : ab552c6849c5b3bcb0d7e603555e5b67ce9fbf69
2012-07-17 15:13:06 -04:00
Mihnea Balaur
c88534c4d4
Bug 773826 - Move mkDirs implementation into base class, r=wlach
2012-07-17 10:35:41 -07:00
Joel Maher
e3e5b6f242
Bug 772531 - detect when a tegra reboots via log file parsing, mark test as red and allow tbpl to get accurate information. r=wlach
2012-07-17 12:00:11 -04:00
Kartikaya Gupta
95515b9033
Bug 775102 - Update FennecTalosAssert so that assertion failures make the tests orange. r=gbrown
2012-07-19 14:18:36 -04:00
Rafael Ávila de Espíndola
5964da33d6
Bug 755145 - Define CCACHE_CPP2 when using ccache and Clang. r=glandium.
2012-07-19 09:20:46 -04:00
Geoff Brown
3cad731160
Bug 774322 - use correct process name in RProcess; r=jmaher
2012-07-17 08:58:47 -06:00
Rafael Ávila de Espíndola
1597c50e72
Bug 774414 - Disable sse by default on the 32 bit linux build of clang. r=rail.
...
DONTBUILD.
--HG--
extra : rebase_source : 82b0bbcb013de2b49a2af15be0a32318c3a854fb
2012-07-16 15:49:46 -04:00
Rafael Ávila de Espíndola
2173ba2b1a
Bug 774372 - build clang packages with --disable-assertions. r=rail.
...
--HG--
extra : rebase_source : bf59e8a827ec563170bc853a0c2d9de6211918f6
2012-07-16 15:02:41 -04:00
William Lachance
1780690544
Bug 773463 - Use select so we don't use 100% CPU while waiting for a response in devicemanagerSUT;r=jmaher
2012-07-16 10:42:08 -04:00
Rafael Ávila de Espíndola
367d8e966d
Bug 774121 - upgrade clang to r160227. r=rail.
...
Update the build script.
2012-07-16 08:26:17 -04:00
Dão Gottwald
944476b0ab
Bug 767896 - disable browser_pageInfo.js
...
--HG--
extra : rebase_source : 315e8b6c151c6c2c23fd2b3275addc7178dd36c2
2012-07-15 17:04:07 +02:00
Rafael Ávila de Espíndola
6a239d08c9
Bug 772853 - upgrade clang to r160176. r=rail.
...
Update the build script.
--HG--
extra : rebase_source : e534988eb9423a5459ebf91ec5cfdb4eb3c0b30d
2012-07-13 23:52:52 -04:00
Jim Mathies
fdafdcc9fb
Bug 769623 - when binscope fails, dump the failure report to logs. r=khuey
2012-07-13 09:33:27 -05:00
Jim Mathies
bb02167837
Bug 769623 - remove win line endings from autobinscope.py. r=khuey
2012-07-13 09:33:18 -05:00
Ryan VanderMeulen
7b319a5a6b
Merge the last PGO-green inbound changeset to m-c.
2012-07-12 20:46:27 -04:00
Ed Morley
470a6ae9db
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-07-12 17:28:05 +01:00
Rafael Ávila de Espíndola
5682d9b8cc
Bug 772853 - upgrade clang to r160105. r=rail.
...
DONTBUILD.
2012-07-12 11:19:00 -04:00
Andrew Halberstadt
6220f0f4f2
Bug 772307 - Add dummy browser.manifestURL pref to user.js to prevent B2G from dying, r=jgriffin
2012-07-11 18:14:35 -07:00
William Lachance
2da8fac0b6
Bug 772595 - Better escape commands sent to devicemanager shell;r=jmaher
2012-07-12 12:12:59 -04:00
Ed Morley
544642ee72
Merge mozilla-central to mozilla-inbound
2012-07-12 16:29:25 +01:00
Mike Hommey
d145a2d1a8
Bug 763651 - Link the javascript engine against zlib. r=khuey
2012-07-12 08:30:59 +02:00
Siddharth Agarwal
fcc673a579
Bug 772186 - Support return values from pymake native commands. r=khuey
...
If the return value is an integer, treat it like an exit code. Otherwise, if
it is None, treat it like 0. Otherwise treat it as an error. This behaviour is
equivalent to that of sys.exit. Also fix our own sys.exit handling to match
this, and add tests for everything.
--HG--
extra : rebase_source : e36155d8fbe555e76effd182979cd6b1000a6ece
2012-07-12 09:52:25 +05:30