Gregory Szorc
d993a444fa
Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium
...
This removes ambiguity as to which modules are being imported, making
import slightly faster as Python doesn't need to test so many
directories for file presence.
All files should already be using absolute imports because mach command
modules aren't imported to the package they belong to: they instead
belong to the "mach" package. So relative imports shouldn't have been
used.
2015-06-21 17:39:09 -07:00
Gregory Szorc
0222a3a19c
Bug 1176642 - Remove unused imports; r=glandium
2015-06-25 12:16:38 -07:00
Nicholas Nethercote
65faa2e15d
Bug 1069695 - Use --trace-children=yes in |mach valgrind-test|. r=jseward.
2014-11-11 20:47:00 -08:00
Sylvestre Ledru
0650e71d3a
Bug 1050715 - Update the description of the various tests targed proposed by './mach help' r=jmaher
2014-08-09 15:37:29 +02:00
Nicholas Nethercote
db10d468c5
Bug 1029204 - |mach valgrind-test|: add a timeout. r=ted.
2014-07-10 21:05:22 -07:00
Andrew Halberstadt
df364bfcf8
Bug 997244 - Move emulator.py out of marionette and into mozrunner, r=wlach,mdas,jgriffin
2014-06-19 14:17:26 -04:00
Nicholas Nethercote
7aa3f93392
Bug 981359 - |mach valgrind-test|: Increase --num-callers from 20 to 36. r=gkw.
2014-03-11 14:55:42 -07:00
Andrew McCreight
fc214e24fa
Bug 972940 - Rename XPCOM_CC_ env vars to MOZ_CC_. r=smaug,njn
2014-02-20 14:27:03 -08:00
Nicholas Nethercote
4fd27aea88
Bug 966864 - |mach valgrind-test|: Parse Valgrind output so that different errors are distinguished for TBPL. r=gps.
2014-02-05 16:17:09 -08:00
Nicholas Nethercote
0cb334bdd3
Bug 957410 - Make |mach valgrind-test| detect errors in child processes. r=gps.
2014-01-22 16:26:55 -08:00
Nicholas Nethercote
a101f2e1ef
Bug 958376 - |mach valgrind-test|: Add a --suppressions option. r=gps.
2014-01-19 13:53:21 -08:00
Nicholas Nethercote
0f6af555f2
Bug 957487 - |mach valgrind-test|: Use --vex-iropt-register-updates=allregs-at-mem-access. r=gkw.
2014-01-08 14:02:02 -08:00
Nicholas Nethercote
d0f234a8e8
Bug 952397 - Merge |mach valgrind-test| and valgrind_test.py. r=ted.
2013-12-19 21:33:01 -08:00
Nicholas Nethercote
5c1002a98a
Bug 631842 (part 2b) - Fix a mis-handling of platform-specific suppression files in |mach valgrind-test|. r=me.
2013-12-19 17:33:34 -08:00
Nicholas Nethercote
25b23d7179
Bug 631842 (part 2) - Implement |mach valgrind-test|. r=gps.
2013-12-18 17:36:08 -08:00