#13409 closed defect (fixed)
xdomain test failures
Reported by: | haysmark | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Loader | Version: | 1.7.0b1 |
Keywords: | dohfail | Cc: | |
Blocked By: | Blocking: |
Description
See:
http://archive.dojotoolkit.org/nightly/checkout/dojo/tests/_base/loader/xdomain/xdomain.html
In IE6, I get the following failures:
FAILED test: ../../dojo/tests/_base/loader/xdomain/xdomain.html::xdomain::undefined assertEqual() failed: expected true but got false with hint: failed at id=18 859ms FAILED test: ../../dojo/tests/_base/loader/xdomain/xdomain.html::xdomain::undefined assertEqual() failed: expected true but got false with hint: failed at id=19 812ms FAILED test: ../../dojo/tests/_base/loader/xdomain/xdomain.html::xdomain::undefined assertEqual() failed: expected true but got false with hint: failed at id=18 484ms FAILED test: ../../dojo/tests/_base/loader/xdomain/xdomain.html::xdomain::undefined assertEqual() failed: expected true but got false with hint: failed at id=19 297ms
Change History (5)
comment:1 Changed 9 years ago by
Status: | new → assigned |
---|
comment:2 Changed 9 years ago by
Milestone: | tbd → 1.7 |
---|
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 9 years ago by
Test case 18 and 19 in dojo/tests/_base/loader/xdomain/xdomain.html should cause the loader to throw and the test should catch in order to notice the throw. Although the code path is going through a throw statement, for some reason ie6 is not throwing, which causes the test to report a false failure.
Watched the code in the debugger on ie6 and it is operating correctly.
Note: See
TracTickets for help on using
tickets.
In [26620]: