From: Henric Müller Date: Fri, 14 Oct 2016 06:48:39 +0000 (+0200) Subject: Merge pull request #3756 from henricm/named-pipe-alertable-on-windows X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=20c72671c19e43952c3713660f350642e1f392d1;hp=-c;p=mono.git Merge pull request #3756 from henricm/named-pipe-alertable-on-windows Making named pipe connects alertable on Windows --- 20c72671c19e43952c3713660f350642e1f392d1 diff --combined scripts/ci/run-test-default.sh index 4784623bd06,ac24b92af26..7dac3188580 --- a/scripts/ci/run-test-default.sh +++ b/scripts/ci/run-test-default.sh @@@ -29,7 -29,7 +29,7 @@@ if [[ -n "${ghprbPullId}" ]] && [[ ${la ${TESTCMD} --label=System.Web --timeout=30m make -w -C mcs/class/System.Web run-test ${TESTCMD} --label=System.Web.Services --timeout=5m make -w -C mcs/class/System.Web.Services run-test ${TESTCMD} --label=System.Runtime.SFS --timeout=5m make -w -C mcs/class/System.Runtime.Serialization.Formatters.Soap run-test; - if [[ -n "${ghprbPullId}" ]] && [[ ${label} == w* ]]; then ${TESTCMD} --label=System.Runtime.Remoting --skip; else ${TESTCMD} --label=System.Runtime.Remoting --timeout=5m make -w -C mcs/class/System.Runtime.Remoting run-test; fi + ${TESTCMD} --label=System.Runtime.Remoting --timeout=5m make -w -C mcs/class/System.Runtime.Remoting run-test ${TESTCMD} --label=Cscompmgd --timeout=5m make -w -C mcs/class/Cscompmgd run-test; ${TESTCMD} --label=Commons.Xml.Relaxng --timeout=5m make -w -C mcs/class/Commons.Xml.Relaxng run-test; if [[ -n "${ghprbPullId}" ]] && [[ ${label} == w* ]]; then ${TESTCMD} --label=System.ServiceProcess --skip; else ${TESTCMD} --label=System.ServiceProcess --timeout=5m make -w -C mcs/class/System.ServiceProcess run-test; fi @@@ -63,7 -63,7 +63,7 @@@ ${TESTCMD} --label=System.Runtime.Cachi ${TESTCMD} --label=System.Data.Services --timeout=5m make -w -C mcs/class/System.Data.Services run-test ${TESTCMD} --label=System.Web.DynamicData --timeout=5m make -w -C mcs/class/System.Web.DynamicData run-test ${TESTCMD} --label=Mono.CSharp --timeout=5m make -w -C mcs/class/Mono.CSharp run-test -if [[ -n "${ghprbPullId}" ]] && [[ ${label} == w* ]]; then ${TESTCMD} --label=WindowsBase --skip; else ${TESTCMD} --label=WindowsBase --timeout=5m make -w -C mcs/class/WindowsBase run-test; fi +${TESTCMD} --label=WindowsBase --timeout=5m make -w -C mcs/class/WindowsBase run-test ${TESTCMD} --label=System.Numerics --timeout=5m make -w -C mcs/class/System.Numerics run-test ${TESTCMD} --label=System.Runtime.DurableInstancing --timeout=5m make -w -C mcs/class/System.Runtime.DurableInstancing run-test ${TESTCMD} --label=System.ServiceModel.Discovery --timeout=5m make -w -C mcs/class/System.ServiceModel.Discovery run-test