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

Enable testing on Windows #82

Merged
1 commit merged into from
Jun 10, 2017
Merged

Conversation

wilzbach
Copy link
Member

No description provided.

@wilzbach
Copy link
Member Author

Hmm this seems to be truly broken:

core.exception.AssertError@C:\dmd2\windows\bin\..\..\src\phobos\std\experimental\allocator\common.d(445): Assertion failure
----------------
0x00007FF648ADF74B in d_assertp
0x00007FF64894C8B3 in std.experimental.allocator.common.testAllocator!(function () => FallbackAllocator(HmodBlockAllocator(0LU, , 0LU, , 0LU, , 0LU, , 0LU, , null))).testAllocator at C:\dmd2\windows\bin\..\..\src\phobos\std\experimental\allocator\common.d(447)
0x00007FF648940AAD in std.experimental.allocator.building_blocks.fallback_allocator.FallbackAllocator!(allocator.HmodBlockAllocator`32768LU, std.experimental.allocator.gc_allocator.GCAllocator).FallbackAllocator.__unittestL27_3470 at C:\dmd2\windows\bin\..\..\src\phobos\std\experimental\allocator\building_blocks\fallback_allocator.d(29)
0x00007FF64896AC1D in void allocator.__modtest()
0x00007FF648B0701B in scope int core.runtime.runModuleUnitTests().__foreachbody1(scope object.ModuleInfo*)
0x00007FF648B05AB3 in scope int object.ModuleInfo.opApply(scope int delegate(object.ModuleInfo*)).__lambda2(immutable(object.ModuleInfo*))
0x00007FF648B1CDAF in scope int rt.minfo.moduleinfos_apply(scope int delegate(immutable(object.ModuleInfo*))).__foreachbody2(ref rt.sections_win64.SectionGroup)
0x00007FF648B1CD1F in int rt.minfo.moduleinfos_apply(scope int delegate(immutable(object.ModuleInfo*)))
0x00007FF648B05A87 in int object.ModuleInfo.opApply(scope int delegate(object.ModuleInfo*))
0x00007FF648B06F95 in runModuleUnitTests
0x00007FF648AECEDD in scope void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).runAll()
0x00007FF648AECE3F in scope void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).tryExec(scope void delegate())
0x00007FF648AECC3F in d_run_main
0x00007FF64893FB42 in __entrypoint.main
0x00007FF648B6FA9D in __scrt_common_main_seh at f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl(253)
0x00007FFFAB1A13D2 in BaseThreadInitThunk
0x00007FFFACC854E4 in RtlUserThreadStart
Program exited with code 1

I don't use Windows nor harbored-mod. Does anyone care about this? (feel free to pick up this PR)

@ghost
Copy link

ghost commented Jun 10, 2017

At first glance this is #65

@wilzbach
Copy link
Member Author

At first glance this is #65

Yup most likely - we only run dub build for Travis as well. I have rebased this PR to do the same (just building). We should probably switch back to dub test once #65 is fixed.

@wilzbach
Copy link
Member Author

We should probably switch back to dub test once #65 is fixed.

I opened an issue, s.t. it's not forgotten once this PR is merged:

#83

@ghost ghost merged commit be5238e into dlang-community:master Jun 10, 2017
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant