-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Firefox has ~48 camera-related test failures #6539
Comments
I'm seeing those failures as far back as 1.39 (didn't test further). |
Having |
It's possible that the regression confirmed in this bug is the cause: https://bugzilla.mozilla.org/show_bug.cgi?id=1463354 Basically the broke some part of pointerevents in FF 60. One solution is to not use PointerEvents on Firefox until it's fixed (basically change the Or we can just wait it out. |
1. Don't use PointerEvents for tests in Firefox, see #6539. This makes all tests but one pass. 2. Run built files against FirefhoxHeadless. This means we run unminified on Chrome and minified on Firefox. This helps keep the build time down by not running everything twice on both browsers, but will still catch Firefox-specific bugs that we can then run locally.
1. Don't use PointerEvents for tests in Firefox, see #6539. This makes all tests but one pass. 2. Run built files against FirefhoxHeadless. This means we run unminified on Chrome and minified on Firefox. This helps keep the build time down by not running everything twice on both browsers, but will still catch Firefox-specific bugs that we can then run locally.
Cesium itself still works, so this seems to be a test-only problem with how we are doing epsilons. @bagnell says something like has happened before when Firefox released a new version. Our 1.44 tests fails now as well.
No need to hold up the release, but definitely look at for 1.46
The text was updated successfully, but these errors were encountered: