--
Ticket URL: <https://code.djangoproject.com/ticket/23312>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
Ticket URL: <https://code.djangoproject.com/ticket/23312#comment:1>
* stage: Unreviewed => Accepted
Comment:
Bisection between 1.7c1 (good) and current stable/1.7.x tip (bad) reports
that the issue was introduced with commit
e705d8c4b49d5c5ee747075f12709011f55b7a8a
--
Ticket URL: <https://code.djangoproject.com/ticket/23312#comment:2>
* keywords: => windows-test-failure
--
Ticket URL: <https://code.djangoproject.com/ticket/23312#comment:3>
* version: 1.7-rc-2 => 1.7
--
Ticket URL: <https://code.djangoproject.com/ticket/23312#comment:4>
Comment (by timgraham):
I guess we could reapply the commit above that was reverted on 1.7 along
with the fix from #23271 if we care to fix this on 1.7. Otherwise, we
could just mark this test as an expectedFailure on Windows & Python 3 and
move on.
--
Ticket URL: <https://code.djangoproject.com/ticket/23312#comment:5>
* cc: cramm (added)
Comment:
Ramiro, any opinion on this?
--
Ticket URL: <https://code.djangoproject.com/ticket/23312#comment:6>
* cc: cramm (removed)
* cc: ramiro (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/23312#comment:7>
Comment (by timgraham):
The test also fails on 1.6.
--
Ticket URL: <https://code.djangoproject.com/ticket/23312#comment:8>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"433e7dd5076e492290a90130c9b3e2b1319b2f95"]:
{{{
#!CommitTicketReference repository=""
revision="433e7dd5076e492290a90130c9b3e2b1319b2f95"
[1.7.x] Fixed #23312 -- Marked an i18n test as expectedFailure on
Windows/Python 3.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23312#comment:9>
Comment (by Tim Graham <timograham@…>):
In [changeset:"fb614ff4a712cf7d221ed9ddeb7e4164e882ba81"]:
{{{
#!CommitTicketReference repository=""
revision="fb614ff4a712cf7d221ed9ddeb7e4164e882ba81"
[1.6.x] Fixed #23312 -- Marked an i18n test as expectedFailure on
Windows/Python 3.
Backport of 433e7dd5076e492290a90130c9b3e2b1319b2f95 from stable/1.7.x
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23312#comment:10>