Closed
Bug 1377861
Opened 7 years ago
Closed 7 years ago
Update reftests to comply with new data: URI inheritance model
Categories
(Core :: DOM: Security, enhancement, P2)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: ckerschb, Assigned: ckerschb)
References
Details
(Whiteboard: [domsecurity-active])
Attachments
(1 file)
13.71 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → ckerschb
Blocks: 1324406
Status: NEW → ASSIGNED
Priority: -- → P2
Whiteboard: [domsecurity-active]
Assignee | ||
Comment 1•7 years ago
|
||
Hey smaug, it seems file layout/reftests/bugs/381746-1.html had weired file ending, hence it seems I touched more files.
Attachment #8883005 -
Flags: review?(bugs)
Updated•7 years ago
|
Attachment #8883005 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 2•7 years ago
|
||
Let's make sure everything is fine before landing this one: https://treeherder.mozilla.org/#/jobs?repo=try&revision=5873ef09ac6abe215d1cd0b658edff8a7d653107
Assignee | ||
Comment 3•7 years ago
|
||
It seems that: * reftest/tests/layout/reftests/bugs/212563-2.html * reftest/tests/layout/reftests/bugs/381746-1.html are not simply fixed by replacing src="data:..." with srcdoc="". I tried to debug but I couldn't really figure out where the exact problem is. My guess that somewhere the tests set the src attribute which is then ignored because we are using srcdoc to begin with and hence the test times out. Since those two tests need more investigation and then also closer review I think the best path forward is to land the low hanging fruit within this bug and file follow ups for the two tests. https://treeherder.mozilla.org/#/jobs?repo=try&revision=e9213a20ef009f3cb9a4192b8064f5c4ab33053c
Pushed by mozilla@christophkerschbaumer.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/7529213e3375 Update reftests to comply with new data: URI inheritance model. r=smaug
Comment 5•7 years ago
|
||
Backed out for failing reftest iframe-border-radius.html on Windows 8 x64: https://hg.mozilla.org/integration/mozilla-inbound/rev/9e22971fe3416a0cc7a39a55a5b7821502545823 Push with failures: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=7529213e33752241cbc645f8d206c283959e074f&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=112267026&repo=mozilla-inbound > REFTEST TEST-UNEXPECTED-FAIL | file:///C:/slave/test/build/tests/reftest/tests/layout/reftests/scrolling/iframe-border-radius.html == file:///C:/slave/test/build/tests/reftest/tests/layout/reftests/scrolling/iframe-border-radius-ref.html | image comparison, max difference: 1, number of differing pixels: 1
Flags: needinfo?(ckerschb)
Assignee | ||
Comment 6•7 years ago
|
||
(In reply to Sebastian Hengst [:aryx][:archaeopteryx] (needinfo on intermittent or backout) from comment #5) > Backed out for failing reftest iframe-border-radius.html on Windows 8 x64: Works on other platforms but not Windows. I guess this needs more investigation. Similar to comment 3, let's land all the low hanging fruit within this bug and convert other tests that need more investigation (like in that case iframe-border-radius.html) in a different bug.
Flags: needinfo?(ckerschb)
Pushed by mozilla@christophkerschbaumer.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/176faadcb01b Update reftests to comply with new data: URI inheritance model. r=smaug
Comment 8•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/176faadcb01b
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•