summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-05-01Disable CallbackStressTest everywhere.Russ Keldorph1-3/+3
2019-04-30Disable CallbackStressTest against #24305Russ Keldorph1-0/+3
2019-04-29Resolves an assert around Sse41.ConvertToVector128Int* and Avx2.ConvertToVect...Tanner Gooding24-0/+672
2019-04-29Improve Precision to 10 microseconds in timespan (#24279)Anirudh Agnihotry1-86/+110
2019-04-29Merge pull request #24282 from erozenfeld/Fix24253Eugene Rozenfeld2-0/+90
2019-04-29Fix running JitBench on Linux (#24248)Ludovic Henry4-12/+12
2019-04-27Merge pull request #24261 from sandreenko/fixRegressionCoreFXx86Sergey Andreenko2-0/+69
2019-04-26Disable failing corefx testsBruce Forstall3-0/+5
2019-04-26Fix for a jit liveness bug.Eugene Rozenfeld2-0/+90
2019-04-25Add a repro test.Sergey Andreenko2-0/+69
2019-04-25Remove redundant tests (#24255)Russ Keldorph4-140/+0
2019-04-25Fixing 23941 (#24199)Fadi Hanna3-1/+238
2019-04-24Added optional/default parameters for StreamWriter/StreamReader (#24056)Jim1-0/+4
2019-04-24Merge pull request #24226 from BruceForstall/Disable24224Bruce Forstall1-0/+3
2019-04-24Merge pull request #24227 from BruceForstall/Disable24173Bruce Forstall1-1/+4
2019-04-24Disable _il_dbgu_fld under GCStress against #24173Bruce Forstall1-1/+4
2019-04-24Disable mandelbrot-7 against #24224Bruce Forstall1-0/+3
2019-04-24Expand corefx exclusionsBruce Forstall1-0/+28
2019-04-23Merge pull request #24201 from BruceForstall/AllowFineGrainedCorefxTestExclus...Bruce Forstall4-8/+42
2019-04-23Enable fine-grained and universal exclusions for CoreFX testsBruce Forstall4-8/+42
2019-04-23Add test coverage for static members on interfaces (#23928)Michal Strehovský6-0/+272
2019-04-23Fix handling of negative numbers in ThreadPool.SetMin/MaxThreads (#24163)Stephen Toub1-0/+14
2019-04-22Merge pull request #24176 from BruceForstall/Fix24175Bruce Forstall2-2/+2
2019-04-22Merge pull request #24174 from BruceForstall/Fix24172Bruce Forstall1-1/+2
2019-04-22Disable 2 GC tests under HeapVerify for arm64Bruce Forstall2-2/+2
2019-04-22Disable _il_relthread-race test under GCStressBruce Forstall1-1/+2
2019-04-22Disable failing IJW tests against #23358Russ Keldorph1-15/+15
2019-04-22Remove create assembly name (#24154)Steve MacLean1-0/+4
2019-04-22Fix Arm64 UpperVector save/restore (#24043)Carol Eidt2-0/+138
2019-04-21Fix AssemblyName cache hash and key (#24138)Steve MacLean3-2/+17
2019-04-20Merge pull request #24131 from sandreenko/addAReproTestSergey Andreenko2-0/+67
2019-04-19Pulling in CoreFX changes and fixing up Sse2.StoreLow to be Sse2.StoreScalar ...Tanner Gooding2-34/+34
2019-04-19Add a repro test.Sergey Andreenko2-0/+67
2019-04-19Merge pull request #24127 from sandreenko/fixArmUbuntuCoreFXTestingSergey Andreenko1-1/+1
2019-04-19Fix Arm32 Ubuntu CoreFX script.Sergey Andreenko1-1/+1
2019-04-19[master] Update dependencies from dotnet/corefx (#24058)dotnet-maestro[bot]1-0/+4
2019-04-19Exclude failing tests on all platforms/architectures (#24121)Fadi Hanna1-6/+6
2019-04-19Fix project metadata in test (#24119)Fadi Hanna1-1/+18
2019-04-19Block usage of default interfaces feature in COM scenarios (#23970)Aaron Robinson3-33/+56
2019-04-18Fix RVA field placement order (#24047)Fadi Hanna2-0/+179
2019-04-18Disable native-client tests on IL round-trip (#24041)Jeremy Koritzinsky3-0/+3
2019-04-17Merge pull request #23762 from dotnet/NullableFeatureSantiago Fernandez Madero1-0/+14
2019-04-17JIT: ignore pinning of non-gc types (#24010)Andy Ayers3-0/+78
2019-04-17Restrict morph add rearrangement. (#23984)Eugene Rozenfeld2-0/+200
2019-04-17Merge pull request #24065 from sandreenko/fixCoreFXScriptsSergey Andreenko2-3/+3
2019-04-17Add lvIsImplicitByRef information to lvaSetStruct (#19223)Jarret Shook2-13/+0
2019-04-17Add --runtime-path to CoreFX test runner.Sergey Andreenko2-3/+3
2019-04-17Update the types consumers of Index and Range (#24036)Tarek Mahmoud Sayed2-78/+0
2019-04-16Exclude ToString_NullFrame_ThrowsNullReferenceException test from nullable ch...Santiago Fernandez Madero1-0/+14
2019-04-16Merge pull request #24037 from BruceForstall/ReduceStackRequirementBruce Forstall1-1/+1