summaryrefslogtreecommitdiff
path: root/waterfox/0001-netwerk-remove-TestURIMutator.cpp-test.patch
diff options
context:
space:
mode:
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