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

3.x tests #5200

Merged
merged 31 commits into from
Apr 26, 2018
Merged

3.x tests #5200

merged 31 commits into from
Apr 26, 2018

Conversation

e111077
Copy link
Contributor

@e111077 e111077 commented Apr 17, 2018

Number of Chrome failing tests 56 -> 17. Remaining are assigned to Dan and we have a plan of action for each assigned to him already. Unfortunately adding import.meta.url to some of the dom-module assetpaths has caused FF and Safari to completely break until polyserve can sent AMD modules to browsers that implement import but not import.meta

For info on what I fixed and what was wrong, see this doc (visible only to googlers).

CC @azakus

I branched off of 3.x-modularized which is branched off of 3.x. Merge target is the modularized one. LMK if you want me to change the merge target.

@e111077
Copy link
Contributor Author

e111077 commented Apr 18, 2018

related:
Polymer/polymer-modulizer#405
Polymer/polymer-modulizer#406
Polymer/polymer-modulizer#407

@dfreedm dfreedm self-assigned this Apr 18, 2018
assertComputed(el1.$.fromImport, '2px');
assertComputed(el2.$.fromStyle, '1px');
assertComputed(el2.$.fromImport, '2px');
});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are all these tests removed? The fromStyle ones seem to just be style module-related...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The second set are deleted because there is nothing to dedupe since we don't have the css html import

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

relevant tests added back in

@rictic rictic changed the base branch from 3.x-modularized to 3.x April 20, 2018 19:46
@sorvell sorvell merged commit b1a523c into 3.x Apr 26, 2018
@e111077 e111077 deleted the 3.x-tests branch April 27, 2018 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants