summaryrefslogtreecommitdiff
path: root/waterfox/0001-netwerk-remove-TestURIMutator.cpp-test.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-10-05 15:04:17 +0000
committerB. Stack <bgstack15@gmail.com>2022-10-05 15:04:17 +0000
commit87c99c1d517dbca54d76815cc113235b18e27342 (patch)
treeaa5ef57e3769bc44565f295e5fe38cda26ed5253 /waterfox/0001-netwerk-remove-TestURIMutator.cpp-test.patch
parentMerge branch 'freefilesync-bump' into 'master' (diff)
parentwf 2022.08 rc1 (diff)
downloadstackrpms-87c99c1d517dbca54d76815cc113235b18e27342.tar.gz
stackrpms-87c99c1d517dbca54d76815cc113235b18e27342.tar.bz2
stackrpms-87c99c1d517dbca54d76815cc113235b18e27342.zip
Merge branch 'waterfox-bump' into 'master'
waterfox 2022.08 See merge request bgstack15/stackrpms!321
Diffstat (limited to 'waterfox/0001-netwerk-remove-TestURIMutator.cpp-test.patch')
-rw-r--r--waterfox/0001-netwerk-remove-TestURIMutator.cpp-test.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/waterfox/0001-netwerk-remove-TestURIMutator.cpp-test.patch b/waterfox/0001-netwerk-remove-TestURIMutator.cpp-test.patch
new file mode 100644
index 0000000..eb12d8c
--- /dev/null
+++ b/waterfox/0001-netwerk-remove-TestURIMutator.cpp-test.patch
@@ -0,0 +1,25 @@
+From 9fcb33feca82659a7fd6e043ec30ea4fbabdbbc3 Mon Sep 17 00:00:00 2001
+From: Phantom X <PhantomX@users.noreply.github.com>
+Date: Sun, 14 Aug 2022 11:04:17 -0300
+Subject: [PATCH] netwerk: remove TestURIMutator.cpp test
+
+Build failure
+---
+ netwerk/test/gtest/moz.build | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/netwerk/test/gtest/moz.build b/netwerk/test/gtest/moz.build
+index 0bfdcd4..34a06c9 100644
+--- a/netwerk/test/gtest/moz.build
++++ b/netwerk/test/gtest/moz.build
+@@ -10,7 +10,6 @@ UNIFIED_SOURCES += [
+ 'TestHttpAuthUtils.cpp',
+ 'TestProtocolProxyService.cpp',
+ 'TestStandardURL.cpp',
+- 'TestURIMutator.cpp',
+ ]
+
+ include('/ipc/chromium/chromium-config.mozbuild')
+--
+2.37.2
+
bgstack15