summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-03-18 07:19:24 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2022-03-18 09:45:13 +0100
commitbdbbd5e32de50347380fd048c35128c92444423b (patch)
tree1d46ae9c3c5f7a8da3f2778deb0157fefcc19720 /dev-java
parentdev-python/autobahn: Remove old (diff)
downloadgentoo-bdbbd5e32de50347380fd048c35128c92444423b.tar.gz
gentoo-bdbbd5e32de50347380fd048c35128c92444423b.tar.bz2
gentoo-bdbbd5e32de50347380fd048c35128c92444423b.zip
dev-java/antlr: remove unused patch
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/24631 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/antlr/files/3.5.2-test-fixes.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-java/antlr/files/3.5.2-test-fixes.patch b/dev-java/antlr/files/3.5.2-test-fixes.patch
deleted file mode 100644
index f2609ac1f0b5..000000000000
--- a/dev-java/antlr/files/3.5.2-test-fixes.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -Naur antlr3-3.5.2.orig/tool/src/test/java/org/antlr/test/TestAttributes.java antlr3-3.5.2/tool/src/test/java/org/antlr/test/TestAttributes.java
---- antlr3-3.5.2.orig/tool/src/test/java/org/antlr/test/TestAttributes.java 2014-03-25 11:47:54.000000000 +0000
-+++ antlr3-3.5.2/tool/src/test/java/org/antlr/test/TestAttributes.java 2015-10-02 22:42:56.921263410 +0100
-@@ -2131,7 +2132,7 @@
- assertEquals(expecting, found);
- }
-
-- @Test public void testRuleLabelOnTwoDifferentRulesTemplate() throws Exception {
-+ @org.junit.Ignore @Test public void testRuleLabelOnTwoDifferentRulesTemplate() throws Exception {
- String grammar =
- "grammar T;\n"+
- "options {output=template;}\n"+
-diff -Naur antlr3-3.5.2.orig/tool/src/test/java/org/antlr/test/TestSyntacticPredicateEvaluation.java antlr3-3.5.2/tool/src/test/java/org/antlr/test/TestSyntacticPredicateEvaluation.java
---- antlr3-3.5.2.orig/tool/src/test/java/org/antlr/test/TestSyntacticPredicateEvaluation.java 2014-03-25 11:47:54.000000000 +0000
-+++ antlr3-3.5.2/tool/src/test/java/org/antlr/test/TestSyntacticPredicateEvaluation.java 2015-10-02 22:43:07.303105023 +0100
-@@ -339,7 +340,7 @@
- assertEquals("b:alt 2 a:alt 1\n", found);
- }
-
-- @Test public void testSynPredWithOutputTemplate() throws Exception {
-+ @org.junit.Ignore @Test public void testSynPredWithOutputTemplate() throws Exception {
- // really just seeing if it will compile
- String grammar =
- "grammar T;\n" +
-diff -Naur antlr3-3.5.2.orig/tool/src/test/java/org/antlr/test/TestTreeParsing.java antlr3-3.5.2/tool/src/test/java/org/antlr/test/TestTreeParsing.java
---- antlr3-3.5.2.orig/tool/src/test/java/org/antlr/test/TestTreeParsing.java 2014-03-25 11:47:54.000000000 +0000
-+++ antlr3-3.5.2/tool/src/test/java/org/antlr/test/TestTreeParsing.java 2015-10-02 22:41:32.235554776 +0100
-@@ -141,7 +142,7 @@
- assertEquals("alt 1\n", found);
- }
-
-- @Test public void testTemplateOutput() throws Exception {
-+ @org.junit.Ignore @Test public void testTemplateOutput() throws Exception {
- String grammar =
- "grammar T;\n" +
- "options {output=AST;}\n" +