July 08, 2017
https://bugzilla.gdcproject.org/show_bug.cgi?id=263

            Bug ID: 263
           Summary: Testsuite only able to run on localhost
           Product: GDC
           Version: development
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: libgphobos
          Assignee: ibuclaw@gdcproject.org
          Reporter: ibuclaw@gdcproject.org

Because the unittests don't use Dejagnu, this means they cannot run on a remote or simulated host.

i.e:

make check-target-libphobos RUNTESTFLAGS="--target_board=arm-sim" PATH="${PATH}:./scripts/wrapper"


With file ./scripts/wrapper/arm-linux-gnueabi-run
---
#!/bin/sh
qemu-arm -L /usr/arm-linux-gnueabi -E LD_LIBRARY_PATH=$LD_LIBRARY_PATH -E
SHLIB=$SHLIB_PATH $*

ret=$?
echo "*** EXIT code $ret"
exit $ret
---

-- 
You are receiving this mail because:
You are watching all bug changes.