diff --git a/.gitignore b/.gitignore index 89a796baf2..98da687d68 100644 --- a/.gitignore +++ b/.gitignore @@ -73,6 +73,8 @@ src/fsharp/FSharp.LanguageService.Compiler/pplex.fs src/fsharp/FSharp.LanguageService.Compiler/pppars.fs src/fsharp/FSharp.LanguageService.Compiler/pppars.fsi vsintegration/src/unittests/Unittests.fsi +tests/*FSharp_Failures.env +tests/*FSharp_Failures.lst tests/fsharpqa/Source/CodeGen/EmittedIL/StaticInit/StaticInit_Module01.dll tests/fsharpqa/Source/CodeGen/EmittedIL/StaticInit/StaticInit_Module01.pdb tests/XFSharpQA_Failures.log.* @@ -80,6 +82,8 @@ vsintegration/src/vs/FsPkgs/FSharp.Project/FS/FSharp.ProjectSystem.FSharp.fsi vsintegration/src/vs/FsPkgs/FSharp.Project/FS/ctofiles/ tests/fsharpqa/Source/CodeGen/EmittedIL/QueryExpressionStepping/Utils.dll tests/fsharpqa/Source/CodeGen/EmittedIL/ComputationExpressions/ComputationExprLibrary.dll +tests/fsharpqa/Source/*FSharpQA_Failures.env +tests/fsharpqa/Source/*FSharpQA_Failures.lst *.csproj.user *.sln.DotSettings.user *.ide diff --git a/tests/fsharp/typecheck/sigs/neg46.bsl b/tests/fsharp/typecheck/sigs/neg46.bsl index ca1733f564..1bdf9fbc95 100644 --- a/tests/fsharp/typecheck/sigs/neg46.bsl +++ b/tests/fsharp/typecheck/sigs/neg46.bsl @@ -23,7 +23,7 @@ neg46.fs(48,8,48,34): typecheck error FS0912: This declaration element is not pe neg46.fs(52,8,52,39): typecheck error FS0912: This declaration element is not permitted in an augmentation -neg46.fs(56,8,56,11): typecheck error FS3191: Constructors are not permitted as extension members - they must be defined as part of the original definition of the type +neg46.fs(56,8,56,11): typecheck error FS3192: Constructors are not permitted as extension members - they must be defined as part of the original definition of the type neg46.fs(56,8,56,11): typecheck error FS0871: Constructors cannot be defined for this type diff --git a/tests/fsharpqa/Source/CompilerOptions/fsc/help/help40.437.1033.bsl b/tests/fsharpqa/Source/CompilerOptions/fsc/help/help40.437.1033.bsl index d33d914dcc..7ed059b54b 100644 --- a/tests/fsharpqa/Source/CompilerOptions/fsc/help/help40.437.1033.bsl +++ b/tests/fsharpqa/Source/CompilerOptions/fsc/help/help40.437.1033.bsl @@ -26,6 +26,8 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. containing F#-specific metadata --sig: Print the inferred interface of the assembly to a file +--nocopyfsharpcore Don't copy FSharp.Core.dll along the produced + binaries - INPUT FILES -