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

Improve diagnostics for WPT failures #24981

Merged
merged 5 commits into from Dec 3, 2019
Merged

Improve diagnostics for WPT failures #24981

merged 5 commits into from Dec 3, 2019

Commits on Dec 3, 2019

  1. wptrunner: detect solid color screenshots for failing reftests

    The output looks like this:
    
    ```
       FAIL [expected PASS] /css/CSS2/box-display/root-box-003.xht
      │   → /css/CSS2/box-display/root-box-003.xht 54a9df64f1476dd12020019d7cf22ac34d727bc0
      │   → /css/CSS2/box-display/root-box-003-ref.xht 636eb693bc214b6e1c64e6566c48e69e6777b946
      └   → Screenshot is solid color 0xFFFFFF for /css/CSS2/box-display/root-box-003.xht
    ```
    SimonSapin committed Dec 3, 2019
  2. Add a test counter in WPT’s non-interactive output

    SimonSapin committed Dec 3, 2019
  3. Fix Python Unicode error on macOS CI

    SimonSapin committed Dec 3, 2019
You can’t perform that action at this time.