summaryrefslogtreecommitdiff
path: root/firefox-tests-xpcshell-freeze.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 16:10:25 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 16:10:25 +0000
commit20f53a2230be53d8484ea334bf7e760b37d5bc1b (patch)
treea3408825c9e3c0e6f300598835ea1f5d761bb5b4 /firefox-tests-xpcshell-freeze.patch
parent7e8d9ad8b111581a05b796df00cd8bbd4e134fe5 (diff)
automatic import of firefoxopeneuler24.03_LTS
Diffstat (limited to 'firefox-tests-xpcshell-freeze.patch')
-rw-r--r--firefox-tests-xpcshell-freeze.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/firefox-tests-xpcshell-freeze.patch b/firefox-tests-xpcshell-freeze.patch
new file mode 100644
index 0000000..1115417
--- /dev/null
+++ b/firefox-tests-xpcshell-freeze.patch
@@ -0,0 +1,14 @@
+diff -up firefox-88.0/testing/xpcshell/runxpcshelltests.py.old firefox-88.0/testing/xpcshell/runxpcshelltests.py
+--- firefox-88.0/testing/xpcshell/runxpcshelltests.py.old 2021-04-30 10:45:14.466616224 +0200
++++ firefox-88.0/testing/xpcshell/runxpcshelltests.py 2021-04-30 10:45:21.339525085 +0200
+@@ -1382,8 +1382,8 @@ class XPCShellTests(object):
+ self.log.info("Process %s" % label)
+ self.log.info(msg)
+
+- dumpOutput(proc.stdout, "stdout")
+- dumpOutput(proc.stderr, "stderr")
++ #dumpOutput(proc.stdout, "stdout")
++ #dumpOutput(proc.stderr, "stderr")
+ self.nodeProc = {}
+
+ def startHttp3Server(self):