[Unix] runtest.sh crossgen should exit on failure (#9907)
authorSteve MacLean <sdmaclea@qti.qualcomm.com>
Thu, 23 Mar 2017 17:38:50 +0000 (13:38 -0400)
committerGaurav Khanna <gkhanna@microsoft.com>
Thu, 23 Mar 2017 17:38:50 +0000 (10:38 -0700)
commit087a2eeb4c1384113fe68da1257b98fa99bd0484
treebef64b8df6963e73b99f9eac314be7da46716f93
parent8f485224cd9a5899e5f8e991f2db87cef5566b1b
[Unix] runtest.sh crossgen should exit on failure (#9907)

* Fix crossgen segfault

* Check crossgen in runtests.sh

* Do not use test -v

CI showed bash 4.2 feature test -v is not present on
OSX CI systems.  Fall back to more standard bash test
src/utilcode/pedecoder.cpp
tests/runtest.sh
tests/skipCrossGenFiles.arm.txt [new file with mode: 0644]
tests/skipCrossGenFiles.arm64.txt [new file with mode: 0644]
tests/skipCrossGenFiles.x64.txt [new file with mode: 0644]
tests/skipCrossGenFiles.x86.txt [new file with mode: 0644]