Nathan Froyd
0c64deb27f
Bug 996061 - part 0 - make tests use [scriptable] interfaces; r=ted
...
Smart xpt linking will keep around [scriptable] interfaces and anything
those interfaces depend on. Modify the tests that deal with xpt linking
so they use [scriptable] interfaces, ensuring that the tests continue to
work in the face of smarter linkers.
2014-05-19 12:35:21 -04:00
Joshua Cranmer
e914684c0f
Backed out changeset b83296ec51b3 (bug 832112) for comm-central bustage, r=glandium.
2014-06-02 20:05:22 -05:00
Shih-Chiang Chien
431d926339
Bug 1012510 - xulrunner for Mac is under XUL.framework instead of XULRunner.app/Contents/MacOS. r=gps
2014-05-19 12:26:34 +08:00
Mike Shal
4533f817af
Bug 1015443 - make test_iter_modules_in_path case insensitive; r=glandium
...
From d2c5353da28b5134eeea078a6fac09f023b220ab Mon Sep 17 00:00:00 2001
---
python/mozbuild/mozbuild/test/test_pythonutil.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
2014-05-27 13:07:24 -04:00
Mike Shal
469273a820
Bug 832112 - add mach support for MOZ_OBJDIR; r=glandium
...
From e8d4f5a17e217ab10677812c6c8960f4e61daed3 Mon Sep 17 00:00:00 2001
---
python/mozbuild/mozbuild/mozconfig.py | 2 +-
python/mozbuild/mozbuild/test/test_base.py | 1 +
python/mozbuild/mozbuild/test/test_mozconfig.py | 17 +++++++++++++++++
3 files changed, 19 insertions(+), 1 deletion(-)
2014-05-16 14:33:01 -04:00
Wes Kocher
4777505208
Merge m-c to inbound
2014-05-23 17:37:56 -07:00
Wes Kocher
98152d91df
Merge fx-team to m-c
2014-05-23 17:04:56 -07:00
Lucas Rocha
4404db918e
Bug 1011620 - Generate suggestedsites.json from region.properties (r=nalexander)
2014-05-23 13:29:18 +01:00
Nickolay Ponomarev
41f246d201
Bug 957186 - Only 'port select clang' after installing it with port; r=gps
...
DONTBUILD (NPOTB)
--HG--
extra : amend_source : 176cb696075cf33cb99f07a9d8e0e08fd6cc73ea
2014-05-10 17:11:00 -07:00
Mike Hommey
c68c0acedb
Bug 996823 - Let mach pass-through subprocesses handle Ctrl-C themselves. r=mshal
2014-05-23 07:22:51 +09:00
Ting-Yu Lin
c0bbe69369
Bug 1010028 - Set args properly for various debuggers. r=glandium
...
Set args properly to to separate the debugger and process arguments.
Also add "--args" automatically for gdb front-end cgdb and ddd.
Verification Steps:
1. mach debug +debugger gdb
2. Make sure gdb is launched correctly.
2014-05-19 19:21:00 +02:00
Ryan VanderMeulen
9e342ce37a
Revert to revision 63dfac3c9c87 due to mass bustage pile-ups that landed after it on a CLOSED TREE.
2014-05-16 12:29:37 -04:00
Armen Zambrano Gasparnian
20561f28b7
Bug 989583 - Install all tests (even disabled) from manifests. r=jmaher
2014-05-16 10:20:37 -04:00
Lucas Rocha
d56a01f48a
Bug 997772 - Generate suggestedsites.json from locale (r=nalexander)
2014-05-09 09:39:14 +01:00
Ting-Yu Lin
71e1eceed8
Bug 995847 - Add -h and --help support to mach. r=glandium
...
* |mach --help| prints the global help message as |mach help|.
* |mach command --help| prints the command help message as
|mach help command|.
2014-05-06 19:10:00 +02:00
Marco Castelluccio
18b8933804
Bug 945869 - Provide more granular OS version information in mozinfo. r=ted.mielczarek
2014-05-01 06:09:00 +02:00
Markus Stange
6a55e67a6f
Bug 1002712 - Add lldb type summaries for rects and regions. r=heycam
...
DONTBUILD
2014-04-29 12:14:42 +02:00
Jan Beich
dca9e81d85
Bug 992621 - Add preprocessor tests for common use of && and || in ifdefs. r=gps
2014-04-06 00:31:00 -04:00
Robert O'Callahan
298155dc1f
Bug 993243. Add a +debugger parameter to 'mach debug' to specify the debugger to launch. r=gps
...
--HG--
extra : rebase_source : 10b26472d734f0c460b9a4d01dd0e95c6c106487
2014-04-24 23:25:44 +12:00
Robert O'Callahan
a79bd3582f
Bug 997762. Use --log-no-times option when building so Eclipse can parse the build output. r=BenWa
...
--HG--
extra : rebase_source : 67e0cdd41741170f5850fda1f94aa238191874cb
2014-04-18 03:03:28 +12:00
Mike Shal
713d80a80c
Bug 995762 - don't evaluate diff unless it's needed; r=gps
2014-04-14 13:53:20 -04:00
Jim Chen
73af88dd0a
Bug 996780 - Use ANDROID_TARGET_SDK for Eclipse project target. r=nalexander
2014-04-16 17:04:47 -04:00
Carsten "Tomcat" Book
e6a5e12b4a
Backed out changeset 16fc740d96f5 (bug 996780) for build test failures on a CLOSED TREE
2014-04-16 10:30:51 +02:00
Jim Chen
8c913bb1b5
Bug 996780 - Use ANDROID_TARGET_SDK for Eclipse project target. r=nalexander
2014-04-15 13:43:00 +02:00
Michael Ratcliffe
c7ef84b96d
Bug 995972 - Make mochitest-devtools mach command work with single folders or files. r=jmaher
2014-04-15 10:35:00 +01:00
Gregory Szorc
4789ca749c
Bug 995374 - Update virtualenv to 1.11.4; r=mshal
...
We're trying to stay up to date on virtualenv releases so we don't fall
too far behind and so we can leverage new features, such as wheels.
This virtualenv release features upgrades to pip (1.4.1 to 1.5.4) and
setuptools (0.9.8 to 2.2). These may fix bugs people are encountering
in the wild.
Tarball obtained from
https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.11.4.tar.gz#md5=9accc2d3f0ec1da479ce2c3d1fdff06e .
the egg-info directory was removed (consistent with previous virtualenv
upgrades).
--HG--
extra : rebase_source : 0cef066c747d51b8f47e4218353dd47f391ff831
extra : amend_source : 08a255f64093e9280da04a4bead2db3e6f9abe42
2014-04-11 12:07:20 -07:00
Benoit Girard
19912854a8
Bug 973770 - Typo fix. r=botond DONTBUILD for NPOTB
2014-04-08 15:06:05 -04:00
Joshua Cranmer
bbf90fc4c1
Bug 991449: Shorten Unified filename prefixes to avoid max path length linker errors on Windows, r=gps
...
--HG--
extra : rebase_source : 4f3ff4324b87ebdfa20c6bc92cbabb8eb6f60391
2014-04-03 16:50:31 -05:00
Gregory Szorc
766b00de4d
Bug 903149 - Part 3: Support for minifying packaged JavaScript; r=glandium
2013-09-11 19:54:19 -07:00
Gregory Szorc
417167d7f9
Bug 903149 - Part 1: Add jsmin Python package; r=glandium
...
Exported source code from changeset fdfa1b187681 from
https://bitbucket.org/dcs/jsmin without modifications.
2013-09-04 18:47:42 -07:00
Mike Hommey
cb1a0d7337
Bug 989522 - Remove LIBXUL_LIBRARY from the moz.build sandbox. r=mshal
2014-04-02 11:52:04 +09:00
Mark Hammond
bf9bb90ec8
Bug 985902 - expose fxaccounts/MOZ_SERVICES_FXACCOUNTS to mozinfo and only run test_hawkclient when enabled. r=ted
2014-03-31 14:15:05 +11:00
Ryan VanderMeulen
c5fd173c74
Merge m-c to inbound.
2014-03-26 23:09:54 -04:00
Ryan VanderMeulen
a14baa39be
Merge inbound to m-c.
2014-03-26 20:58:31 -04:00
Gregory Szorc
4ff214391e
Bug 987414 - Pass multiple test arguments to mach testing commands; r=ahal
...
Previously, mach xpcshell-test and mochitest-* were limited to a single
test "path" argument. This patch enables multiple arguments to be passed
in.
TestResolver in the build system has gained the ability to process
multiple paths in a single invocation. The mach commands have been
modified to utilize this new feature.
Only mach code paths that pass manifestdestiny.TestManifest instances
into the test runner can accept multiple arguments. This is because
there is no other way to pass a custom set of tests into the test
runner. If multiple test arguments are used but not supported, a warning
is emitted.
--HG--
extra : rebase_source : 1ce1328a969f654e7b43a7a0bdd15ed86f5ceb21
2014-03-24 16:19:57 -07:00
Gregory Szorc
6cccf7a13e
Bug 987398 - Part 2: Handle install-to-subdir in TestResolver; r=ahal
...
--HG--
extra : rebase_source : e30ea6ba895bbccda95b57c39648798dd26388de
2014-03-25 18:17:31 -07:00
Nathan Froyd
92ade81e93
Bug 985979 - disable the crashreporter when running |mach debug|; r=gps
2014-03-20 10:55:50 -04:00
Mike Hommey
baec262951
Bug 915535 - Remove subtier tracking from build system. r=gps
...
It's currently inaccurate, and soon, the very notion of subtier is going to
blow away in the compile/binaries targets.
2014-03-27 10:36:25 +09:00
Mike Hommey
b49534e0da
Bug 915535 - Remove directory tracking from build system. r=gps
...
It's not used except with pymake, anyways.
2014-03-27 10:36:16 +09:00
Andrew Halberstadt
58c21ea944
Bug 987984 - VirtualenvManager.call_setup() should use self.python_path instead of sys.executable, r=gps
2014-03-25 17:41:08 -04:00
Robert O'Callahan
b3c94c1a47
Bug 982474. Exclude more files from the CppEclipse-backend generated project. r=BenWa
2014-03-19 14:19:26 +08:00
Bill McCloskey
8bc8184542
Bug 938019 - Run mochitests from manifests (r=ted,gps)
2014-03-18 08:03:51 -07:00
Ryan VanderMeulen
7852de2e89
Backed out changeset a3fe19cdb618 (bug 938019) for robocop failures.
...
CLOSED TREE
2014-03-18 12:35:53 -04:00
Bill McCloskey
8d875ffc85
Bug 938019 - Run mochitests from manifests (r=ted,gps)
2014-03-18 08:03:51 -07:00
Georg Koppen
0343d6608b
Bug 942091 - Generate browser.manifest deterministically. r=glandium
2014-03-18 08:39:54 -04:00
Georg Koppen
d6d4b9ccb7
Bug 982075 - Make addEntriesToListFile() in buildlist.py deterministic. r=ted
2014-03-18 08:04:11 -04:00
Ehsan Akhgari
5bb8bfa8cf
Bug 981428 - Move OSX -framework flags to moz.build; r=mshal
2014-03-10 20:18:33 -04:00
Robert O'Callahan
6e87c814ed
Bug 981495 - CppEclipse - Part 2: Filter out .orig and .rej files. r=bgirard DONTBUILD for NPOTB
...
--HG--
extra : rebase_source : 73c3ea95e08e327df09c49f344286d7a30da39ba
2014-03-10 13:44:43 -04:00
Robert O'Callahan
94c8a605e4
Bug 981495 - CppEclipse - Part 1: Backend should add a resource filter to ignore obj- directories. r=bgirard
...
--HG--
extra : rebase_source : cf5ebb8e0229a6adef95eb630ce0a73136247c5f
2014-03-10 13:41:39 -04:00
Benoit Girard
728b7860f8
Bug 981427 - CppEclipse - Usability improvements for b2g. r=botond
...
--HG--
extra : rebase_source : 9d60aca829f8f93a82ebf887070305b1e2baa815
2014-03-10 13:41:37 -04:00