After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 626137 - More 2.7.7 updates for OpenVMS
More 2.7.7 updates for OpenVMS
Status: RESOLVED DUPLICATE of bug 626138
Product: libxml2
Classification: Platform
Component: general
git master
Other Mac OS
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-05 19:21 UTC by HL.Bugzilla
Modified: 2010-08-05 19:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
new contents for the /vms directory (13.03 KB, application/zip)
2010-08-05 19:21 UTC, HL.Bugzilla
Details

Description HL.Bugzilla 2010-08-05 19:21:21 UTC
Created attachment 167208 [details]
new contents for the /vms directory

The following change effectively disables an old work-around (filename fall-back?) that was derailing the regression tests.

************
File DSA1:[Hoffman.LIBXML2-2_7_7]runtest.c;4
  584   #ifdef VMS_ODS2
  585   // The following was intended to provide a fall-back to ODS-2 naming,
  586   // and that's now messing up the self-tests.  Switch to ODS-5, and 
  587   // leave this code disabled; particularly if you want the self-tests.
  588       if(strstr(base,".") && suffixbuff[0]=='.')
******
File SRH:[libxml2-277x.LIBXML2-2_7_7]runtest.c;1
  584   #ifdef VMS
  585       if(strstr(base,".") && suffixbuff[0]=='.')
************

Updated VMS DCL build procedures, release notes, diffs, and /vms directory contents attached via zip.

The following is the current state of the regressions with these and the previously-provided changes.  (I'll be taking a look at these cases.)


$ r [.alpha_obj]RUNTEST
## XML regression tests
File ./test/ebcdic_566012.xml generated an error
## XML regression tests on memory
File ./test/ebcdic_566012.xml generated an error
## XML entity subst regression tests
File ./test/ebcdic_566012.xml generated an error
## XML Namespaces regression tests
## Error cases regression tests
## Error cases stream regression tests
## Reader regression tests
Result for ./test/ebcdic_566012.xml failed
File ./test/ebcdic_566012.xml generated an error
## Reader entities substitution regression tests
Result for ./test/ebcdic_566012.xml failed
File ./test/ebcdic_566012.xml generated an error
## Reader on memory regression tests
Result for ./test/ebcdic_566012.xml failed
File ./test/ebcdic_566012.xml generated an error
## Walker regression tests
Failed to parse ./test/ebcdic_566012.xml
File ./test/ebcdic_566012.xml generated an error
## SAX1 callbacks regression tests
Failed to parse ./test/ebcdic_566012.xml
File ./test/ebcdic_566012.xml generated an error
## SAX2 callbacks regression tests
Failed to parse ./test/ebcdic_566012.xml
File ./test/ebcdic_566012.xml generated an error
## XML push regression tests
Failed to parse ./test/ebcdic_566012.xml
File ./test/ebcdic_566012.xml generated an error
## HTML regression tests
## Push HTML regression tests
## HTML SAX regression tests
## Valid documents regression tests
## Validity checking regression tests
## General documents valid regression tests
## XInclude regression tests
## XInclude xmlReader regression tests
## XInclude regression tests stripping include nodes
## XInclude xmlReader regression tests stripping include nodes
## XPath expressions regression tests
## XPath document queries regression tests
## XPointer document queries regression tests
## xml:id regression tests
## URI parsing tests
## URI base composition tests
## Path URI conversion tests
failed the URL passing test for urip://example.com/a b.htmlfailed the URL passing test for file:///path/to/a b.htmlfailed the URL passing test for urip://example.com/r?sum?
.html
     ## Schemas regression tests
## Relax-NG regression tests
## Relax-NG streaming regression tests
## Pattern regression tests
## C14N with comments regression tests
## C14N without comments regression tests
## C14N exclusive without comments regression tests
## C14N 1.1 without comments regression tests
Total 2319 tests, 11 errors, 0 leaks
$
Comment 1 HL.Bugzilla 2010-08-05 19:32:34 UTC
Misfiled as a Mac OS X bug (and lost); I've opened another for OpenVMS, and marked this as a dup of 626138.

*** This bug has been marked as a duplicate of bug 626138 ***