Граф коммитов

65 Коммитов

Автор SHA1 Сообщение Дата
Gregory Szorc 3e949ee8fe 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.

--HG--
extra : commitid : 6tFME1KKfTD
extra : rebase_source : 78728f82f5487281620e00c2a8004cd5e1968087
2015-06-21 17:39:09 -07:00
Gregory Szorc a19bee3a08 Bug 1176642 - Remove unused imports; r=glandium
--HG--
extra : commitid : IZ7JkH4GKW4
extra : rebase_source : 4c3301c5c353be8afed407df4a003a9cac4583e8
2015-06-25 12:16:38 -07:00
Nicholas Nethercote 1ee08165ec Bug 1069695 - Use --trace-children=yes in |mach valgrind-test|. r=jseward.
--HG--
extra : rebase_source : 3514fc02297fea921c13df7c8c02ab07c54616ab
2014-11-11 20:47:00 -08:00
Nicholas Nethercote 12be59346a Bug 1069034 - Update Valgrind suppressions to handle the more detailed stack traces given by Valgrind 3.10. r=jseward.
--HG--
extra : rebase_source : 4e9eff4e912d1e182863429cf3f7da5cfbaedc10
2014-10-01 20:27:37 -07:00
Sylvestre Ledru 2e0c1ce1ec Bug 1050715 - Update the description of the various tests targed proposed by './mach help' r=jmaher
--HG--
extra : rebase_source : 29019a02711ffce5c148787517051855259b6446
2014-08-09 15:37:29 +02:00
Nicholas Nethercote 9e5a5743ed Bug 1029204 - |mach valgrind-test|: add a timeout. r=ted.
--HG--
extra : rebase_source : f57cd6a4babc02b4d3c16321181a0381aca70993
2014-07-10 21:05:22 -07:00
Andrew Halberstadt e60605718c Bug 997244 - Move emulator.py out of marionette and into mozrunner, r=wlach,mdas,jgriffin 2014-06-19 14:17:26 -04:00
Paolo Amadini 82d4807bf3 Bug 853549 - Use a JSON storage back-end in the Login Manager, except on Android. r=dolske 2014-01-07 17:29:41 +01:00
Viktor Stanchev 99501bd0f0 Bug 984196 - glxtest should use _exit instead of exit. r=bgirard
--HG--
extra : rebase_source : 3bba6badd7e5a4031ad402cf88f7e0a15f4ba386
2014-03-28 16:06:18 -04:00
Nicholas Nethercote bd3c697951 Bug 981359 - |mach valgrind-test|: Increase --num-callers from 20 to 36. r=gkw. 2014-03-11 14:55:42 -07:00
Nicholas Nethercote 7b45d2bd04 No bug. Fix a trivial regexp error. r=heycam. 2014-03-10 21:45:08 -07:00
Nicholas Nethercote e42e0da34f Bug 979242 - Suppress leak in xcb_connect_to_fd detected by Valgrind. r=gkw.
DONTBUILD because NPOTB.
2014-03-06 22:50:10 -08:00
Andrew McCreight 04756efc8f Bug 972940 - Rename XPCOM_CC_ env vars to MOZ_CC_. r=smaug,njn 2014-02-20 14:27:03 -08:00
Nicholas Nethercote 153d4aef9a Bug 966864 - |mach valgrind-test|: Parse Valgrind output so that different errors are distinguished for TBPL. r=gps.
--HG--
extra : rebase_source : de5bdf985c704e77ad1f9b4ab244d06141c92124
2014-02-05 16:17:09 -08:00
Nicholas Nethercote 2bf7f43de3 Bug 966673 - Valgrind-on-TBPL: suppress a leak in libresolv-2.12.so. r=gkw. 2014-02-02 11:35:16 -08:00
Nicholas Nethercote 11a504ae71 Bug 957410 - Make |mach valgrind-test| detect errors in child processes. r=gps. 2014-01-22 16:26:55 -08:00
Nicholas Nethercote 9ac80c6e57 Bug 958376 - |mach valgrind-test|: Add a --suppressions option. r=gps.
--HG--
extra : rebase_source : 2e8e6618bb3b1a68ee25efb4c76acb8e53a5a4b2
2014-01-19 13:53:21 -08:00
Nicholas Nethercote db438182a6 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 f23b396f0d Bug 952397 - Merge |mach valgrind-test| and valgrind_test.py. r=ted. 2013-12-19 21:33:01 -08:00
Nicholas Nethercote bdc10edc8a Bug 631842 (part 2b) - Fix a mis-handling of platform-specific suppression files in |mach valgrind-test|. r=me.
--HG--
extra : rebase_source : 7a8a33d9db10ed47cf273358d99b6da874b48137
2013-12-19 17:33:34 -08:00
Nicholas Nethercote cb93cef678 Bug 631842 (part 2) - Implement |mach valgrind-test|. r=gps. 2013-12-18 17:36:08 -08:00
Nicholas Nethercote af4eec9820 Bug 631842 (part 1) - Clone the PGO profile test script and data for use in the Valgrind test. r=ted.
--HG--
rename : build/pgo/profileserver.py => build/valgrind/valgrind_test.py
extra : rebase_source : bef17f3e49e9e94883897dfb75a986cb10dc6105
2013-12-18 13:42:14 -08:00
Nicholas Nethercote f239e6a56a Bug 944141 - Disable Valgrind suppressions that are no longer needed. r=me.
DONTBUILD
2013-11-28 05:39:28 -08:00
Nicholas Nethercote 3be523c252 Bug 944141 - Temporarily disable all Valgrind suppressions for unintentional problems within Mozilla code, to see which ones are still necessary. 2013-11-27 20:20:17 -08:00
Nicholas Nethercote 7d81d80a3c Bug 944133 - Valgrind-on-TBPL: Suppress an intentional leak.
NPOTB
2013-11-27 15:32:24 -08:00
Nicholas Nethercote 35d902d198 Bug 812421 - Remove a Valgrind suppression that bug 790338 hopefully removed the need for. r=me. 2013-11-24 16:09:19 -08:00
Gary Kwong e227f5ddf8 Bug 874658 - Add Valgrind suppression. DONTBUILD 2013-05-21 15:28:26 -07:00
Gary Kwong ab0fe4deca Bug 794364 is WONTFIX since JM has been removed. DONTBUILD 2013-05-21 15:12:55 -07:00
Gary Kwong 36f9582497 Bug 866959 - Remove suppression since it is now fixed. DONTBUILD 2013-05-01 11:15:27 -07:00
Gary Kwong 4d4ba8caf7 Add suppression entry for bug 866959. DONTBUILD 2013-04-29 16:25:12 -07:00
Gary Kwong 722d156f3b Update Valgrind suppressions for bug 793548 and bug 823782. DONTBUILD
--HG--
extra : rebase_source : 933131ab806fdbd77ecebebd84ff94e68909def1
2013-03-28 14:47:41 -07:00
Gary Kwong a211518eaf Add another suppression entry for bug 794372 and modify suppression for bug 793533. DONTBUILD
--HG--
extra : rebase_source : 5ae37908f830a910681b91ec2a5e09634c2bedc2
2013-03-19 17:53:05 -07:00
Gary Kwong b4685e4b73 Remove suppression for bug 824647 since it is now fixed. DONTBUILD 2013-03-19 10:34:19 -07:00
Gary Kwong 8913622fb3 Suppress bug 850134 on 64-bit Linux builds. DONTBUILD 2013-03-12 17:58:20 -07:00
Gary Kwong c5138c8cbc Suppress bug 850134. DONTBUILD 2013-03-11 23:14:19 -07:00
Gary Kwong 3f5e4eec9a Backout changeset 425835f6a9e2. The leak is still showing up, so re-add the suppression entry. DONTBUILD
--HG--
extra : rebase_source : b4cc98c405d4b12a88dcc48b4e073ea5a932fcdd
2013-01-25 10:41:23 -08:00
Gary Kwong a7703d241a Remove Valgrind suppressions for bug 812423 since a possibly-related bug 829421 has landed. DONTBUILD a=nonlibxul 2013-01-21 13:30:46 -08:00
Gary Kwong 952afe6ef1 Add another suppression for bug 812423. DONTBUILD 2013-01-16 12:35:49 -08:00
Gary Kwong 20c785d1c1 Suppress bug 824647. DONTBUILD 2012-12-25 15:00:16 -08:00
Gary Kwong 2b372ce86c Suppress bug 824323. DONTBUILD 2012-12-22 23:53:26 -08:00
Gary Kwong 559b21df91 Update suppressions for bug 823782. DONTBUILD 2012-12-21 10:20:25 -08:00
Gary Kwong 03e17d72eb Suppress bug 823782. DONTBUILD 2012-12-20 16:54:27 -08:00
Gary Kwong fd2ce92e9e Update suppression entry for bug 812421. DONTBUILD 2012-11-18 11:26:27 +08:00
Gary Kwong 19af099d45 Add suppression entries for bug 793533, bug 812421, bug 812422 and bug 812423. DONTBUILD 2012-11-16 15:01:13 +08:00
Gary Kwong a3c01bc1a2 Remove suppression for bug 799157 to see if it occurs again. DONTBUILD 2012-10-18 22:44:00 -07:00
Gary Kwong 04a63bc182 Suppress bug 803386. DONTBUILD 2012-10-18 18:21:29 -07:00
Gary Kwong 778e4cc5ca Bug 696305 - Suppress bug 799157, a new Valgrind error, probable regression. DONTBUILD 2012-10-08 10:32:22 -07: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
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