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

MinGW: float format test fail #383

Closed
dnadlinger opened this issue Jun 5, 2013 · 4 comments
Closed

MinGW: float format test fail #383

dnadlinger opened this issue Jun 5, 2013 · 4 comments
Labels

Comments

@dnadlinger
Copy link
Member

There is a test in std.format which still fails on MinGW right now: https://github.com/ldc-developers/phobos/blob/4d8ca34057c8bdf7f3705f6c5c16922cae080dfb/std/format.d#L3155

Seems to be ABI-related.

@ghost
Copy link

ghost commented Feb 4, 2014

Is this still true? When using LDC commit 704ab30 with these submodules:

b20422e runtime/druntime (druntime-2.052-1637-gb20422e)
32fc550 runtime/phobos (phobos-2.052-3803-g32fc550)
9ff3c32d45c7dcc2f1a71007bc8905d263d999f2 tests/d2/dmd-testsuite (v2.060-1272-g9ff3c32)

Edit: Note: Those runtime commits link to the wrong repo (LDC instead of the runtime libs).

Running the tests:

$ cd C:\dev\projects\ldc_mingw\src\ldc\runtime\phobos
$ rdmd --compiler=ldmd2 --main -w -debug -g -unittest --force std\format.d
> 

No failures on my machine. Using MinGW 4.8.0 on Win7.

@ghost
Copy link

ghost commented Feb 4, 2014

Hmm I don't understand why the runtime libraries are tagged as 2.052 in the parentheses though? I've checkout out the latest git-head from LDC upstream master, and I've called git submodule update. Strange..

@redstar
Copy link
Member

redstar commented Feb 4, 2014

The tag is the result of a git handling problem. While tagging the 0.13.0-alpha1 release, I pushed too many tags. I still don't have removed all tags.

@redstar
Copy link
Member

redstar commented Feb 4, 2014

Available in release 0.13.0-alpha1.
@AndrejMitrovic Thanks for the hint!

@redstar redstar closed this as completed Feb 4, 2014
redstar pushed a commit that referenced this issue Sep 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants