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

Shared lib + unitt test falling #239

Closed
bioinfornatics opened this issue Nov 21, 2012 · 4 comments
Closed

Shared lib + unitt test falling #239

bioinfornatics opened this issue Nov 21, 2012 · 4 comments

Comments

@bioinfornatics
Copy link
Contributor

current problem from 2fec23b

99% tests passed, 8 tests failed out of 986
Total Test time (real) = 295.10 sec
The following tests FAILED:
    318 - druntime_src_object__debug_run (Failed)
    320 - druntime_src_object__release_run (Failed)
    654 - phobos_std_stream_debug_run (Failed)
    656 - phobos_std_stream_release_run (Failed)
    686 - phobos_std_datetime_debug_run (Failed)
    688 - phobos_std_datetime_release_run (Failed)
    985 - dmd-testsuite-debug (Failed)
    986 - dmd-testsuite-release (Failed)
Errors while running CTest

only 8 test fail

all build log can be see a short time at http://kojipkgs.fedoraproject.org//work/tasks/4947/4714947/build.log

@dnadlinger
Copy link
Member

Just so this is clear for everybody reading this: Building druntime/Phobos as a shared library is not officially supported yet, and as shown by the failing test cases, heinous memory corruption bugs are to be expected.

Fixing these is not a priority for me right now, at least until the next two releases are out (with the vararg, ABI and exception chaining issues addressed).

@bioinfornatics
Copy link
Contributor Author

yes no problem that is to log the current state about shared lib, 8 tests only fail that is not a huge gap :-)

@dnadlinger
Copy link
Member

4+ (I haven't checked how many DMD testsuite tests are really broken) memory corruption bugs are a huge problem…

@dnadlinger
Copy link
Member

The shared library tests are now at the same level of tests passing as master (there are a couple of failing tests due to the 2.065 merge right now).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants