Fix some build breaks seen with the older VS we use to build with on desktop. (#18736)
[platform/upstream/coreclr.git] / tests /
2018-06-29 Bruce ForstallMerge pull request #18715 from BruceForstall/FixSignedC...
2018-06-29 Bruce ForstallMerge pull request #18693 from BruceForstall/FixLinuxX6...
2018-06-29 Carol EidtMerge pull request #18696 from CarolEidt/Fix18362
2018-06-29 Andy AyersJIT: fix regression when returning struct with no field...
2018-06-28 Carol EidtAdd test for #18362
2018-06-28 Bruce ForstallMerge pull request #18689 from BruceForstall/UpdateArmB...
2018-06-28 EdenUpdate Tizen CI docker image (#18567)
2018-06-28 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview1...
2018-06-28 Andy AyersJIT: fix bug returning small structs on linux x64 ...
2018-06-27 Andon AndonovWindows CoreFX CI (#18365)
2018-06-27 Jan KotasMerge pull request #18645 from tgiphil/readonly
2018-06-27 Brian SullivanMerge pull request #18130 from sdmaclea/PR-ARM64-JIT...
2018-06-26 AmyMerge pull request #18435 from acmyu/unwind
2018-06-26 Jakob Botsch NielsenFix value numbering when selecting a constant (#18627)
2018-06-22 Carol EidtMerge pull request #18581 from CarolEidt/Reenable18295
2018-06-22 Bruce ForstallMerge pull request #18595 from BruceForstall/FixArmEnco...
2018-06-21 AmyMerge pull request #18570 from acmyu/bugs
2018-06-21 Andon AndonovWindows CoreFX CI Staging Commit (#18388)
2018-06-21 Bruce ForstallMerge pull request #18031 from kbaladurin/fix-hfa-tests
2018-06-20 Wes HaggardMerge pull request #18552 from dotnet-maestro-bot/maste...
2018-06-20 Carol EidtMerge pull request #18573 from CarolEidt/ExplicitLayoutTest
2018-06-20 Carol EidtRe-enable tests after fixing 18295
2018-06-20 Carol EidtAn UnusedValue still requires a target reg (#18561)
2018-06-20 Carol EidtAdd another test for #17971
2018-06-20 Jarret ShookRemove MaskLoad tests from arm and arm64 lst files...
2018-06-19 AmyMerge pull request #18500 from acmyu/liveness
2018-06-19 Carol EidtgenPutArgStk needs to check for FIELD_LIST first (...
2018-06-18 Jarret ShookCorrectly return early if the test fails (#18529)
2018-06-18 Fei PengImprove Intel hardware intrinsic APIs (#17637)
2018-06-18 John DoeTypo (#18520)
2018-06-18 Jarret ShookRe-Enable StructABI test for xplat (#18496)
2018-06-15 AmyMerge pull request #18474 from acmyu/gc
2018-06-15 AmyMerge pull request #18379 from acmyu/disasm
2018-06-15 Carol EidtUse correct field offset in genPutArgStkFieldList ...
2018-06-13 Bruce ForstallMerge pull request #18438 from BruceForstall/FixKeepAlive
2018-06-13 Carol EidtFix enregistered lclFld bug (#18418)
2018-06-13 Bruce ForstallMerge pull request #18442 from BruceForstall/DisableB65423
2018-06-13 Bruce ForstallMerge pull request #18433 from BruceForstall/DisableLon...
2018-06-12 Bruce ForstallDisable test b65423, tracked by #18441
2018-06-12 Bruce ForstallFix GC KeepAlive test
2018-06-12 Bruce ForstallDisable HugeArray test in GCStress modes
2018-06-11 Jarret Shook(Re)Enable NativeVarargs for CoreCLR (#18373)
2018-06-09 Bruce ForstallMerge pull request #18394 from BruceForstall/Fix10115
2018-06-09 Bruce ForstallMerge pull request #18363 from sdmaclea/PR-waitany...
2018-06-09 Bruce ForstallRe-enable tests for Windows arm64
2018-06-09 Bruce ForstallMerge pull request #18382 from BruceForstall/MakeArmGcS...
2018-06-08 Russ KeldorphFix coredistools download script now that Packages...
2018-06-08 Bruce ForstallMerge pull request #18287 from sdmaclea/TryClearGCStres...
2018-06-08 Bruce ForstallDisable 3 tests incompatible with GCStress=3
2018-06-08 Steve MacLeanFix threading gcStress fails
2018-06-08 AmyMerge pull request #18326 from acmyu/gc
2018-06-08 Sergey AndreenkoWorkaround for compiler.hpp (1848) - Assertion failed...
2018-06-08 Egor ChesakovDisable failing CoreFx tests on Windows/arm and Linux...
2018-06-08 Andy AyersJIT: Fix bug in finally cloning caused by unsound callf...
2018-06-08 Aaron RobinsonInterop Copy tests now all return 101 during fail rathe...
2018-06-08 Bruce ForstallMerge pull request #18354 from sdmaclea/PR-eventsourcetrace
2018-06-07 Steve MacLeanWaitany test debug and cleanup
2018-06-07 Steve MacLeanMark eventsourcetrace GCStressIncompatible
2018-06-07 mikednFix ARM cast codegen (#18063)
2018-06-07 Tanner GoodingAdding containment support for more x86 hardware intrin...
2018-06-06 Koundinya VeluriIncrease timeout and log the result for some WaitAny...
2018-06-06 Brian SullivanMerge pull request #18313 from dotnet-bot/from-tfs
2018-06-05 Andy AyersUpdate SDK used to build jitutils to 2.1 RC (#18290)
2018-06-04 Carol EidtMerge pull request #18267 from mikedn/lockadd3
2018-06-04 Brian RobbinsFlow EventSources to EventPipe on Windows (#18217)
2018-06-02 Sergey AndreenkoEnable tailcall_v4\smallFrame\smallFrame (#18246)
2018-06-02 Andy AyersJIT: fix issue with zero-length stackalloc (#18183)
2018-06-02 Steve MacLeanReduce race risk in MutexWaitOne2::PosTest4() (#18195)
2018-06-01 Carol EidtMerge pull request #18059 from helloguo/fix18039
2018-06-01 Sergey Andreenko[arm64] Disable `a % b = a & (b - 1);` optimization...
2018-06-01 helloguofix SSE2 intrinsic MoveScalar for type long and ulong
2018-06-01 Sergey AndreenkoFix GitHub_16041 test. (#18210)
2018-06-01 Egor ChesakovMark JIT/Regression/JitBlue/GitHub_18056 as JitOptimiza...
2018-06-01 Vance MorrisonMerge pull request #18216 from vancem/FixThreadNameSet
2018-06-01 Bruce ForstallMerge pull request #18220 from sdmaclea/PR-HasPendingGC...
2018-05-31 Steve MacLean[Arm64] Implement genZeroInitFltRegs for float (#18200)
2018-05-31 Andy AyersAdd test case for optimized box vector assert (#18163)
2018-05-30 Carol EidtMerge pull request #18118 from sdmaclea/PR-ARM64-compFl...
2018-05-29 Carol EidtMerge pull request #18127 from CarolEidt/StructAbiDoc
2018-05-25 Tanner GoodingAdding tests for the FMA hardware intrinsics.
2018-05-24 Carol EidtMerge pull request #18011 from CarolEidt/JitOptDoc
2018-05-23 Wes HaggardMerge pull request #18079 from dotnet-maestro-bot/maste...
2018-05-23 Bruce ForstallMerge pull request #18086 from sdmaclea/PR-delete_next_...
2018-05-23 Bruce ForstallMerge pull request #18087 from BruceForstall/RemoveMore...
2018-05-23 Steve MacLeanFix race in test waitone1 (#18085)
2018-05-23 Bruce ForstallRemove more JIT LEGACY_BACKEND tendrils
2018-05-23 Brian RobbinsRemove -Rebuild option from build scripts (#18089)
2018-05-22 Vance MorrisonMerge pull request #17530 from vancem/StringBuilderEnum...
2018-05-22 Steve MacLeanMark delete_next_card_table
2018-05-22 Steve MacLeanFix compareexchangetstring thread safety (#18075)
2018-05-22 Sergey Andreenkoadd repro for #18056 (#18057)
2018-05-21 Bruce ForstallMerge pull request #18032 from sdmaclea/PR-ARM64-LSE...
2018-05-21 Carol EidtMerge pull request #18058 from dotnetrt/gh18041
2018-05-21 Gleb BalykovUpdate Tizen CI docker image (#17814)
2018-05-20 Jacek BlaszczynskiFix ConvertToInt32WithTruncation tests
2018-05-19 Carol EidtMerge pull request #15348 from mikedn/ssa-indir
2018-05-18 Carol EidtMerge pull request #17991 from sdmaclea/PR-ARM64-STACK...
2018-05-17 Bruce ForstallMerge pull request #17764 from sdmaclea/PR-ARM64-CI...
2018-05-17 Steve MacLean[Arm64/Ubuntu] match arm32 except triggers
2018-05-16 Sergey Andreenkoignore .tail opcode for arm64 (#18002)
next