Test something with 10.6 xpcshell tests try: -b o -p macosx64 -u xpcshell -t none
draft
Test something with 10.6 xpcshell tests try: -b o -p macosx64 -u xpcshell -t none
--- a/build/client.py-args
+++ b/build/client.py-args
@@ -1,1 +1,1 @@
---hg-options='--time' --hgtool=../tools/buildfarm/utils/hgtool.py --hgtool1=../scripts/buildfarm/utils/hgtool.py --skip-chatzilla --skip-comm --skip-inspector --skip-venkman --tinderbox-print
+--hg-options='--time' --skip-chatzilla --skip-comm --skip-inspector --skip-venkman --tinderbox-print --apply-patches
new file mode 100644
--- /dev/null
+++ b/mozilla-xpcshell.patch
@@ -0,0 +1,13 @@
+diff --git a/testing/xpcshell/runxpcshelltests.py b/testing/xpcshell/runxpcshelltests.py
+--- a/testing/xpcshell/runxpcshelltests.py
++++ b/testing/xpcshell/runxpcshelltests.py
+@@ -479,7 +479,8 @@ class XPCShellTestThread(Thread):
+ """ Reports a message to a consumer, both as a strucutured and
+ human-readable log message. """
+
+- message = cleanup_encoding(self.message_from_line(line))
++ #message = cleanup_encoding(self.message_from_line(line))
++ message = self.message_from_line(line)
+ if message.endswith('\n'):
+ # A new line is always added by head.js to delimit messages,
+ # however consumers will want to supply their own.