XML upgrade to 6.0 alpha experiment

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

XML upgrade to 6.0 alpha experiment

Squeak - Dev mailing list
Hi folks.


In a prisitine 6.0 alpha 19881 64 bit, I ran all tests.

out of the box
7120 run in 0:00:05:20.485, 6893 passes, 57 expected failures, 43 failures, 127 errors, 0 unexpected passes

took screenshots of the test runner results (Thank you to whoever wrote GIFReadWriter grabScreenAndSaveOnDisk and put it in the Do menu, very handy)

Then I removed XML-Explorer (topa.1) and XML-Parser (tpr.45)

rerun tests:
7111 run in 0:00:05:20.006, 6887 passes, 57 expected failures, 40 failures, 127 errors, 0 unexpected passes

XML-Parser (tpr.45) contains 9 tests and the difference between 7120 and 7111 is 9. So, I am assuming no side effects from removing the existing XML stuff in the pristine 6.0 image.

I will work on installing the 


stuff later this week.

thx for the pointers.

tty





Reply | Threaded
Open this post in threaded view
|

Re: XML upgrade to 6.0 alpha experiment

timrowledge


> On 2020-09-27, at 12:08 AM, gettimothy via Squeak-dev <[hidden email]> wrote:
>
> XML-Parser (tpr.45)
For a moment there I thought "wait, *I* messed with XML parsing? Surely not!" but thankfully it was just some clean up to replace FileList with  FileRegistry.


tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
Useful Latin Phrases:- Ne auderis delere orbem rigidum meum! = Don't you dare erase my hard disk!



Reply | Threaded
Open this post in threaded view
|

Re: XML upgrade to 6.0 alpha experiment

Tobias Pape
In reply to this post by Squeak - Dev mailing list
This might help...


> On 27.09.2020, at 09:08, gettimothy via Squeak-dev <[hidden email]> wrote:
>
> Hi folks.
>
>
> In a prisitine 6.0 alpha 19881 64 bit, I ran all tests.
>
> out of the box
> 7120 run in 0:00:05:20.485, 6893 passes, 57 expected failures, 43 failures, 127 errors, 0 unexpected passes
>
> took screenshots of the test runner results (Thank you to whoever wrote GIFReadWriter grabScreenAndSaveOnDisk and put it in the Do menu, very handy)
>
> Then I removed XML-Explorer (topa.1) and XML-Parser (tpr.45)
>
> rerun tests:
> 7111 run in 0:00:05:20.006, 6887 passes, 57 expected failures, 40 failures, 127 errors, 0 unexpected passes
>
> XML-Parser (tpr.45) contains 9 tests and the difference between 7120 and 7111 is 9. So, I am assuming no side effects from removing the existing XML stuff in the pristine 6.0 image.
>
> I will work on installing the
>
> http://www.smalltalkhub.com/mc/PharoExtras/XMLParser/main
> http://www.smalltalkhub.com/mc/PharoExtras/XMLWriter/main
> http://www.smalltalkhub.com/mc/PharoExtras/XPath/main
>
> stuff later this week.
>
> thx for the pointers.
>
> tty
>
>
>
>



TheJournalist-XMLCompat.st (7K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: XML upgrade to 6.0 alpha experiment

Squeak - Dev mailing list
Thank you, it did.

(Installer ss project: 'XMLSupport') install: 'ConfigurationOfXMLSupport'.
(Smalltalk at: #ConfigurationOfXMLSupport)   load
did not throw any warnings on the install.


Monticello Browser now looks something like this:*XML()

XML-Explorer (topa.1)
XML-Parser (monty....)
XML-Tests-Parser (monty....)
XML-Writer-Core (monty....)
XML-Writer-Tests (monty....)
the XML only tests all pass:
5213 run in 0:00:00:02.064, 5213 passes, 0 expected failures, 0 failures, 0 errors, 0 unexpected passes

There is no effect on the rest of the tests.
12682 run in 0:00:07:19.355, 12453 passes, 56 expected failures, 46 failures, 127 errors, 0 unexpected passes

Next up is to load XTreams.

I tried it earlier, and got errors in the tests probably related to the new Array immutability (?)  .

I will get some better precision on that statement later this week.

thx for your help.




---- On Sun, 27 Sep 2020 13:50:29 -0400Tobias Pape <[hidden email]> wrote ----

This might help...




> On 27.09.2020, at 09:08, gettimothy via Squeak-dev <[hidden email]> wrote:
>
> Hi folks.
>
>
> In a prisitine 6.0 alpha 19881 64 bit, I ran all tests.
>
> out of the box
> 7120 run in 0:00:05:20.485, 6893 passes, 57 expected failures, 43 failures, 127 errors, 0 unexpected passes
>
> took screenshots of the test runner results (Thank you to whoever wrote GIFReadWriter grabScreenAndSaveOnDisk and put it in the Do menu, very handy)
>
> Then I removed XML-Explorer (topa.1) and XML-Parser (tpr.45)
>
> rerun tests:
> 7111 run in 0:00:05:20.006, 6887 passes, 57 expected failures, 40 failures, 127 errors, 0 unexpected passes
>
> XML-Parser (tpr.45) contains 9 tests and the difference between 7120 and 7111 is 9. So, I am assuming no side effects from removing the existing XML stuff in the pristine 6.0 image.
>
> I will work on installing the
>
> http://www.smalltalkhub.com/mc/PharoExtras/XMLParser/main
> http://www.smalltalkhub.com/mc/PharoExtras/XMLWriter/main
> http://www.smalltalkhub.com/mc/PharoExtras/XPath/main
>
> stuff later this week.
>
> thx for the pointers.
>
> tty
>
>
>
>