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 (some) IE11 testing on AppVeyor #3285

Merged
merged 6 commits into from
Nov 26, 2018
Merged

Add (some) IE11 testing on AppVeyor #3285

merged 6 commits into from
Nov 26, 2018

Conversation

etpinard
Copy link
Contributor

resolves #431

Looks like AppVeyor has gotten a lot better in the last three years, adding IE11 tests was relatively easy.

Note that this iteration only tests the lib_test.js suite. We should add more IE11 tests eventually, perhaps by adding a specialty suite in test/jasmine/bundle_tests/ie11_test.js or by adding a @ie11 jasmine tag.

But as discussed in #431 (comment), adapting all our jasmine tests (especially our pixel-based tests) might be too much of a pain for little benefit.

cc @plotly/plotly_js

@antoinerg
Copy link
Contributor

Beautiful! That's a nice start 💃

vals.push(
Number.MAX_VALUE, Number.MIN_VALUE, Number.EPSILON,
-Number.MAX_VALUE, -Number.MIN_VALUE, -Number.EPSILON
);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Oh dear, IE doesn't support these? We use MAX_VALUE:

FP_SAFE: Number.MAX_VALUE / 10000,

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed in -> 50218de

@alexcjohnson
Copy link
Collaborator

Excellent! 💃

I like the idea of an @ie11 tag. That would make it nice and easy (and local) to add new tests to ie.

@etpinard etpinard merged commit 1e1495f into master Nov 26, 2018
@etpinard etpinard deleted the test-ie-on-appveyor branch November 26, 2018 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use AppVeyor for karma/jasmine CI testing on IE11
3 participants