You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by "Michael Beckerle (JIRA)" <ji...@apache.org> on 2018/12/11 02:10:00 UTC

[jira] [Commented] (DAFFODIL-2028) Enable daffodil-test tests to run on IBM DFDL where possible

    [ https://issues.apache.org/jira/browse/DAFFODIL-2028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16715973#comment-16715973 ] 

Michael Beckerle commented on DAFFODIL-2028:
--------------------------------------------

Related: DAFFODIL-2026 - if that's fixed a larger number of tests may simply pass. 

Quite a few tests already have xsi:type="..." in the TDML expected infoset, which should enable type-specific comparison.

Many tests that use date/time/dateTime, or hexBinary are incompatible simple due to rigid string comparison that should tolerate allowed variability in the infoset representation (e.g, hexBinary is case insensitive to A-F vs. a-f, or date/time with "Z" vs. "+00:00" to represent UTC time)

> Enable daffodil-test tests to run on IBM DFDL where possible
> ------------------------------------------------------------
>
>                 Key: DAFFODIL-2028
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2028
>             Project: Daffodil
>          Issue Type: Improvement
>          Components: Compatibility, QA, TDML Runner
>    Affects Versions: 2.2.0
>            Reporter: Michael Beckerle
>            Priority: Major
>              Labels: ForInteroperabilityTest
>
> See wiki page: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=97553895
> which is about experience in interoperability.
> Mike Beckerle created a branch which automatically detects tests that use inputValueCalc/OutputValueCalc and hiddenGroups, and skips them, also doesn't run negative tests.
> This is on github at https://github.com/mbeckerle/incubator-daffodil branch daffodil-2028-crossTest.
> It does things like globally replace all encodingErrorPolicy="replace" with encodingErrorPolicy="error". 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)