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 626138 - More updates to OpenVMS build procedures, regressions
More updates to OpenVMS build procedures, regressions
Status: RESOLVED OBSOLETE
Product: libxml2
Classification: Platform
Component: general
git master
Other OpenVMS
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
: 626137 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-08-05 19:29 UTC by HL.Bugzilla
Modified: 2021-07-05 13:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


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

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

This for 2.7.7.

Attached is a zip containing an updated /vms directory with files, diffs, release notes, etc.

The following removes an old filename-fallback workaround that was derailing the regression tests.

*****
File DSA1:[update]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 [original]runtest.c;1
  584   #ifdef VMS
  585       if(strstr(base,".") && suffixbuff[0]=='.')
************

The following is the current regression test state on OpenVMS; I'm looking at the failures here.

$ 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
$


Related bugs/updates:

https://bugzilla.gnome.org/show_bug.cgi?id=626068
https://bugzilla.gnome.org/show_bug.cgi?id=626070
Comment 1 HL.Bugzilla 2010-08-05 19:32:34 UTC
*** Bug 626137 has been marked as a duplicate of this bug. ***
Comment 2 GNOME Infrastructure Team 2021-07-05 13:22:28 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new ticket at
  https://gitlab.gnome.org/GNOME/libxml2/-/issues/

Thank you for your understanding and your help.