Closed
Bug 723680
Opened 11 years ago
Closed 11 years ago
Fix failing test layout/reftests/transform-3d/preserve3d-1a.html
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: ayg, Assigned: ayg)
References
(Depends on 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
2.40 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
layout/reftests/transform-3d/preserve3d-1a.html was introduced by bug 505115, part 13. It was checked in as "fails". This is because the test file does four 90deg rotations, which means a full circle, while the ref file does a 180deg rotation. Changing the test file to do 45deg rotations instead makes the test pass. Patch to be attached in a moment.
Assignee | ||
Comment 1•11 years ago
|
||
If I apply the change to reftest.list and run reftests in this directory, I get a new fail. When I then apply the change to preserve3d-1a.html, the newly-enabled test passes.
Assignee: nobody → ayg
Attachment #593948 -
Flags: review?(roc)
Assignee | ||
Updated•11 years ago
|
Attachment #593948 -
Flags: review?(roc) → review?(matt.woodrow)
Attachment #593948 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Updated•11 years ago
|
Whiteboard: [autoland-try]
Updated•11 years ago
|
Whiteboard: [autoland-try] → [autoland-in-queue]
Comment 2•11 years ago
|
||
Autoland Patchset: Patches: 593948 Branch: mozilla-central => try Destination: http://hg.mozilla.org/try/rev/b10bdff08543 Try run started, revision b10bdff08543. To cancel or monitor the job, see: https://tbpl.mozilla.org/?tree=Try&rev=b10bdff08543
Comment 3•11 years ago
|
||
Try run for b10bdff08543 is complete. Detailed breakdown of the results available here: https://tbpl.mozilla.org/?tree=Try&rev=b10bdff08543 Results (out of 207 total builds): success: 181 warnings: 26 Builds (or logs if builds failed) available at: http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/autolanduser@mozilla.com-b10bdff08543
Updated•11 years ago
|
Whiteboard: [autoland-in-queue]
Comment 5•11 years ago
|
||
Unfortunately, the test still fails on Windows: https://tbpl.mozilla.org/php/getParsedLog.php?id=9083374&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=9083607&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=9083078&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=9083277&tree=Mozilla-Inbound
Flags: in-testsuite+
Target Milestone: mozilla13 → ---
Comment 6•11 years ago
|
||
Backout: https://hg.mozilla.org/integration/mozilla-inbound/rev/240903c32a9b
Comment 7•11 years ago
|
||
So it seems to need fails-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)).
Assignee | ||
Comment 8•11 years ago
|
||
Same patch with the incantation from comment 7.
Attachment #593948 -
Attachment is obsolete: true
Assignee | ||
Comment 9•11 years ago
|
||
Comment on attachment 595152 [details] [diff] [review] Patch v2 Re-requesting review. I'll try autoland this time, but I can't do that yet until I have r+ from someone with commit access.
Attachment #595152 -
Flags: review?(roc)
Attachment #595152 -
Flags: review?(roc) → review+
Assignee | ||
Updated•11 years ago
|
Whiteboard: [autoland]
Updated•11 years ago
|
Whiteboard: [autoland] → [autoland-in-queue]
Comment 10•11 years ago
|
||
Autoland Patchset: Patches: 595152 Branch: mozilla-central => try Destination: http://hg.mozilla.org/try/rev/bdc880c761e0 Try run started, revision bdc880c761e0. To cancel or monitor the job, see: https://tbpl.mozilla.org/?tree=Try&rev=bdc880c761e0
Comment 11•11 years ago
|
||
Try run for bdc880c761e0 is complete. Detailed breakdown of the results available here: https://tbpl.mozilla.org/?tree=Try&rev=bdc880c761e0 Results (out of 210 total builds): success: 189 warnings: 21 Builds (or logs if builds failed) available at: http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/autolanduser@mozilla.com-bdc880c761e0 Timed out after 06 hours without completing.
Updated•11 years ago
|
Whiteboard: [autoland-in-queue]
Comment 13•11 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/0c1b517c9907
Keywords: checkin-needed
Target Milestone: --- → mozilla13
Comment 14•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/0c1b517c9907
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•