提交 f173cb3e 编写于 作者: J Jared Parsons

Excluded a few known failures

上级 399a0b9d
......@@ -17,7 +17,14 @@ mkdir (join-path $rootDir "Binaries\Obj") -errorAction SilentlyContinue | out-nu
pushd $rootDir
$skipList = @(
"Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll"
"Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll",
# https://github.com/dotnet/roslyn/issues/7595
"Roslyn.Compilers.CSharp.Emit.UnitTests.dll",
"Roslyn.Compilers.CSharp.Symbol.UnitTests.dll",
# TODO: file a bug for this
"Roslyn.Compilers.CSharp.WinRT.UnitTests.dll"
)
$allGood = $true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册