RE: Opera's SSE Tests on GitHub [Was: <different topic>]

Hello James,

Here is the review status of Opera SSE tests [1] vs. CR Server-Sent-Events spec [2]

Totally 53 SSE tests, 43 good tests for CR Server-Sent-Event spec. 10 tests in /event/-source-master need update:

eventsource-prototype.htm: Obsolete. No prototype defined in SSE spec
eventsource-constructor-stringify.htm: Need update. Usage of 'async_test()' does not follow 'testharness.js'
eventsource-constructor-url-bogus.htm: Need update. Test case failure caused by assert_throws() issue
eventsource-constructor-url-multi-window.htm, format-field-retry-bogus.htm and format-field-retry.htm: Need update. The usage of 't.done()' does not follow 'testharness.js'. The method t.done() should be invoked after t.ste() finish.
eventsource-cross-origin.htm, request-cache-control.htm and request-credentials.htm: Need update. Set up instructions for PHP server http://crosssite.XXX.XXX is required in README file.

[1] https://github.com/w3c/event-source 
[2] http://dev.w3.org/html5/eventsource/publish/CR-eventsource-Dec-2012.html 

Thanks,
Tina

-----Original Message-----
From: James Graham [mailto:jgraham@opera.com] 
Sent: Monday, November 26, 2012 5:16 PM
To: Zhao, Tina
Cc: Arthur Barstow; public-webapps-testsuite@w3.org
Subject: Re: Opera's SSE Tests on GitHub [Was: <different topic>]

On 11/21/2012 12:41 PM, Zhao, Tina wrote:
> Hi James,
>
> Running SSE tests requires server and client test environment, would 
> you please let me know the set up instructions of your SSE test 
> environment?

As far as I know there is nothing special compared to the default
apache+PHP setup on w3c-test.org. The relevant PHP files are in the
resources/ directory of the testsuite. Is there something that doesn't seem to be working correctly?

> One more favor, would you please upload your tests to Opera's own 
> submission folder? It would be clear that Opera submitted those tests.

I can do, or I am happy for you do to that from the github repository. I don't think you need to treat shared tests as sacrosanct.

Received on Wednesday, 16 January 2013 04:11:44 UTC