summaryrefslogtreecommitdiff
path: root/tests/src/JIT/jit64/mcc/interop/mcc_i12.il
AgeCommit message (Collapse)AuthorFilesLines
2019-04-03Fix interop test cases to pass doubles for native varargs. (#23690)Andy Ayers1-27/+27
Remove these tests from the windows exclude list. Also move one other exclude entry from its own section into the general exclude list. Closes #22974
2018-08-01build-test - fix ilasm warnings caused by missing/incorrect extern assembly ↵Jacek Blaszczynski1-19/+21
declarations (#19188) * build-test - fix ildasm warnings caused by missing or incorrect extern assembly declarations white space was fixed in all files which were edited (tabs -> spaces, no white space at the end of line) * Remove unnecessary assembly declaration metadata
2016-05-09Update license header in most .il files.Russ Keldorph1-2/+3
2015-12-14Porting tests:Hongtao Yu1-0/+89
jit\regression\clr-x86-jit\v1-m09.5-pdc\b12795\b12795.csproj jit\methodical\eh\deadcode\deadcodeincatch_d.ilproj Porting interop tests jit\jit64\mcc\interop\mcc_i10.exe jit\jit64\mcc\interop\mcc_i11.exe jit\jit64\mcc\interop\mcc_i12.exe jit\jit64\mcc\interop\mcc_i13.exe Disabled for linux since the tests are using native varargs.