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

move test `dom-element-scroll.html` from mozilla to wpt #20858

Merged
merged 1 commit into from May 25, 2018

Conversation

@tigercosmos
Copy link
Collaborator

tigercosmos commented May 24, 2018

The test dom-element-scroll.html was originally landed on #19127.
It was designed for testing scrollLeft and scrollTop.
It is not only for servo. I thought I put a wrong place at that time. It should not be under mozilla. It's better placed under wpt.


This change is Reviewable

@servo-wpt-sync
Copy link
Collaborator

servo-wpt-sync commented May 24, 2018

Opened new PR for upstreamable changes.

Completed upstream sync of web-platform-test changes at jdm/web-platform-tests#62.

@Manishearth
Copy link
Member

Manishearth commented May 24, 2018

@bors-servo
Copy link
Contributor

bors-servo commented May 24, 2018

📌 Commit ff81de8 has been approved by Manishearth

bors-servo added a commit that referenced this pull request May 24, 2018
move test `dom-element-scroll.html` from mozilla to wpt

<!-- Please describe your changes on the following line: -->
The test `dom-element-scroll.html` was originally landed on #19127.
It was designed for testing `scrollLeft` and `scrollTop`.
It is not only for servo. I thought I put a wrong place at that time. It should not be under `mozilla`. It's better placed under `wpt`.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20858)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented May 24, 2018

Testing commit ff81de8 with merge d10b2d2...

@bors-servo
Copy link
Contributor

bors-servo commented May 24, 2018

💔 Test failed - mac-rel-wpt3

@tigercosmos
Copy link
Collaborator Author

tigercosmos commented May 24, 2018

@bors-servo retry

@bors-servo
Copy link
Contributor

bors-servo commented May 24, 2018

Testing commit ff81de8 with merge eb8a0af...

bors-servo added a commit that referenced this pull request May 24, 2018
move test `dom-element-scroll.html` from mozilla to wpt

<!-- Please describe your changes on the following line: -->
The test `dom-element-scroll.html` was originally landed on #19127.
It was designed for testing `scrollLeft` and `scrollTop`.
It is not only for servo. I thought I put a wrong place at that time. It should not be under `mozilla`. It's better placed under `wpt`.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20858)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented May 24, 2018

💔 Test failed - mac-rel-wpt1

@tigercosmos
Copy link
Collaborator Author

tigercosmos commented May 24, 2018

2018-05-24 13:20:43.416 rustup[63739:56801079] Metadata.framework [Error]: couldn't get the client port
2018-05-24 13:20:43.451 rustup[63740:56801085] Metadata.framework [Error]: couldn't get the client port
warning: unused manifest key: package.autotests
   Compiling semver v0.1.20
   Compiling unicode-xid v0.1.0
   Compiling libc v0.2.39
   Compiling siphasher v0.2.2
   Compiling string_cache_shared v0.3.0
   Compiling void v1.0.2
   Compiling pkg-config v0.3.9
   Compiling dtoa v0.4.1
2018-05-24 13:20:46.392 rustc[63745:56801147] Metadata.framework [Error]: couldn't get the client port
2018-05-24 13:20:46.392 rustc[63743:56801145] Metadata.framework [Error]: couldn't get the client port
2018-05-24 13:20:46.393 rustc[63744:56801148] Metadata.framework [Error]: couldn't get the client port
2018-05-24 13:20:46.393 rustc[63746:56801149] Metadata.framework [Error]: couldn't get the client port
2018-05-24 13:20:46.395 rustc[63747:56801155] Metadata.framework [Error]: couldn't get the client port
2018-05-24 13:20:46.396 rustc[63748:56801157] Metadata.framework [Error]: couldn't get the client port
2018-05-24 13:20:46.399 rustc[63749:56801166] Metadata.framework [Error]: couldn't get the client port
2018-05-24 13:20:46.399 rustc[63750:56801168] Metadata.framework [Error]: couldn't get the client port
error: Could not compile `unicode-xid`.
warning: build failed, waiting for other jobs to finish...
error: Could not compile `dtoa`.
warning: build failed, waiting for other jobs to finish...
error: Could not compile `siphasher`.
warning: build failed, waiting for other jobs to finish...
error: Could not compile `void`.
warning: build failed, waiting for other jobs to finish...
error: Could not compile `pkg-config`.
warning: build failed, waiting for other jobs to finish...
error: Could not compile `semver`.
warning: build failed, waiting for other jobs to finish...
error: build failed
@jdm
Copy link
Member

