summaryrefslogtreecommitdiffstats
path: root/source/l/mozjs68/patches/emitter_test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/mozjs68/patches/emitter_test.patch')
-rw-r--r--source/l/mozjs68/patches/emitter_test.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/source/l/mozjs68/patches/emitter_test.patch b/source/l/mozjs68/patches/emitter_test.patch
deleted file mode 100644
index 59366d360..000000000
--- a/source/l/mozjs68/patches/emitter_test.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- a/python/mozbuild/mozbuild/test/frontend/test_emitter.py
-+++ b/python/mozbuild/mozbuild/test/frontend/test_emitter.py
-@@ -1051,24 +1051,6 @@
-
- self.assertEqual(local_includes, expected)
-
-- def test_local_includes_invalid(self):
-- """Test that invalid LOCAL_INCLUDES are properly detected."""
-- reader = self.reader('local_includes-invalid/srcdir')
--
-- with self.assertRaisesRegexp(
-- SandboxValidationError,
-- 'Path specified in LOCAL_INCLUDES.*resolves to the '
-- 'topsrcdir or topobjdir'):
-- objs = self.read_topsrcdir(reader)
--
-- reader = self.reader('local_includes-invalid/objdir')
--
-- with self.assertRaisesRegexp(
-- SandboxValidationError,
-- 'Path specified in LOCAL_INCLUDES.*resolves to the '
-- 'topsrcdir or topobjdir'):
-- objs = self.read_topsrcdir(reader)
--
- def test_local_includes_file(self):
- """Test that a filename can't be used in LOCAL_INCLUDES."""
- reader = self.reader('local_includes-filename')