summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/VS-ia64-JIT/M00/b98431/ConsoleApplication2.il
AgeCommit message (Collapse)AuthorFilesLines
2019-05-06Handle E_NOTIMPL return from CoInitializeEx. (#24387)Jeremy Koritzinsky1-1/+0
* Handle E_NOTIMPL return from CoInitializeEx. * Remove unneeded STA attributes.
2016-06-02Remove unnecessary dependencies from JIT tests causing R2R failuresRuss Keldorph1-22/+1
b05623 did basically nothing so I deleted it. I removed a presumably useless VisualBasic attribute and other unnecessary assembly references from the other two tests. Fixes #5428
2016-05-09Update license header in most .il files.Russ Keldorph1-3/+3
2016-04-07Remove mscorlib 1.x strong references from testsMichal Strehovský1-2/+0
Referencing mscorlib 1.x forces ILASM to emit a reference to the legacy DebuggableAttribute constructor (the one that takes bools). That constructor is not in the .NET Core profile and not all core base class libraries will have it. See src/ilasm/asmman.cpp#L389.
2015-12-22Port additional desktop tests to CoreClrRichard L Ford1-0/+104
Add exclusions for tests that are failing but that we expect to be able to get working.