Opened 9 years ago
Closed 8 years ago
#16116 closed defect (invalid)
IE10 io test timeout
Reported by: | haysmark | Owned by: | haysmark |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.4 |
Component: | IO | Version: | 1.8.0 |
Keywords: | dohfail | Cc: | |
Blocked By: | Blocking: |
Description
Error: test timeout in ../../dojo/tests/io/iframe.html::ungrouped::ioIframeGetText ERROR IN: function ioIframeGetText(t){ var d = new doh.Deferred(); var td = dojo.io.iframe.send({ url: "../request/iframeDummyMethod.php?type=text", method: "GET", timeoutSeconds: 5, preventCache: true, handle: function(res, ioArgs){ if(!(res instanceof Error) && t.is("iframe succeeded", res)){ d.callback(true); }else{ d.errback(false); } } }); return d; } FAILED test: ../../dojo/tests/io/iframe.html::ungrouped::ioIframeGetText 998 ms
Change History (8)
comment:1 Changed 9 years ago by
Keywords: | dohfail added |
---|
comment:2 Changed 8 years ago by
Milestone: | tbd → 1.8.2 |
---|
comment:3 Changed 8 years ago by
I don't see any failures in dojo.io running Win8 IE10 via Browserstack.
comment:4 Changed 8 years ago by
I am not seeing this either on 10.0.9200.16384 running util/doh/runner.html?test=dojo/tests/module
.
comment:5 Changed 8 years ago by
Owner: | changed from Bryan Forbes to haysmark |
---|---|
Status: | new → pending |
Doesn't reproduce for me either. Mark, maybe you don't have PHP enabled on your machine? In any case if it's failing for you seems like you are the only one that can debug it.
comment:6 Changed 8 years ago by
Milestone: | 1.8.2 → 1.8.3 |
---|
1.8.2 release candidate is released; moving to next minor release.
comment:7 Changed 8 years ago by
Milestone: | 1.8.3 → 1.8.4 |
---|
comment:8 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Bulk update of IE10 tickets to 1.8.2, as per meeting. Backports to 1.4 will be handled in a separate ticket. If this ticket just requires a test update, it can be rescheduled for milestone 1.9, and checked into trunk only.