Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for the messageerror IDL attribute in service workers #5628

Merged
merged 1 commit into from
May 1, 2017

Conversation

domenic
Copy link
Member

@domenic domenic commented Apr 20, 2017

Follows w3c/ServiceWorker#1130. The actual situations in which this will be called is being tested as part of #5003.


This change is Reviewable

Follows w3c/ServiceWorker#1130. The actual situations in which this will be called is being tested as part of #5003.
@wpt-pr-bot
Copy link
Collaborator

Notifying @ehsan, @mattto, and @mkruisselbrink. (Learn how reviewing works.)

@ghost
Copy link

ghost commented Apr 20, 2017

View the complete job log.

Lint

Passed

@ghost
Copy link

ghost commented Apr 20, 2017

View the complete job log.

Firefox (nightly channel)

Testing web-platform-tests at revision ab1900f
Using browser at version BuildID 20170420100256; SourceStamp 27311156637f9b5d4504373967e01c4241902ae7
Starting 10 test iterations
All results were stable

All results

1 test ran
/service-workers/service-worker/interfaces.https.html
Subtest Results Messages
OK
Interfaces and attributes of ServiceWorkerContainer FAIL assert_true: onmessageerror should be an attribute of ServiceWorkerContainer expected true got false
Interfaces and attributes of ServiceWorker PASS
Interfaces and attributes in ServiceWorkerGlobalScope PASS
ServiceWorkerGlobalScope FAIL assert_true: onmessageerror should be an attribute of ServiceWorkerGlobalScope expected true got false
Clients PASS {}
Client PASS {}
WindowClient PASS {}
CacheStorage PASS {}
Cache PASS {}
Event constructors PASS {}

@ghost
Copy link

ghost commented Apr 20, 2017

View the complete job log.

Chrome (unstable channel)

Testing web-platform-tests at revision ab1900f
Using browser at version 59.0.3071.15 dev
Starting 10 test iterations
All results were stable

All results

1 test ran
/service-workers/service-worker/interfaces.https.html
Subtest Results Messages
OK
Interfaces and attributes of ServiceWorkerContainer FAIL assert_true: onmessageerror should be an attribute of ServiceWorkerContainer expected true got false
Interfaces and attributes of ServiceWorker PASS
Interfaces and attributes in ServiceWorkerGlobalScope PASS
ServiceWorkerGlobalScope FAIL assert_true: onmessageerror should be an attribute of ServiceWorkerGlobalScope expected true got false
Clients PASS {}
Client PASS {}
WindowClient PASS {}
CacheStorage PASS {}
Cache PASS {}
Event constructors PASS {}

@codecov-io
Copy link

Codecov Report

Merging #5628 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #5628   +/-   ##
=======================================
  Coverage   87.22%   87.22%           
=======================================
  Files          24       24           
  Lines        2418     2418           
  Branches      406      406           
=======================================
  Hits         2109     2109           
  Misses        239      239           
  Partials       70       70

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f0037d6...c2c29c1. Read the comment docs.

foolip added a commit to foolip/ServiceWorker that referenced this pull request Apr 24, 2017
The wording is adapted from the WHATWG contributor guidelines:
https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md

This is sometimes already happening:
web-platform-tests/wpt#3449
web-platform-tests/wpt#5628

Drive-by: whitespace
foolip added a commit to foolip/ServiceWorker that referenced this pull request Apr 26, 2017
The wording is adapted from the WHATWG contributor guidelines:
https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md

This is sometimes already happening:
web-platform-tests/wpt#3449
web-platform-tests/wpt#5628

Drive-by: whitespace
jungkees pushed a commit to w3c/ServiceWorker that referenced this pull request Apr 26, 2017
The wording is adapted from the WHATWG contributor guidelines:
https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md

This is sometimes already happening:
web-platform-tests/wpt#3449
web-platform-tests/wpt#5628

Drive-by: whitespace
@inexorabletash
Copy link
Member

lgtm

(I wonder why we still have these instead of idlharness...)

@domenic domenic merged commit 809ef9b into master May 1, 2017
@domenic domenic deleted the sw-messageerror branch May 1, 2017 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants