Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
375 commits
Select commit Hold shift + click to select a range
d33f843
Check for the specific in-use version of OpenSSL when working with li…
bartonjs Sep 26, 2018
55b786e
Fix possible overflow in SafeBuffer.Initialize.
jkoritzinsky Sep 25, 2018
5e9baad
Simpler implementation from PR feedback.
jkoritzinsky Sep 25, 2018
009d5a2
PR Feedback and exclude regression test on 64-bit processes.
jkoritzinsky Sep 26, 2018
ac2f2e7
Change HttpConnectionPool.GetHttpConnectionAsync to do read-ahead out…
stephentoub Sep 27, 2018
a61c957
Remove unnecessary params keyword from System.Reflection.Tests.TypeI…
MaximLipnin Sep 27, 2018
7411813
Updating version files (#32508)
dotnet-maestro[bot] Sep 27, 2018
3a35949
Useless if and code duplication eliminated within branch (//x is a ri…
aegoroff Sep 27, 2018
4665fb8
Add back the missing code that handle source=="vals[i]" code. (#31590)
huanwu Sep 27, 2018
1514607
Remove tests for two unsupported features (#32513)
janvorli Sep 27, 2018
4832062
Update Uap runner to correctly return the corresponding error level (…
ViktorHofer Sep 27, 2018
29e3518
Move work out of HttpConnectionPool.ReturnConnection lock (#32500)
stephentoub Sep 27, 2018
4d8f60e
rework connection pool cancellation to avoid deadlock
Sep 14, 2018
7acb4f3
reduce size of ConnectionWaiter object
Sep 15, 2018
5825236
review feedback
Sep 27, 2018
71b749a
consolidate TransferConnection logic
Sep 27, 2018
9492c90
fix merge issues
Sep 27, 2018
3123c5d
use Queue<TaskCompletionSource<HttpConnection>> for waiter queue
Sep 27, 2018
43c212c
add TaskCompletionSourceWithCancellation and ensure we are propagatin…
Sep 27, 2018
355000f
Remove test for unsupported delegate marshalling (#32518)
janvorli Sep 27, 2018
62b00cb
Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNT…
dotnet-maestro-bot Sep 28, 2018
926a859
Merge pull request #32297 from geoffkizer/pooldeadlock
geoffkizer Sep 28, 2018
661874d
Fix int indexer in OrderedDictionary (#32522)
iSazonov Sep 28, 2018
af92cd1
Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to…
dotnet-maestro-bot Sep 28, 2018
8d9d461
Update CoreClr, CoreFx to preview1-26928-03, preview1-26928-03, respe…
dotnet-maestro-bot Sep 28, 2018
b1cf64b
Update SafeBuffer Initialize tests to reflect new exception type. (#3…
jkoritzinsky Sep 28, 2018
d9f52a6
Updating NumberToStringFormat to not print the sign if there are no d…
dotnet-maestro-bot Sep 28, 2018
b40fd16
Fix SQL client dependency from WinCompat package (#32535)
ericstj Sep 28, 2018
f14b335
Improve CoreLib test coverage (#32533)
jkotas Sep 29, 2018
9e7ab41
Update CoreClr, CoreFx, CoreSetup to preview1-26929-01, preview1-2692…
dotnet-maestro-bot Sep 29, 2018
8ca13bc
Avoid allocation in Task.Yield() awaiter (dotnet/coreclr#20186)
stephentoub Sep 29, 2018
8f1572c
Delete unnecessary use of reflection (#32541)
jkotas Sep 29, 2018
beb725f
Simplify SafeBuffer.Initialize implementation (dotnet/coreclr#20198)
jkotas Sep 29, 2018
fcc0ef0
Update CoreClr, CoreFx, CoreSetup to preview1-26929-03, preview1-2692…
dotnet-maestro-bot Sep 29, 2018
ac8fb69
Capture return code of restore and build when running the allConfigur…
joperezr Sep 29, 2018
20b2f55
socket handler does not depend on platfrom curl (#32543)
wfurt Sep 29, 2018
9f404b4
Extensions for immutable collection builders (#21055) (#31071)
davidkaya Oct 1, 2018
f75dedc
Update Arcade version
wtgodbe Oct 1, 2018
b347528
disable ConnectTimeout_TimesOutSSLAuth_Throws (#32564)
wfurt Oct 1, 2018
e043326
Improve Guid parsing performance (dotnet/coreclr#20183)
stephentoub Sep 29, 2018
95eeecb
Coverage do not target CoreLib in bulk (#32537)
Oct 2, 2018
1b85c4d
Updating version files (#32571)
dotnet-maestro[bot] Oct 2, 2018
2658efb
Add more CTR.Unregister/Dispose tests (#32492)
stephentoub Oct 2, 2018
788690a
Remove allocations from Uri.Host with IPv6 host (#32558)
stephentoub Oct 2, 2018
cbab8d9
Fix Tizen runtime OS (#32579)
gbalykov Oct 2, 2018
9ec5155
Add EngDir property & find versions.props relative to that
wtgodbe Oct 2, 2018
87ca813
Port Microsoft.VisualBasic.CompilerServices.Conversions
hughbe Oct 2, 2018
1ed9371
Copy versions.props to output dir for package testing
wtgodbe Oct 2, 2018
20b6084
Add pointer overloads for Avx2.BroadcastScalarToVector256
FeiPengIntel Sep 28, 2018
c7a4807
Unix: remove Preamble from Console.{Input,Output}Encoding (#32332)
tmds Oct 2, 2018
b90c49c
Changes to System.Numerics.Vector*.Clamp to follow documented behavio…
msmshazan Oct 2, 2018
faaca85
Add back null checks to File.Encrypt/Decrypt (#32580)
stephentoub Oct 2, 2018
ac21351
Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNT…
dotnet-maestro-bot Oct 2, 2018
3ae0d50
Merge pull request #32437 from wtgodbe/ConsumeArcade
weshaggard Oct 2, 2018
8d1026d
Fixed some spelling errors in developer-guide.md (#32585)
arminherling Oct 3, 2018
11418cb
Add Bionic to sources.list for cross (#32586)
Oct 3, 2018
c366f10
Update CoreClr, CoreFx, CoreSetup to preview1-27003-01, preview1-2700…
dotnet-maestro-bot Oct 3, 2018
9cb4ea0
Change GetHINSTANCE_NonRuntimeModule test to test for -1 return inste…
jkoritzinsky Oct 3, 2018
7685f1c
Fix several WebSocket tests blocking xunit's SynchronizationContext (…
stephentoub Oct 3, 2018
c0ee2b5
Update ProjectNTfs, ProjectNTfsTestILC to beta-27003-00, beta-27003-0…
dotnet-maestro-bot Oct 3, 2018
ce3cb1c
Fix ParseQueryString behavior when there are multiple values for the …
thomaslevesque Oct 3, 2018
8a2c3aa
fixed buffer copy to correctly use offset
Wraith2 Oct 3, 2018
3dbc455
Updating version files (#32596)
dotnet-maestro[bot] Oct 3, 2018
cc6aa17
Revert "Disable Tizen leg on PRs (#30715)" (#31697)
gbalykov Oct 3, 2018
7e40df4
Fix Japanese First Year Formatting Test (#32605)
tarekgh Oct 3, 2018
cd4afe0
Update CoreClr, CoreFx, CoreSetup to preview1-27004-01, preview1-2700…
dotnet-maestro-bot Oct 4, 2018
8618058
makes type declaration of copy target explicit
Wraith2 Oct 4, 2018
ad53f46
Updating version files (#32613)
dotnet-maestro[bot] Oct 4, 2018
4488685
Fix framework package validation build (#32562)
ericstj Oct 4, 2018
e23f83e
Fix ParseQueryString to handle values without keys (#32599)
thomaslevesque Oct 4, 2018
d4e9306
Add MethodImplOptions.AggressiveOptimization and use it for tiering (…
kouvel Oct 3, 2018
f420707
Fix compat issue with Type.IsAssignableFrom
steveharter Oct 3, 2018
87a944a
Fix HttpClient sending fragment portion of uri on request (#32574)
MarcoRossignoli Oct 4, 2018
4ec80ba
Update BuildTools, CoreClr, CoreSetup, ProjectNTfs, ProjectNTfsTestIL…
dotnet-maestro-bot Oct 4, 2018
a126b03
Updating area ownerships
karelz Oct 4, 2018
10ccbc1
Merge pull request #31044 from Wraith2/sqldatespan2
AfsanehR-zz Oct 4, 2018
561f555
Fix incorrect Uri.IsWellFormedUriString result when Unicode is presen…
MarcoRossignoli Oct 4, 2018
fcea0a5
Typos (#32625)
github-john-doe Oct 5, 2018
686ec27
Add link to the list of area owners (#32629)
jkotas Oct 5, 2018
f267aed
Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to…
dotnet-maestro-bot Oct 5, 2018
0ce22c9
Updating version files (#32633)
dotnet-maestro[bot] Oct 5, 2018
f402ebf
Update CoreClr, CoreFx to preview1-27005-04, preview1-27005-06, respe…
dotnet-maestro-bot Oct 5, 2018
1cd890a
Use natural language in Microsoft.CSharp error messages (#32567)
sylveon Oct 5, 2018
1d73791
Treat the 'algorithm' parameter in Digest HTTP authentication as case…
filipnavara Oct 5, 2018
e7e60c5
Skip some Http auth tests on UAP (#32646)
davidsh Oct 5, 2018
79b2713
Reenable ProcessTests for uap (#32648)
ViktorHofer Oct 5, 2018
cceef2a
get operational status and multicast support for osx (#32444)
wfurt Oct 5, 2018
648eac0
Code cleanup in ProcessTests (#32651)
ViktorHofer Oct 5, 2018
ecc8912
Add back InstanceDescriptor support to TypeConverters which had it on…
ericstj Oct 5, 2018
cbd7b75
Fix typo in IsOfficial that was stopping drop container from being pu…
Oct 6, 2018
e21fc3d
Add pointer overloads for Avx2.BroadcastScalarToVector256 (#32565)
FeiPengIntel Oct 6, 2018
5ee58d9
Fix flaky 100-Continue test on CurlHandler. (#32653)
rmkerr Oct 6, 2018
b23adbd
Remove dead code from System.Memory.
xhoogland Oct 6, 2018
9c05f4c
Updating version files (#32659)
dotnet-maestro[bot] Oct 6, 2018
cf08c90
Improve performance of span-based ToUpper and related APIs (#20275)
GrabYourPitchforks Oct 6, 2018
b33ce13
Move BinaryPrimitives into coreclr shared source (dotnet/coreclr#20288)
GrabYourPitchforks Oct 6, 2018
ae3e88d
Update BuildTools, CoreSetup to preview1-03305-01, preview1-27005-04,…
dotnet-maestro-bot Oct 6, 2018
93ebee2
Clean up dead code in System.IO* (#32654)
xhoogland Oct 7, 2018
8ab8fc7
Revert "Update breaking change guidance re: adding interface to exist…
jkotas Oct 7, 2018
3e42cc3
Updating version files (#32673)
dotnet-maestro[bot] Oct 7, 2018
d664629
Disabled VS Test SDK refs for AOT builds and CI / official builds (#3…
ViktorHofer Oct 7, 2018
cd861e1
Remove unnecessary EventLogEntry ctor (#32676)
stephentoub Oct 7, 2018
2b22be7
Update BuildTools, CoreSetup to preview1-03307-03, preview1-27007-01,…
dotnet-maestro-bot Oct 7, 2018
582b837
Update CoreClr, CoreFx to preview1-27008-01, preview1-27008-01, respe…
dotnet-maestro-bot Oct 8, 2018
dcd23f1
Fix build break
jkotas Oct 8, 2018
a973453
Merge pull request #32683 from dotnet-maestro-bot/master-UpdateDepend…
stephentoub Oct 8, 2018
225be96
Changes from http://msdn... to https://docs... (#32692)
georgekosmidis Oct 8, 2018
43760ce
Port trace listeners for WPF/Winforms (#32620)
safern Oct 8, 2018
6e80c3d
Added additional OIDs for RSA-SSA-PKCS1.5 CMS signatures
vcsjones Oct 8, 2018
9d3bce9
Fix AVX2 intrinsic doc
FeiPengIntel Oct 2, 2018
103f967
check OperationStatus for known interfaces on OSX (#32696)
wfurt Oct 8, 2018
a7596f9
Update stable name to use RuntimeOS instead of plain OS
Oct 8, 2018
a1db302
Consume Microsoft.DotNet.XUnitExtensions from arcade (#32677)
ViktorHofer Oct 8, 2018
1e6ca5a
Add comment concerning internal builds
Oct 8, 2018
33af4b6
Add unit tests for BinaryPrimitives.ReverseEndianness (#32705)
GrabYourPitchforks Oct 9, 2018
8bc7dbe
Add ibc deps (#32498)
DrewScoggins Oct 9, 2018
dc5510d
Remove stale copy of BinaryPrimitives (#32698)
GrabYourPitchforks Oct 9, 2018
f5ba053
Disable problematic Linq.Parallel test. (#32702)
rmkerr Oct 9, 2018
552e021
Improve corefx test coverage for exception types (#32700)
jkotas Oct 9, 2018
e415885
Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNT…
dotnet-maestro-bot Oct 9, 2018
721028f
Update ProjectNTfs, ProjectNTfsTestILC to beta-27009-00, beta-27009-0…
dotnet-maestro-bot Oct 9, 2018
0ec9c9d
Unix: fix UDP ReuseAddress with non .NET Core UDP clients (#32046)
tmds Oct 9, 2018
4cd30e7
Allow transporting an indefinite-length encoding for content in Signe…
bartonjs Oct 9, 2018
beb658c
Update CoreFx, CoreSetup to preview1-27009-06, preview1-27009-01, res…
dotnet-maestro-bot Oct 9, 2018
c2b75c9
[Darc-Update] Update dependencies from build 20181007.1 of https://gi…
dotnet-maestro[bot] Oct 9, 2018
dc60e41
Merge pull request #32329 from josalem/test-infra-update
Oct 9, 2018
fddbd1e
Add test build for Arm64 CI leg
dmiklem Oct 9, 2018
0bfc4f3
Cleanup MSDN URL's (#32663)
samneirinck Oct 9, 2018
6b29936
Mark tests exercising CoreLib with TestRuntime tag (#32720)
jkotas Oct 9, 2018
046d753
Improve performance of String.ToUpper and friends (dotnet/coreclr#20304)
GrabYourPitchforks Oct 9, 2018
6d5c407
Delete dead code (#32722)
jkotas Oct 9, 2018
ec5796c
Small update regarding coverage for CoreLib
Oct 9, 2018
9effb57
Small updates regarding code coverage
Oct 9, 2018
69b9fec
Add EventLogTraceListenerTests (#32709)
safern Oct 9, 2018
9fb1a0c
Removed trailing whitespace when no service pack version exists (#32719)
umbercode Oct 9, 2018
e7af146
Increase Dictionary comparer serialization tests (#32731)
benaadams Oct 10, 2018
f577e53
Merge pull request #32655 from xhoogland/CleanUpSystemMemoryDeadCode
joshfree Oct 10, 2018
6064633
Explode generic Intel hardware intrinsic on all the supported types
FeiPengIntel Oct 9, 2018
07a0b96
Add correctness tests for String.GetHashCodeOrdinalIgnoreCase (#32755)
GrabYourPitchforks Oct 10, 2018
c12a54f
Disable test System.Runtime.Tests.ProfileOptimizationTest/ProfileOpti…
MarcoRossignoli Oct 10, 2018
78fb41d
Add CancellationToken.UnsafeRegister (dotnet/coreclr#20342)
stephentoub Oct 10, 2018
7b8e49d
Fix build breaks
jkotas Oct 11, 2018
f42778a
Fix inconsistent attributes between ref and src (#32715)
ericstj Oct 11, 2018
61d06d8
Add more Timer tests (#32729)
stephentoub Oct 11, 2018
e0557b1
Fix compat issue with Type.IsAssignableFrom (#32601)
steveharter Oct 11, 2018
2d5952e
Changing Number.BigInteger and Number.NumberBuffer to directly use fi…
tannergooding Oct 11, 2018
21d9f7d
Commit non-string resources instead of generating as part of build
weshaggard Sep 13, 2018
1182fb8
Fix several typos (#32779)
Oct 12, 2018
83ad4d3
Improve performance of OrdinalIgnoreCase hash code calculation (#20309)
GrabYourPitchforks Oct 11, 2018
8f10082
Disable ProcessTest that fails sometime on Nano
weshaggard Oct 12, 2018
66392f5
Switch Bootstrapping model to use Arcade
weshaggard Jul 27, 2018
2739b08
Merge pull request #31436 from weshaggard/BootstrapArcade
weshaggard Oct 12, 2018
fdfc526
Update commands in other groovy scripts
weshaggard Oct 12, 2018
101c716
Upgrade symuploader to version 1.0.0-beta-63412-03
Oct 12, 2018
c861686
Add ubuntu 14 instructions and MSSQL driver (#31904)
lenisha Oct 12, 2018
3e9ad13
Add Strings.InStr and Strings.InStrRev methods (#31181) (#31434)
EdwinEngelen Oct 12, 2018
b5d32b5
Add -os flag alias support to map to OSGroup
weshaggard Oct 12, 2018
5291807
Stop using buildarch
weshaggard Oct 12, 2018
25d1978
Fix File.Delete unix behaviour (#32660)
MarcoRossignoli Oct 12, 2018
bcb2fb5
I deleted the duplicate code. (#32784)
AlexRadch Oct 13, 2018
1407295
{RO}Span<char> add IndexOfAny 4,5 tests change many tests to 6+ (#32734)
benaadams Oct 13, 2018
312303d
Adding FormatException to PhysicalAddress.Parse() (#32724)
0xSmartis Oct 13, 2018
c568853
Fix ClientWebSocket potential cycle with Timer (#32794)
stephentoub Oct 13, 2018
a080f5d
Improved the coverage of ParseExact with the DateTimeStyle (#32614)
tidusjar Oct 13, 2018
449190d
Fix Timer rooting issue with SocketsHttpHandler (#32793)
stephentoub Oct 14, 2018
343c988
Ensure ConnectionCloseReadStream uses provided bufferSize (#32803)
stephentoub Oct 14, 2018
de264c5
Remove leftover comments from removed code in System.Linq.Parallel (#…
Subv Oct 15, 2018
9b5afa4
Deduplicate some reflection test classes in System.Runtime and System…
MaximLipnin Oct 15, 2018
8db345e
Merge pull request #32789 from weshaggard/FixGroovyScripts
weshaggard Oct 15, 2018
d013cad
Update Documentation references to old removed build scripts
weshaggard Oct 12, 2018
44f3fe6
Merge pull request #32798 from weshaggard/UpdateDocumentation
weshaggard Oct 15, 2018
71c1371
Merge pull request #32791 from mikem8361/symupver
Oct 15, 2018
4f75625
Add Alpine.38.Amd64 to Alpine runs (will probably fail a bit with som…
MattGal Oct 12, 2018
4f86ec3
Add build tests / send to helix to Linux Crossbuild definition, and u…
MattGal Oct 15, 2018
bfb620a
Add PB_SkipTestBuild to Arm32 usage
MattGal Oct 15, 2018
e34ce59
Add context to InternalExceptions (#32828)
stephentoub Oct 16, 2018
f6501e3
Fix typo in build.ps1 script (#32833)
safern Oct 16, 2018
a66747c
Respect bufferSize on SocketHttpHandler's ContentLengthReadStream (#3…
stephentoub Oct 16, 2018
532a945
Add Strings.Len methods (#31181) (#31451)
EdwinEngelen Oct 16, 2018
ac7ce43
Implement LeadingSignCount and LeadingZeroCount ARM64 Base Intrinsics…
echesakov Oct 12, 2018
45bb542
fix parsing for TCP info on Linux (#32816)
wfurt Oct 16, 2018
b1476c9
Delete UapAot ApiCompatBaselines that should not be needed (#32821)
MichalStrehovsky Oct 16, 2018
074ab97
Build S.R.Metadata on AOT configs same as netcoreapp (#32823)
MichalStrehovsky Oct 16, 2018
db274a1
Optimize Span.GetPinnableReference (dotnet/coreclr#20428)
jkotas Oct 16, 2018
158c017
Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNT…
dotnet-maestro-bot Oct 11, 2018
2544dec
Explode generic Intel hardware intrinsic on all the supported types
FeiPengIntel Oct 10, 2018
09768a9
Automatically copy runtime config files if executable
ViktorHofer Oct 7, 2018
4c36133
Make ApiCompat.proj use ApiCompatExcludeAttributeList
ericstj Oct 11, 2018
ea11da3
Fix baselines for ApiCompat.proj attribute differences
ericstj Oct 11, 2018
dba76f3
Fix NETCoreAppAOT baseline for System.Runtime.Intrinsics
ericstj Oct 11, 2018
4ca66d6
Fix NETCoreAppAOT build of System.Memory
ericstj Oct 11, 2018
1598bc2
Fix UAP apicompat attribute diffs
ericstj Oct 11, 2018
8c976fd
Improve bad_mac_address Message (#32824)
0xSmartis Oct 16, 2018
5e2fa03
Comment fixed. Regex cache is LRU not MRU. Refs #27278 (#32841)
artkpv Oct 16, 2018
36aee7b
Merge pull request #32835 from MattGal/ubuntu-1604-arm64-test-build
MattGal Oct 16, 2018
1657097
Merge pull request #32795 from MattGal/test-on-alpine38
MattGal Oct 16, 2018
79c6f98
Fix "Non-static method requires a target" caused by trying to access …
jbhensley Oct 13, 2018
bdf712d
Fix code comments in Utf16Utility (dotnet/coreclr#20425)
GrabYourPitchforks Oct 15, 2018
c976e2c
Environment.GetFolderPath: handle case of an unknown user (#32840)
tmds Oct 16, 2018
a5b181e
Update test server corefx-net.cloudapp.net source files (#32852)
davidsh Oct 16, 2018
9acc052
Update Microsoft.Windows.Compatibility.Validation.csproj (#32848)
stephentoub Oct 16, 2018
80b5856
Update buildtools
ViktorHofer Oct 16, 2018
fdc9de8
Change test data file paths to respect Content TargetPath
ViktorHofer Oct 16, 2018
bed8a61
Merge pull request #32726 from dotnet-maestro-bot/master-UpdateDepend…
ViktorHofer Oct 17, 2018
b0f6ef4
Fix behavior of TextWriter.Write with null StringBuilder (#20451)
stephentoub Oct 17, 2018
6bd0983
Add tests to validate Task reference doesn't keep state alive (#32671)
stephentoub Oct 17, 2018
faeaec8
Add ReferenceAssemblies.props to eng directory (#32746)
safern Oct 17, 2018
6835c09
fix typo (#32869)
maririos Oct 17, 2018
4867e2f
Disable msbuild warnaserror for helix uploading
weshaggard Oct 17, 2018
73f12d7
Remove duplicated dependency
mmitche Oct 17, 2018
db2e6f7
Merge pull request #32872 from mmitche/remove-duped-dependency
mmitche Oct 17, 2018
b54de77
Add tests for System.Reflection.Emit.OpCodes (#32873)
jkotas Oct 17, 2018
e44895e
Merge pull request #32871 from weshaggard/DisableWarnAsErrorForHelixU…
weshaggard Oct 17, 2018
abc60d9
Skip trusted certificates when populating the store. (#32818)
tmds Oct 18, 2018
0341782
Revert List.InsertRange changes from #8306 (dotnet/coreclr#20471)
stephentoub Oct 18, 2018
4a58e00
Add public IThreadPoolWorkItem (dotnet/coreclr#20387)
stephentoub Oct 18, 2018
7fc25c8
fix typo (#32891)
zheng-fan Oct 18, 2018
cf21c4c
[Darc-Update] Update dependencies from build 20181017.12 of https://g…
dotnet-maestro[bot] Oct 18, 2018
e7e6964
Add update-dependencies wrapper scripts for older maestro jobs
weshaggard Oct 18, 2018
17f373b
Make macOS X509Store.Remove not throw if certificate isn't in store
jmezach Oct 18, 2018
4b1eb4c
Manually update to latest dependencies
weshaggard Oct 18, 2018
5454ff4
Switch from BuildTools packaging to Arcade packaging
ericstj Oct 18, 2018
1d9c459
Merge pull request #32896 from weshaggard/UpdateDeps
weshaggard Oct 18, 2018
7a74114
Ensure bootstrapping arcade succeeds when dotnet-core feed is disabled
ericstj Oct 18, 2018
fc7b994
ToolboxItems_port_to_Primitives (#32860)
dreddy-work Oct 19, 2018
4b36fba
Merge pull request #32901 from ericstj/arcade-packaging
ericstj Oct 19, 2018
d7ffabe
Expose CancellationToken.UnsafeRegister (#32743)
stephentoub Oct 19, 2018
b82e723
Add test for List.AddRange with itself (#32880)
stephentoub Oct 19, 2018
9f7364b
Increase timeout for starting test service (#32893)
danmoseley Oct 19, 2018
fc2d6ff
Fix SafeLsaMemoryHandle.InvalidHandle (#32786)
MarcoRossignoli Oct 19, 2018
16f0754
Updating version files (#32908)
dotnet-maestro[bot] Oct 19, 2018
6080089
Update System.Runtime.InteropServices owners (#32906)
jkotas Oct 19, 2018
9fffec2
Improve test coverage for System.IO and System.Security (#32895)
jkotas Oct 19, 2018
73995fa
Update CoreClr, CoreFxOptimizationData, CoreSetup, ProjectNTfs, Proje…
dotnet-maestro-bot Oct 19, 2018
207a50b
Fix a few minor issues in Channels (#32916)
stephentoub Oct 19, 2018
6ccd555
Disable socket inheritance on Windows and macOS (#32903)
stephentoub Oct 20, 2018
f95f68b
Update CoreClr, CoreFxOptimizationData, CoreSetup to preview1-27020-0…
dotnet-maestro-bot Oct 20, 2018
a7a74cd
Update CoreFxOptimizationData, CoreSetup to master-20181020-0053, pre…
dotnet-maestro-bot Oct 20, 2018
05d119e
Add API to enable comparision of corefx's OpenSSL with a 3rd party P/…
bartonjs Oct 20, 2018
c02da6a
Removing duplicate interop structures (#32867)
artkpv Oct 20, 2018
76d0caa
Updating version files (#32927)
dotnet-maestro[bot] Oct 20, 2018
83e8985
ensure that we don't initiate connection creation under the pool lock…
geoffkizer Oct 20, 2018
8d668a9
Add MethodImplAttributes.AggressiveOptimization (dotnet/coreclr#20274…
dotnet-maestro-bot Oct 20, 2018
1b8c592
Update CoreClr, CoreFxOptimizationData, CoreSetup to preview1-27021-0…
dotnet-maestro-bot Oct 21, 2018
f333778
Update CoreClr to preview1-27021-03 (#32940)
dotnet-maestro-bot Oct 21, 2018
8353276
Added Socket.SafeHandle (#32649)
jp2masa Oct 21, 2018
d4abf2f
Added Socket.SafeHandle (#32649)
jp2masa Oct 22, 2018
ef982ac
Added Socket.SafeHandle (#32649)
jp2masa Oct 22, 2018
ead4a3e
Added Socket.SafeHandle (#32649)
jp2masa Oct 22, 2018
688cdb3
Introduce Span overloads for Regex APIs
ViktorHofer Mar 5, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add build tests / send to helix to Linux Crossbuild definition, and u…
…se it but only in the ARM64 Linux case.
  • Loading branch information
MattGal committed Oct 15, 2018
commit 4f86ec3d4389855c5c1a1c91ceb4670b30b778fa
40 changes: 40 additions & 0 deletions buildpipeline/DotNet-CoreFx-Trusted-Linux-Crossbuild.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,46 @@
"failOnStandardError": "false"
}
},
{
"environment": {},
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
"displayName": "Docker build tests",
"timeoutInMinutes": 0,
"condition": "and(succeeded(), ne(variables.PB_SkipTests, 'true'), ne(variables.PB_SkipTestBuild, 'true'))",
"task": {
"id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9",
"versionSpec": "1.*",
"definitionType": "task"
},
"inputs": {
"filename": "docker",
"arguments": "run $(PB_DockerCommonRunArgs) $(PB_DockerVolumeName)/build.sh -test --ci $(PB_BuildTestsArguments)",
"workingFolder": "",
"failOnStandardError": "false"
}
},
{
"environment": {},
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
"displayName": "Docker create helix test jobs",
"timeoutInMinutes": 0,
"condition": "and(succeeded(), ne(variables.PB_SkipTests, 'true'), ne(variables.PB_EnableCloudTest, 'false'))",
"task": {
"id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9",
"versionSpec": "1.*",
"definitionType": "task"
},
"inputs": {
"filename": "docker",
"arguments": "run -e DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1 $(PB_DockerCommonRunArgs) $(PB_DockerVolumeName)/eng/common/msbuild.sh --ci $(PB_DockerVolumeName)/src/upload-tests.proj $(PB_CreateHelixArguments) /p:\"CloudDropAccountName=$(PB_CloudDropAccountName)\" /p:\"CloudResultsAccountName=$(PB_CloudResultsAccountName)\" /p:\"CloudDropAccessToken=$(CloudDropAccessToken)\" /p:\"CloudResultsAccessToken=$(PB_CloudResultsAccessToken)\" /p:\"HelixApiAccessKey=$(HelixApiAccessKey)\" /p:HelixApiEndpoint=$(PB_HelixApiEndPoint) /p:\"Branch=$(SourceBranch)\" /p:TargetQueues=$(PB_TargetQueue) /p:\"OfficialBuildId=$(OfficialBuildId)\" /p:\"ProductBuildId=$(ProductBuildId)\"",
"workingFolder": "",
"failOnStandardError": "false"
}
},
{
"environment": {},
"enabled": true,
Expand Down
10 changes: 7 additions & 3 deletions buildpipeline/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"PB_DockerTag": "ubuntu-14.04-cross-0cd4667-20170319080304",
"PB_Architecture": "arm",
"PB_BuildArguments": "/p:ArchGroup=arm -$(PB_ConfigurationGroup) -stripSymbols /p:StabilizePackageVersion=$(PB_IsStable) /p:PackageVersionStamp=$(PB_VersionStamp)",
"PB_SyncArguments": "/p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)"
"PB_SyncArguments": "/p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)",
"PB_EnableCloudTest": "false"
},
"ReportingParameters": {
"OperatingSystem": "Linux",
Expand All @@ -84,7 +85,10 @@
"PB_DockerTag": "ubuntu-16.04-cross-arm64-a3ae44b-20180315221921",
"PB_Architecture": "arm64",
"PB_BuildArguments": "/p:ArchGroup=arm64 -$(PB_ConfigurationGroup) -stripSymbols /p:StabilizePackageVersion=$(PB_IsStable) /p:PackageVersionStamp=$(PB_VersionStamp)",
"PB_SyncArguments": "/p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)"
"PB_SyncArguments": "/p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)",
"PB_BuildTestsArguments": "/p:ArchGroup=arm64 -$(PB_ConfigurationGroup) -SkipTests -Outerloop /p:ArchiveTests=true ",
"PB_TargetQueue": "Ubuntu.1604.Arm64",
"PB_CreateHelixArguments": "/p:ArchGroup=arm64 /p:ConfigurationGroup=$(PB_ConfigurationGroup) /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Linux"
},
"ReportingParameters": {
"OperatingSystem": "Linux",
Expand Down Expand Up @@ -269,7 +273,7 @@
"Parameters": {
"PB_Platform": "arm64",
"PB_BuildArguments": "-framework uapaot /p:ArchGroup=arm64 -$(PB_ConfigurationGroup) /p:SignType=$(PB_SignType) /p:RuntimeOS=win10 /p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)",
"PB_SyncArguments": "/p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)",
"PB_SyncArguments": "/p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)"
},
"ReportingParameters": {
"OperatingSystem": "Windows",
Expand Down