[Unix] runtest.sh crossgen should exit on failure (dotnet/coreclr#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)
commite9c95c912995987cf2ab9a40b9b5d9b79501b93c
treec364fd41acaf69d7cd0dfe9456fd260da2de5021
parentf330be3abe7d11cc999fb5c8751c15022bfd37a1
[Unix] runtest.sh crossgen should exit on failure (dotnet/coreclr#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

Commit migrated from https://github.com/dotnet/coreclr/commit/087a2eeb4c1384113fe68da1257b98fa99bd0484
src/coreclr/src/utilcode/pedecoder.cpp
src/coreclr/tests/runtest.sh
src/coreclr/tests/skipCrossGenFiles.arm.txt [new file with mode: 0644]
src/coreclr/tests/skipCrossGenFiles.arm64.txt [new file with mode: 0644]
src/coreclr/tests/skipCrossGenFiles.x64.txt [new file with mode: 0644]
src/coreclr/tests/skipCrossGenFiles.x86.txt [new file with mode: 0644]