Test results for D on Android/ARM
Vladimir Panteleev via digitalmars-d-ldc
digitalmars-d-ldc at puremagic.com
Mon Nov 2 06:35:15 PST 2015
On Sunday, 1 November 2015 at 05:44:04 UTC, Joakim wrote:
> For example, the Samsung Galaxy S6 uses the Exynos 7420:
>
> http://www.gsmarena.com/samsung_galaxy_s6-6849.php
Note that some devices (e.g. the Samsung Galaxy Note series) can
use different chipsets depending on the exact model, even though
they are marketed under the same product name.
> My results:
Android 4.4.4, Samsung Galaxy Note 4 (SM-N910H), Exynos Octa 5433
1.90GHz, rooted:
All tests pass except std.datetime, both APK and CLI.
Seems to be failing on these lines:
assert(to!string(ourTimeInfo.tm_zone) ==
to!string(osTimeInfo.tm_zone));
Logs:
http://dump.thecybershadow.net/f2f82fd45920cd5adf9e7ae047823447/test-apk.log
http://dump.thecybershadow.net/21c26788fcee4cc9d1d6c37eadd5a0ea/test-cli.log
(the latter seems to have some additional debug output)
More information about the digitalmars-d-ldc
mailing list