Chris Manchester
aa30a01aa0
Bug 487494 - Pipe xpcshell's output through a stack fixer.;r=ted
2015-06-11 11:21:13 -07:00
Robert Strong
6ea6780b49
Bug 1169729 - Add prefixes to the mkdtemp calls in runxpcshelltests.py so it is easy to determine the directories that cause 'INFO Failed to remove directory' messages. r=ted
2015-06-01 11:52:21 -07:00
Wes Kocher
6b4d65d584
Merge inbound to m-c a=merge
2015-04-13 17:13:10 -07:00
Carsten "Tomcat" Book
ce29d8a0fc
Merge mozilla-central to fx-team
2015-04-13 12:10:00 +02:00
Mark Hammond
ff13ce8179
Bug 1074014 - allow verbose=true in xpcshell test manifests. r=ted
2015-04-13 10:32:55 +10:00
Ehsan Akhgari
d1fd0f5c17
Bug 952211 follow-up: Only access path if debuggerInfo is set
...
Landed on a CLOSED TREE as bustage fix
2015-04-10 14:45:52 -04:00
Ted Mielczarek
a6434d2aa8
bug 1151407 - Remove _HTTPD_JS_PATH from xpcshell test harness. r=jmaher
...
Only the httpd.js unit tests actually rely on this. I tried to make them use Cu.import but they also rely on poking a bunch of stuff in httpd.js that's not exported, so instead I just made the test manifest copy httpd.js to the test directory and had them load it from there.
2015-04-03 08:20:32 -04:00
Ehsan Akhgari
0ced944ef5
Bug 952211 - Print a warning about using 'run' when debugging an xpcshell test using lldb; r=froydnj
2015-04-10 14:16:10 -04:00
Andrew Halberstadt
baf7554392
Bug 987360 - Add ability to tag tests with arbitrary strings and run them, r=chmanchester
...
Add a `tags` attribute to a test or DEFAULT section in a manifest:
[test_foo]
tags = foo
Then run all tests with a given tag by passing in `--tag foo` to a supported test harness. So far mochitest, xpcshell and marionette are supported.
2015-03-19 16:15:33 -04:00
Ryan VanderMeulen
beab04f3c0
Backed out changesets acbab9e22691 and 3c34fd480729 (bug 987360) for Android/B2G xpcshell bustage.
...
CLOSED TREE
2015-03-27 13:12:19 -04:00
Andrew Halberstadt
fe1b67187c
Bug 987360 - Fix b2g/android xpcshell bustage, r=bustage
2015-03-27 12:17:00 -04:00
Andrew Halberstadt
90da2d6c5b
Bug 987360 - Add ability to tag tests with arbitrary strings and run them, r=chmanchester
...
Add a `tags` attribute to a test or DEFAULT section in a manifest:
[test_foo]
tags = foo
Then run all tests with a given tag by passing in `--tag foo` to a supported test harness. So far mochitest, xpcshell and marionette are supported.
2015-03-19 16:15:33 -04:00
Andrew Halberstadt
591fc31e22
Bug 1146871 - Make xpcshell use manifestparser's chunking algorithm, r=jmaher
2015-03-24 09:21:11 -04:00
Patrick McManus
bfd739c9e8
bug 1102923 - log node moz-spdy and moz-http2 output on shutdown r=ted
2015-01-23 12:09:47 -05:00
Patrick McManus
7b92bc1c4c
bug 1102923 - move spdy/h2 tests off fixed port r=hurley r=ted
2015-01-15 11:12:05 -05:00
Nicholas Nethercote
dceb4f2bc9
Bug 1014341 (part 1) - Remove trace-malloc. r=dbaron,glandium.
2015-01-07 16:13:03 -08:00
Philipp Kewisch
81674c159a
Bug 1084066 - plugins and extensions moved to wrong directory by mozharness. r=ted
2015-01-03 01:29:57 +01:00
Gregory Szorc
292fa98bd6
Bug 930808 - Catch all exceptions when importing psutil; r=glandium
...
This is the same workaround applied in 7be399d00f9a (bug 908296). It
should stop |make check| from complaining on OS X.
2014-12-23 21:34:01 -08:00
Chris Manchester
9e46797c5f
Bug 1108781 - Log relative paths as test identifiers in xpcshell. r=ahal
2014-12-09 15:38:18 -05:00
Mark Hammond
a0302a0353
Bug 809561 - Integrate xpcshell test harness with chrome remote debugging. r=past/chmanchester
2014-11-29 10:40:58 +11:00
Nazma Panjwani
d73089f15c
Bug 1091280 - moved options from AutomationUtils.addCommonOptions to runreftest.py, mochitest_options.py, runxpcshelltests.py and removed the addCommonOptions from automationUtils and automation.py.in, r=ahal
2014-11-19 12:31:45 -08:00
Mark Hammond
dec42e8191
Bug 1094526 - remove extra \n chars from xpcshell test output. r=chmanchester
2014-11-06 14:56:32 +11:00
David Lubin
9a363b02d3
Bug 1091277 - Move replaceBackSlashes out of automationutils, r=jgriffin
2014-10-30 14:57:38 -07:00
Tom Tromey
1d77be9e3b
Bug 1075072 - Pass debuggerArgs as a string to get_debugger_info. r=ted
2014-10-24 09:40:00 -04:00
Chris Manchester
417bb77650
Bug 1033126 - Convert xpcshell tests to use mozlog.structured format for logging.;r=ted
2014-10-22 15:53:42 -04:00
Nicholas Nethercote
b6b6a322b0
Bug 1076446 (attempt 2) - Make the DMD test work on Windows. r=glandium.
2014-10-09 19:28:33 -07:00
Carsten "Tomcat" Book
112c54a4be
Backed out changeset 835fbe63da4a (bug 1076446) for perma failure in 10.8 mozilla-inbound debug test xpcshell
2014-10-24 12:32:38 +02:00
Nicholas Nethercote
b8036ed928
Bug 1076446 - Make the DMD test work on Windows. r=glandium.
2014-10-09 19:28:33 -07:00
Nicholas Nethercote
5eb54cdff0
Bug 1073312 - Test DMD on TBPL (Linux-only). r=glandium.
2014-09-28 20:50:52 -07:00
Andrew Halberstadt
c23628c7fd
Bug 1079651 - Enable strict manifests in xpcshell, r=chmanchester
2014-10-08 17:15:13 -04:00
Stephen Pohl
1088e58cd4
Mac v2 signing - Bug 1060562 - Update xpcshell-tests for the new v2 bundle structure on OSX. r=jmaher
2014-09-29 11:51:29 -07:00
Nils Ohlmeier [:drno]
d2c97725cc
Bug 1049688 - Allow override of MOZ_DISABLE_NONLOCAL_CONNECTIONS. r=froydnj
2014-09-22 09:48:00 -04:00
Alessio Placitelli
7885462da5
Bug 928397 - Enable xpcshell-test debugging on Windows platforms and default debugger detection. r=ted.mielczarek
2014-07-02 13:52:00 +02: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
Nathan Froyd
5cf290b70f
Bug 995417 - part 2 - testing infrastructure changes to set MOZ_DISABLE_NONLOCAL_CONNECTIONS; r=jmaher
2014-06-17 10:49:57 -04:00
Andrew McCreight
bef81b6821
Bug 1023368 - ASan tests should show an error when the symbolizer isn't found. r=jmaher
2014-06-14 16:43:46 -07:00
Mark Banner
d5e916d8f6
Bug 975550 Handle python 2.6 when preventing invalid utf-8 being writting to test files. r=ted
2014-05-06 20:11:30 +01:00
Gijs Kruitbosch
fcfad0dd9b
Bug 799216 - allow leaving out head/tail entries in xpcshell manifests, r=ted
2014-05-01 00:56:22 +01:00
Brian Hackett
77d9394fde
Bug 972817 - Enable type inference unconditionally, r=jandem.
2014-03-18 09:05:16 -06:00
Geoff Brown
fb0f4ddfd5
Bug 973601 - Allow xpcshell test chunks; r=ted
2014-02-28 14:58:35 -07:00
Joshua Cranmer
c85d87a2c8
Bug 964379 - Ensure that mozinfo.info's keys are ASCII, not Unicode, r=gps
2014-02-18 10:41:39 -06:00
Zack Weinberg
863104a321
Bug 964379: make sure all keys of mozinfo.info are ASCII, for Python 2.6.(<5) compat. r=gps
2014-02-13 14:06:51 -05:00
Geoff Brown
691d9d18fb
Bug 875814: Fix timeout handling for remote xpcshell tests; r=jmaher
2014-02-08 09:19:20 -07:00
Mark Hammond
12fb061fa6
Bug 968044 - prevent xpcshell test output from escaping CR chars. r=gps
2014-02-10 09:23:02 +11:00
Nicholas Hurley
b47878e83f
Bug 964563 - Remove custom node binary. r=ted
2014-02-06 15:00:19 -08:00
Ryan VanderMeulen
858274d6d5
Bug 964379 - Add logging to figure out what's breaking xpcshell on comm-central on OSX 10.6.
2014-02-02 22:30:43 -05:00
Mark Hammond
d96bcbdac1
Bug 964102 - Use normpath on the test path before comparing it with the root dir. r=gps
2014-01-27 09:00:35 +11:00
Zack Weinberg
0759609ecc
Bug 933885 part 2b: runxpcshelltests.py: prevent invalid UTF-8 from being written to test log files. r=gps
2014-01-25 23:27:11 -05:00
Zack Weinberg
20cda3d1b6
Bug 933885 part 2a: remove fake JSON parser from runxpcshelltests.py (Python 2.6 now being required). r=gps
2014-01-25 23:27:11 -05:00
Gregory Szorc
3563c036de
Bug 920849 - Part 2: Discover xpcshell tests through metadata, not filesystem; r=ted
2013-10-22 16:54:40 -07:00