jdm commented May 24, 2018

That's just servo-mac1 acting up. More important is this error:

19.86s$ bash etc/ci/manifest_changed.sh
 0:15.31 INFO Diffing old and new manifests /home/travis/build/servo/servo/tests/wpt/mozilla/meta/MANIFEST.json
 0:16.15 /home/travis/build/servo/servo/tests/wpt/mozilla/meta/MANIFEST.json  0  error  css/cssom-view/dom-element-scroll.html in manifest but removed from source.  (wpt-manifest)
 0:16.18 INFO Diffing old and new manifests /home/travis/build/servo/servo/tests/wpt/metadata/MANIFEST.json
 0:18.72 /home/travis/build/servo/servo/tests/wpt/metadata/MANIFEST.json  0  error  css/cssom-view/dom-element-scroll.html in source but not in manifest.  (wpt-manifest)
 0:18.88 ERROR Manifest /home/travis/build/servo/servo/tests/wpt/metadata/MANIFEST.json is outdated, use |./mach update-manifest| to fix.
@tigercosmos
Copy link
Collaborator Author

tigercosmos commented May 24, 2018

I forgot to update manifest. Sorry for this.

@servo-wpt-sync
Copy link
Collaborator

servo-wpt-sync commented May 24, 2018

Transplanted upstreamable changes to existing PR.

Completed upstream sync of web-platform-test changes at jdm/web-platform-tests#62.

@jdm
Copy link
Member

jdm commented May 24, 2018

Running the WPT lint on ./tests/wpt/web-platform-tests/...
{"path": "css/cssom-view/dom-element-scroll.html", "message": "Testcase file must have a link to a spec", "lineno": null, "rule": "MISSING-LINK"}
WPT Lint Tool:: lint error(s) in Web Platform Tests: exit status 1
@servo-wpt-sync
Copy link
Collaborator

servo-wpt-sync commented May 25, 2018

Transplanted upstreamable changes to existing PR.

Completed upstream sync of web-platform-test changes at jdm/web-platform-tests#62.

@servo-wpt-sync
Copy link
Collaborator

servo-wpt-sync commented May 25, 2018

Transplanted upstreamable changes to existing PR.

Completed upstream sync of web-platform-test changes at jdm/web-platform-tests#62.

@jdm
Copy link
Member

jdm commented May 25, 2018

@bors-servo
Copy link
Contributor

bors-servo commented May 25, 2018

📌 Commit 0069cdb has been approved by jdm

@highfive highfive assigned jdm and unassigned Manishearth May 25, 2018
@bors-servo
Copy link
Contributor

bors-servo commented May 25, 2018

Testing commit 0069cdb with merge ab39f6d...

bors-servo added a commit that referenced this pull request May 25, 2018
move test `dom-element-scroll.html` from mozilla to wpt

<!-- Please describe your changes on the following line: -->
The test `dom-element-scroll.html` was originally landed on #19127.
It was designed for testing `scrollLeft` and `scrollTop`.
It is not only for servo. I thought I put a wrong place at that time. It should not be under `mozilla`. It's better placed under `wpt`.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20858)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented May 25, 2018

💔 Test failed - mac-rel-wpt1

@jdm
Copy link
Member

jdm commented May 25, 2018

@bors-servo
Copy link
Contributor

bors-servo commented May 25, 2018

@bors-servo
Copy link
Contributor

bors-servo commented May 25, 2018

☀️ Test successful - android, arm32, arm64, linux-dev, linux-rel-css, linux-rel-wpt, mac-dev-unit, mac-rel-css1, mac-rel-css2, mac-rel-wpt1, mac-rel-wpt2, mac-rel-wpt3, mac-rel-wpt4, windows-msvc-dev
Approved by: jdm
Pushing ab39f6d to master...

@bors-servo bors-servo merged commit 0069cdb into servo:master May 25, 2018
3 checks passed
3 checks passed
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@tigercosmos tigercosmos deleted the tigercosmos:yy1 branch May 25, 2018
jdm added a commit to web-platform-tests/wpt that referenced this pull request Jun 7, 2018
Upstreamed from servo/servo#20858 [ci skip]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

6 participants
You can’t perform that action at this time.