[Issue 11392] dirEntries segfaults (fails in 2.064 beta 4, works in 2.063.2)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Nov 1 04:40:11 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11392
--- Comment #8 from safety0ff.bugz <safety0ff.bugz at gmail.com> 2013-11-01 04:40:09 PDT ---
(In reply to comment #7)
> Only one way to find out:
> https://github.com/D-Programming-Language/phobos/pull/1677
I just did the same, both test show that it would not have been caught with or
without the changes to the test.
Anyways, as I stated before, in retrospect, I should have used:
auto cwd = getcwd();
chdir(testdir);
scope(exit) chdir(cwd);
and left the actual tests alone.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list