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

Intermittent FAIL in /html/dom/dynamic-markup-insertion/document-write/iframe_005.html #15377

Open
wafflespeanut opened this issue Feb 4, 2017 · 6 comments
Assignees

Comments

@wafflespeanut
Copy link
Member

@wafflespeanut wafflespeanut commented Feb 4, 2017

  ▶ Unexpected subtest result in /html/dom/dynamic-markup-insertion/document-write/iframe_005.html:
  │ FAIL [expected PASS] document.write external script into iframe write back into parent
  │   → assert_array_equals: lengths differ, expected 5 got 2
  │ 
  │ @http://web-platform.test:8000/html/dom/dynamic-markup-insertion/document-write/iframe_005.html:20:7
  │ Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:1406:20
  └ @http://web-platform.test:8000/html/dom/dynamic-markup-insertion/document-write/iframe_005.html:19:5
@jdm
Copy link
Member

@jdm jdm commented Feb 4, 2017

cc @nox

@nox
Copy link
Member

@nox nox commented Feb 4, 2017

We don't handle delaying the load event for iframes correctly.

@nox nox self-assigned this Feb 4, 2017
@nox
Copy link
Member

@nox nox commented Feb 8, 2017

This is quite weird. I don't understand how the load event handler can see only 2 items in order, given everything happens sequentially in that test.

@nox
Copy link
Member

@nox nox commented Feb 8, 2017

@jdm I can't reproduce it if I run only that test, and I can't log to a file the complete logs without color escape sequences when I reproduce it by running all the document-write tests through ./mach test-wpt. What is the magical test-wpt command to have a log file that is actually useful and human-readable?

@jdm
Copy link
Member

@jdm jdm commented Feb 8, 2017

I haven't encountered that problem before. You're blazing new trails!

@nox
Copy link
Member

@nox nox commented Feb 8, 2017

I managed to log without the weird escape sequences, but now I have another problem. How can I use RUST_LOG with some debug levels in a release build? I have 0% reproducibility with debug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.