aboutsummaryrefslogtreecommitdiff
path: root/bug-1925
AgeCommit message (Collapse)Author
2018-05-17bug-1925: Make executable name more unique.Christophe Lyon
It seems the executable name we generate is not "unique enough", and can lead to race conditions when the board access is slow and two validations run in parallel. That's probably because we use containers, and thus the process ID is always the same between two runs of the same tests. Try to workaround that by using hostname and date. Change-Id: Idfd58feeeaed02a2869a18777b5b6a30e0b53dec
2017-11-14TOOLCHAIN cleanup, use HOST from now onPrzemyslaw Wirkus
Changes: * Use HOST instead of TOOLCHAIN to detect if we are in mingw environment. * Pass HOST to corresponding sub-makefiles in this repo. * Use *mingw* pattern instead of *mingw32 (in bug-1925) to make code the same everywhere. * Update README according to changes. Change-Id: I8085f2049a2dddd8e748ed99ae02647bf0e3eb30
2017-11-13Skip mingw32 host builds for bug-1925PrzemekWirkus
Change-Id: I4cf89e27639421c40164f76d973c763dc0ab7811
2017-05-31bug-1925, bug-2185: Don't run on unsupported targets.Maxim Kuvyrkov
Change-Id: I431bfaa7722e4750d1fed828a40b71d23b3d5630
2017-05-04bug-1925: Add debug code.Christophe Lyon
Remote copy & execution does not work, trying to understand why. Change-Id: I1f8c94f7a691b1a6be857b5e3dd1f2851e0f2a37
2017-05-04bug-1925: New test.Christophe Lyon
Uses tcwg-tk1-01 to execute the generated program. Change-Id: I7ac1dde8fab1f0f0f055b715046023715392d429