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 NOTRUN in /resource-timing/test_resource_timing.https.html #25216

Open
jdm opened this issue Dec 9, 2019 · 1 comment
Open

Intermittent NOTRUN in /resource-timing/test_resource_timing.https.html #25216

jdm opened this issue Dec 9, 2019 · 1 comment

Comments

@jdm
Copy link
Member

@jdm jdm commented Dec 9, 2019

  ▶ Unexpected subtest result in /resource-timing/test_resource_timing.https.html:
  └ NOTRUN [expected FAIL] window.performance.getEntriesByName() and window.performance.getEntriesByNameType() return same data (xmlhttprequest)
  ▶ Unexpected subtest result in /resource-timing/test_resource_timing.https.html:
  └ NOTRUN [expected FAIL] PerformanceEntry has correct name, initiatorType, startTime, and duration (xmlhttprequest)
  ▶ Unexpected subtest result in /resource-timing/test_resource_timing.https.html:
  └ NOTRUN [expected FAIL] PerformanceEntry has correct order of timing attributes (xmlhttprequest)
  ▶ Unexpected subtest result in /resource-timing/test_resource_timing.https.html:
  └ NOTRUN [expected FAIL] PerformanceEntry has correct network transfer attributes (xmlhttprequest)
  ▶ Unexpected subtest result in /resource-timing/test_resource_timing.https.html:
  └ NOTRUN [expected FAIL] PerformanceEntry has correct protocol attribute (xmlhttprequest)
@jdm jdm mentioned this issue Dec 9, 2019
3 of 3 tasks complete
@pshaughn
Copy link
Member

@pshaughn pshaughn commented Feb 6, 2020

If this particular batch are all not running as a set, the onload from this request must not be firing:

var xmlhttp = new XMLHttpRequest();
url = resolve("resources/gzip_xml.py");
xmlhttp.open('GET', url, true);
xmlhttp.send();

I can't think of any particular reason why this request would have intermittent failures, though, and I haven't happened to reproduce it on purpose.

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.