From commits-return-9518-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Wed Oct 30 08:13:57 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6C324180675 for ; Wed, 30 Oct 2019 09:13:57 +0100 (CET) Received: (qmail 43699 invoked by uid 500); 30 Oct 2019 08:13:56 -0000 Mailing-List: contact commits-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list commits@groovy.apache.org Received: (qmail 43672 invoked by uid 99); 30 Oct 2019 08:13:56 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Oct 2019 08:13:56 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 4CE9780620; Wed, 30 Oct 2019 08:13:56 +0000 (UTC) Date: Wed, 30 Oct 2019 08:13:57 +0000 To: "commits@groovy.apache.org" Subject: [groovy] 02/02: Ignore test which fails for default builds but works for invoke-dynamic MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: sunlan@apache.org In-Reply-To: <157242323589.25730.7756971398936511358@gitbox.apache.org> References: <157242323589.25730.7756971398936511358@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: groovy X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: bc261d55c0ce34de4e67725763ecb892cc6dcf19 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20191030081356.4CE9780620@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git commit bc261d55c0ce34de4e67725763ecb892cc6dcf19 Author: Eric Milles AuthorDate: Tue Oct 29 23:36:09 2019 -0500 Ignore test which fails for default builds but works for invoke-dynamic --- .../src/test/groovy/groovy/text/MarkupTemplateEngineTest.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subprojects/groovy-templates/src/test/groovy/groovy/text/MarkupTemplateEngineTest.groovy b/subprojects/groovy-templates/src/test/groovy/groovy/text/MarkupTemplateEngineTest.groovy index 31ccf10..489c591 100644 --- a/subprojects/groovy-templates/src/test/groovy/groovy/text/MarkupTemplateEngineTest.groovy +++ b/subprojects/groovy-templates/src/test/groovy/groovy/text/MarkupTemplateEngineTest.groovy @@ -25,6 +25,7 @@ import groovy.text.markup.TagLibAdapter import groovy.text.markup.TemplateConfiguration import org.junit.After import org.junit.Before +import org.junit.Ignore import org.junit.Test import static groovy.test.GroovyAssert.shouldFail @@ -762,7 +763,7 @@ html { assert rendered.toString() == '
  • Cedric
  • Jochen
' } - @Test @NotYetImplemented // ClassCastException: java.util.LinkedHashMap cannot be cast to groovy.lang.GroovyObject + @Test @Ignore("ClassCastException: java.util.LinkedHashMap cannot be cast to groovy.lang.GroovyObject") void testInlinedModelTypeDeclaration() { MarkupTemplateEngine engine = new MarkupTemplateEngine(new TemplateConfiguration()) def template = engine.createTemplate '''