Broken WPT export after Rejig CSSResourceValue hierarchy. |
||
Issue descriptionHi - I'm filing this bug as Web Platform Test sheriff. The upstream WPT PR for https://chromium-review.googlesource.com/c/chromium/src/+/934001/3 failed to build for firefox:nightly, safari:11.0, and MicrosoftEdge:16.16299. The firefox job log contains the following errors: PID 7501 | JavaScript error: http://web-platform.test:8000/css/css-typed-om/stylevalue-serialization/cssTransformValue.tentative.html, line 13: ReferenceError: CSSTranslate is not defined PID 7887 | JavaScript error: http://web-platform.test:8000/css/css-typed-om/stylevalue-subclasses/cssPerspective.tentative.html, line 16: TypeError: CSS.number is not a function PID 8013 | JavaScript error: http://web-platform.test:8000/css/css-typed-om/stylevalue-subclasses/cssPositionValue.html, line 17: TypeError: CSS.px is not a function ... These seem that they could be related to your change. Please help investigate. Reference: PR build status on GitHub: https://github.com/w3c/web-platform-tests/pull/9641 Firefox nightly build logs for this PR: https://travis-ci.org/w3c/web-platform-tests/jobs/345157778
,
Feb 24 2018
Merely failing tests should not cause any Travis checks to fail, as all we *should* be checking for is flaky tests. https://travis-ci.org/w3c/web-platform-tests/jobs/345157778 ran for 39 minutes, so I was thinking a timeout, but the log ends with: ``` Log reached capacity (3145728 bytes); output disabled. No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself. Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received The build has been terminated ``` I don't think this is a timeout since those logs end differently, and the time limit is 50 minutes. I'll restart the Travis job. If the problem persist and there's still no reason to think it's because of the tests, I usually file another issue and then force merge the PR.
,
Feb 24 2018
Something similar is happening in https://github.com/w3c/web-platform-tests/pull/9238 too.
,
Feb 26 2018
I've merged those two PRs now. |
||
►
Sign in to add a comment |
||
Comment 1 by shend@chromium.org
, Feb 24 2018