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

Enable wpt WebGL tests on Linux #12858

Closed
wants to merge 8 commits into from
Closed

Commits on Aug 22, 2016

  1. wpt: Mark expected Linux panics due to oom on negative width/height.

    It looks like we should basically skip the call of readPixels() in
    this case.
    anholt committed Aug 22, 2016
  2. wpt: Downgrade two formerly-crashing tests on Linux to TIMEOUT.

    Across many test runs, I haven't seen them crash.
    anholt committed Aug 22, 2016
  3. wpt: Note texture-npot.html failures on CI.

    These don't appear on the i965 driver, but seem to be reliable on CI.
    anholt committed Aug 22, 2016
  4. wpt: Disable tex-image-*-canvas*.html that fail on linux-rel

    These don't crash on the i965 driver or my local 11.2.2 llvmpipe, but
    have shown intermittent failures in CI.
    anholt committed Aug 22, 2016
  5. wpt: Re-enable the webgl tests on Linux.

    From a conversation on #servo:
    
    <Manishearth> Ms2ger: why are they disabled on linux only?
    <Ms2ger> Don't recall
    <Ms2ger> Probably builder issues
    
    Fixes #9331
    anholt committed Aug 22, 2016
You can’t perform that action at this time.