Nothing Special   »   [go: up one dir, main page]

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
Labels
I-intermittent Problem reproduces intermittently.

Comments

@jdm
Copy link
Member
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)
@CYBAI CYBAI added the I-intermittent Problem reproduces intermittently. label Dec 11, 2019
@pshaughn
Copy link
Contributor
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
Labels
I-intermittent Problem reproduces intermittently.
Projects
None yet
Development

No branches or pull requests

3 participants