summaryrefslogtreecommitdiff
path: root/tests/skipCrossGenFiles.arm.txt
AgeCommit message (Collapse)AuthorFilesLines
2018-08-08Skip Crossgen of S.R.WindowsRuntime.dllSimon Nattress1-0/+1
System.Runtime.WindowsRuntime contains assembly refs to Windows platform WinMD types which are not available on Unix and required to crossgen the assembly.
2018-07-19Skip R2RDumpTests in crossgen tests, test unsupported on ARMAmy Yu1-0/+1
2018-01-16Fix non-Windows R2R testing in CIBruce Forstall1-0/+1
The xunit.performance.api.dll assembly depends on Microsoft.3rdpartytools.MarkdownLog, which cannot be found. Add xunit.performance.api.dll to the list of assemblies that are not crossgen'ed during R2R testing.
2017-04-28Ensure we run the Crossgened test executable in R2R testswtgodbe1-0/+1
2017-03-23[Unix] runtest.sh crossgen should exit on failure (#9907)Steve MacLean1-0/+2
* 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