Created
May 4, 2017 17:58
-
-
Save dsyme/4215d12211d6423d7622de15ff3e3352 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Errors and Failures | |
1) Error : FSharp.Compiler.Service.Tests.CSharpProjectAnalysis.Test that csharp references are recognized as such | |
System.IO.FileLoadException : Could not load file or assembly 'CSharp_Analysis, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044) | |
at FSharp.Compiler.Service.Tests.CSharpProjectAnalysis.Test that csharp references are recognized as such() | |
2) Error : FSharp.Compiler.Service.Tests.CSharpProjectAnalysis.Test that symbols of csharp inner classes/enums are reported | |
System.IO.FileLoadException : Could not load file or assembly 'CSharp_Analysis, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044) | |
at FSharp.Compiler.Service.Tests.CSharpProjectAnalysis.Test that symbols of csharp inner classes/enums are reported() | |
3) Failed : Microsoft.VisualStudio.FSharp.Editor.Tests.Roslyn.SignatureHelpProvider.ShouldGiveSignatureHelpAtCorrectMarkers | |
FSharpCompletionProvider.ProvideMethodsAsyncAux() gave unexpected results, expected Some ("[8..24)", 0, 0, None), got <null> | |
at Microsoft.VisualStudio.FSharp.Editor.Tests.Roslyn.SignatureHelpProvider.ShouldGiveSignatureHelpAtCorrectMarkers() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\SignatureHelpProviderTests.fs:line 163 | |
4) Failed : Tests.LanguageService.AutoCompletion.UsingMSBuild.AfterConstructor.5039_1 | |
Couldn't find 'ReadBlock' in completion list: [|"AbstractClassAttribute"; "AllowNullLiteralAttribute"; "Array"; "Array2D"; | |
"Array3D"; "Array4D"; "Async"; "AsyncBuilder"; "AsyncReplyChannel"; | |
"AutoOpenAttribute"; "AutoSerializableAttribute"; "CLIEventAttribute"; | |
"CLIMutableAttribute"; "Checked"; "Choice"; "Choice1Of2"; "Choice1Of3"; | |
"Choice1Of4"; "Choice1Of5"; "Choice1Of6"; "Choice1Of7"; "Choice2Of2"; | |
"Choice2Of3"; "Choice2Of4"; "Choice2Of5"; "Choice2Of6"; "Choice2Of7"; | |
"Choice3Of3"; "Choice3Of4"; "Choice3Of5"; "Choice3Of6"; "Choice3Of7"; | |
"Choice4Of4"; "Choice4Of5"; "Choice4Of6"; "Choice4Of7"; "Choice5Of5"; | |
"Choice5Of6"; "Choice5Of7"; "Choice6Of6"; "Choice6Of7"; "Choice7Of7"; | |
"ClassAttribute"; "Collections"; "CommonExtensions"; | |
"ComparisonConditionalOnAttribute"; "ComparisonIdentity"; | |
"CompilationArgumentCountsAttribute"; "CompilationMappingAttribute"; | |
"CompilationRepresentationAttribute"; "CompilationRepresentationFlags"; | |
"CompilationSourceNameAttribute"; "CompiledNameAttribute"; | |
"CompilerMessageAttribute"; "CompilerServices"; "Control"; "Core"; | |
"CustomComparisonAttribute"; "CustomEqualityAttribute"; | |
"CustomOperationAttribute"; "Data"; "DefaultAugmentationAttribute"; | |
"DefaultValueAttribute"; "DelegateEvent"; "EntryPointAttribute"; | |
"EqualityConditionalOnAttribute"; "Error"; "Event"; "ExperimentalAttribute"; | |
"ExtraTopLevelOperators"; "FSharp"; "FSharpFunc"; | |
"FSharpInterfaceDataVersionAttribute"; "FSharpTypeFunc"; "Failure"; "Format"; | |
"FuncConvert"; "GeneralizableValueAttribute"; "Handler"; "HashIdentity"; | |
"IDelegateEvent"; "IEvent"; "InterfaceAttribute"; "KeyValue"; | |
"LanguagePrimitives"; "Lazy"; "LazyExtensions"; "Linq"; "List"; | |
"LiteralAttribute"; "MailboxProcessor"; "Map"; "MatchFailureException"; | |
"MeasureAnnotatedAbbreviationAttribute"; "MeasureAttribute"; "Microsoft"; | |
"NativeInterop"; "NoComparisonAttribute"; "NoDynamicInvocationAttribute"; | |
"NoEqualityAttribute"; ...|] | |
at Salsa.VsOpsUtils.AssertCompListContains$cont@216(String membername, CompletionItem[] completions, Unit unitVar) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\Salsa\SalsaUtils.fs:line 219 | |
at Salsa.VsOpsUtils.AssertCompListContains(CompletionItem[] completions, String membername) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\Salsa\SalsaUtils.fs:line 216 | |
at Salsa.VsOpsUtils.AssertCompListContainsAll(CompletionItem[] completions, FSharpList`1 expectedCompletions) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\Salsa\SalsaUtils.fs:line 234 | |
at <StartupCode$VisualFSharp-Unittests>.$Tests.LanguageService.Completion.AssertAutoCompleteContains@59-2.Invoke(CompletionItem[] completions) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 60 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.DoWithAutoCompleteUsingExtraRefs(FSharpList`1 refs, Boolean coffeeBreak, SourceFileKind fileKind, BackgroundRequestReason reason, FSharpList`1 code, String marker, FSharpFunc`2 f) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 50 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.DoWithAutoComplete(Boolean coffeeBreak, SourceFileKind fileKind, BackgroundRequestReason reason, FSharpList`1 code, String marker, FSharpFunc`2 f) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 54 | |
at <StartupCode$VisualFSharp-Unittests>.$Tests.LanguageService.Completion.AssertAutoCompleteContains@58-1.Invoke(FSharpList`1 code, String marker, FSharpList`1 should, FSharpList`1 shouldnot) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 58 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.AfterConstructor.5039_1() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 1506 | |
5) Failed : Tests.LanguageService.AutoCompletion.UsingMSBuild.AfterConstructor.5039_1.CoffeeBreak | |
Couldn't find 'ReadBlock' in completion list: [|"AbstractClassAttribute"; "AllowNullLiteralAttribute"; "Array"; "Array2D"; | |
"Array3D"; "Array4D"; "Async"; "AsyncBuilder"; "AsyncReplyChannel"; | |
"AutoOpenAttribute"; "AutoSerializableAttribute"; "CLIEventAttribute"; | |
"CLIMutableAttribute"; "Checked"; "Choice"; "Choice1Of2"; "Choice1Of3"; | |
"Choice1Of4"; "Choice1Of5"; "Choice1Of6"; "Choice1Of7"; "Choice2Of2"; | |
"Choice2Of3"; "Choice2Of4"; "Choice2Of5"; "Choice2Of6"; "Choice2Of7"; | |
"Choice3Of3"; "Choice3Of4"; "Choice3Of5"; "Choice3Of6"; "Choice3Of7"; | |
"Choice4Of4"; "Choice4Of5"; "Choice4Of6"; "Choice4Of7"; "Choice5Of5"; | |
"Choice5Of6"; "Choice5Of7"; "Choice6Of6"; "Choice6Of7"; "Choice7Of7"; | |
"ClassAttribute"; "Collections"; "CommonExtensions"; | |
"ComparisonConditionalOnAttribute"; "ComparisonIdentity"; | |
"CompilationArgumentCountsAttribute"; "CompilationMappingAttribute"; | |
"CompilationRepresentationAttribute"; "CompilationRepresentationFlags"; | |
"CompilationSourceNameAttribute"; "CompiledNameAttribute"; | |
"CompilerMessageAttribute"; "CompilerServices"; "Control"; "Core"; | |
"CustomComparisonAttribute"; "CustomEqualityAttribute"; | |
"CustomOperationAttribute"; "Data"; "DefaultAugmentationAttribute"; | |
"DefaultValueAttribute"; "DelegateEvent"; "EntryPointAttribute"; | |
"EqualityConditionalOnAttribute"; "Error"; "Event"; "ExperimentalAttribute"; | |
"ExtraTopLevelOperators"; "FSharp"; "FSharpFunc"; | |
"FSharpInterfaceDataVersionAttribute"; "FSharpTypeFunc"; "Failure"; "Format"; | |
"FuncConvert"; "GeneralizableValueAttribute"; "Handler"; "HashIdentity"; | |
"IDelegateEvent"; "IEvent"; "InterfaceAttribute"; "KeyValue"; | |
"LanguagePrimitives"; "Lazy"; "LazyExtensions"; "Linq"; "List"; | |
"LiteralAttribute"; "MailboxProcessor"; "Map"; "MatchFailureException"; | |
"MeasureAnnotatedAbbreviationAttribute"; "MeasureAttribute"; "Microsoft"; | |
"NativeInterop"; "NoComparisonAttribute"; "NoDynamicInvocationAttribute"; | |
"NoEqualityAttribute"; ...|] | |
at Salsa.VsOpsUtils.AssertCompListContains$cont@216(String membername, CompletionItem[] completions, Unit unitVar) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\Salsa\SalsaUtils.fs:line 219 | |
at Salsa.VsOpsUtils.AssertCompListContains(CompletionItem[] completions, String membername) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\Salsa\SalsaUtils.fs:line 216 | |
at Salsa.VsOpsUtils.AssertCompListContainsAll(CompletionItem[] completions, FSharpList`1 expectedCompletions) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\Salsa\SalsaUtils.fs:line 234 | |
at <StartupCode$VisualFSharp-Unittests>.$Tests.LanguageService.Completion.AssertAutoCompleteContains@59-2.Invoke(CompletionItem[] completions) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 60 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.DoWithAutoCompleteUsingExtraRefs(FSharpList`1 refs, Boolean coffeeBreak, SourceFileKind fileKind, BackgroundRequestReason reason, FSharpList`1 code, String marker, FSharpFunc`2 f) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 50 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.DoWithAutoComplete(Boolean coffeeBreak, SourceFileKind fileKind, BackgroundRequestReason reason, FSharpList`1 code, String marker, FSharpFunc`2 f) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 54 | |
at <StartupCode$VisualFSharp-Unittests>.$Tests.LanguageService.Completion.AssertAutoCompleteContains@58-1.Invoke(FSharpList`1 code, String marker, FSharpList`1 should, FSharpList`1 shouldnot) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 58 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.AfterConstructor.5039_1.CoffeeBreak() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 1515 | |
6) Failed : Tests.LanguageService.AutoCompletion.UsingMSBuild.BadCompletionAfterQuicklyTyping | |
Expected 0 parses and 0 typechecks, but got 1 parses and 1 typechecks. | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 173 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.BadCompletionAfterQuicklyTyping() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 6925 | |
7) Failed : Tests.LanguageService.AutoCompletion.UsingMSBuild.BadCompletionAfterQuicklyTyping.Bug130733.NowWorks | |
Couldn't find 'ReadBlock' in completion list: [|"AbstractClassAttribute"; "AllowNullLiteralAttribute"; "Array"; "Array2D"; | |
"Array3D"; "Array4D"; "Async"; "AsyncBuilder"; "AsyncReplyChannel"; | |
"AutoOpenAttribute"; "AutoSerializableAttribute"; "CLIEventAttribute"; | |
"CLIMutableAttribute"; "Checked"; "Choice"; "Choice1Of2"; "Choice1Of3"; | |
"Choice1Of4"; "Choice1Of5"; "Choice1Of6"; "Choice1Of7"; "Choice2Of2"; | |
"Choice2Of3"; "Choice2Of4"; "Choice2Of5"; "Choice2Of6"; "Choice2Of7"; | |
"Choice3Of3"; "Choice3Of4"; "Choice3Of5"; "Choice3Of6"; "Choice3Of7"; | |
"Choice4Of4"; "Choice4Of5"; "Choice4Of6"; "Choice4Of7"; "Choice5Of5"; | |
"Choice5Of6"; "Choice5Of7"; "Choice6Of6"; "Choice6Of7"; "Choice7Of7"; | |
"ClassAttribute"; "Collections"; "CommonExtensions"; | |
"ComparisonConditionalOnAttribute"; "ComparisonIdentity"; | |
"CompilationArgumentCountsAttribute"; "CompilationMappingAttribute"; | |
"CompilationRepresentationAttribute"; "CompilationRepresentationFlags"; | |
"CompilationSourceNameAttribute"; "CompiledNameAttribute"; | |
"CompilerMessageAttribute"; "CompilerServices"; "Control"; "Core"; | |
"CustomComparisonAttribute"; "CustomEqualityAttribute"; | |
"CustomOperationAttribute"; "Data"; "DefaultAugmentationAttribute"; | |
"DefaultValueAttribute"; "DelegateEvent"; "EntryPointAttribute"; | |
"EqualityConditionalOnAttribute"; "Error"; "Event"; "ExperimentalAttribute"; | |
"ExtraTopLevelOperators"; "FSharp"; "FSharpFunc"; | |
"FSharpInterfaceDataVersionAttribute"; "FSharpTypeFunc"; "Failure"; "Format"; | |
"FuncConvert"; "GeneralizableValueAttribute"; "Handler"; "HashIdentity"; | |
"IDelegateEvent"; "IEvent"; "InterfaceAttribute"; "KeyValue"; | |
"LanguagePrimitives"; "Lazy"; "LazyExtensions"; "Linq"; "List"; | |
"LiteralAttribute"; "MailboxProcessor"; "Map"; "MatchFailureException"; | |
"MeasureAnnotatedAbbreviationAttribute"; "MeasureAttribute"; "Microsoft"; | |
"NativeInterop"; "NoComparisonAttribute"; "NoDynamicInvocationAttribute"; | |
"NoEqualityAttribute"; ...|] | |
at Salsa.VsOpsUtils.AssertCompListContains$cont@216(String membername, CompletionItem[] completions, Unit unitVar) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\Salsa\SalsaUtils.fs:line 219 | |
at Salsa.VsOpsUtils.AssertCompListContains(CompletionItem[] completions, String membername) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\Salsa\SalsaUtils.fs:line 216 | |
at Salsa.VsOpsUtils.AssertCompListContainsAll(CompletionItem[] completions, FSharpList`1 expectedCompletions) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\Salsa\SalsaUtils.fs:line 234 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.BadCompletionAfterQuicklyTyping.Bug130733.NowWorks() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4908 | |
8) Failed : Tests.LanguageService.AutoCompletion.UsingMSBuild.BadCompletionAfterQuicklyTyping.Bug177519.NowWorking | |
Expected 0 parses and 0 typechecks, but got 1 parses and 1 typechecks. | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 173 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.BadCompletionAfterQuicklyTyping.Bug177519.NowWorking() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4944 | |
9) Failed : Tests.LanguageService.AutoCompletion.UsingMSBuild.BadCompletionAfterQuicklyTyping.Bug72561 | |
Expected 0 parses and 0 typechecks, but got 1 parses and 1 typechecks. | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 173 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.BadCompletionAfterQuicklyTyping.Bug72561() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4872 | |
10) Failed : Tests.LanguageService.AutoCompletion.UsingMSBuild.BadCompletionAfterQuicklyTyping.Bug72561.Noteworthy.NowWorks | |
Expected 0 parses and 0 typechecks, but got 1 parses and 1 typechecks. | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 173 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.BadCompletionAfterQuicklyTyping.Bug72561.Noteworthy.NowWorks() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4894 | |
11) Failed : Tests.LanguageService.AutoCompletion.UsingMSBuild.Obsolete.CompletionOnObsoleteModule.Bug3992 | |
Expected 0 parses and 0 typechecks, but got 1 parses and 1 typechecks. | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 173 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.AutoCompleteObsoleteTest(String testLine, Boolean appendDot, FSharpList`1 should, FSharpList`1 shouldnot) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4081 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.Obsolete.CompletionOnObsoleteModule.Bug3992() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4096 | |
12) Failed : Tests.LanguageService.AutoCompletion.UsingMSBuild.Obsolete.CompletionOnObsoleteType | |
Expected 0 parses and 0 typechecks, but got 1 parses and 1 typechecks. | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 173 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.AutoCompleteObsoleteTest(String testLine, Boolean appendDot, FSharpList`1 should, FSharpList`1 shouldnot) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4081 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.Obsolete.CompletionOnObsoleteType() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4104 | |
13) Failed : Tests.LanguageService.AutoCompletion.UsingMSBuild.Obsolete.DoubleNested | |
Expected 0 parses and 0 typechecks, but got 1 parses and 1 typechecks. | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 173 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.AutoCompleteObsoleteTest(String testLine, Boolean appendDot, FSharpList`1 should, FSharpList`1 shouldnot) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4081 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.Obsolete.DoubleNested() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4100 | |
14) Failed : Tests.LanguageService.AutoCompletion.UsingMSBuild.Obsolete.NestedTypeOrModule | |
Expected 0 parses and 0 typechecks, but got 1 parses and 1 typechecks. | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 173 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.AutoCompleteObsoleteTest(String testLine, Boolean appendDot, FSharpList`1 should, FSharpList`1 shouldnot) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4081 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.Obsolete.NestedTypeOrModule() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4092 | |
15) Failed : Tests.LanguageService.AutoCompletion.UsingMSBuild.Performance.Bug5774 | |
Expected 2 parses and 2 typechecks, but got 0 parses and 0 typechecks. | |
ExpectedParse: set | |
["C:\Users\dotnet-bot\AppData\Local\Temp\salsa-8866484-5716\File2.fs"; | |
"C:\Users\dotnet-bot\AppData\Local\Temp\salsa-8866484-5716\File3.fs"] | |
ActualParse: set [] | |
ExpectedTypeCheck: set | |
["C:\Users\dotnet-bot\AppData\Local\Temp\salsa-8866484-5716\File2.fs"; | |
"C:\Users\dotnet-bot\AppData\Local\Temp\salsa-8866484-5716\File3.fs"] | |
ActualTypeCheck: set [] | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks, FSharpList`1 expectedParsedFiles, FSharpList`1 expectedTypeCheckedFiles, Boolean expectCreate) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 208 | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Tuple`2 _arg3, Tuple`2 _arg4, Boolean expectCreate) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 189 | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Tuple`2 _arg1, Tuple`2 _arg2) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 181 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.Performance.Bug5774() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4255 | |
16) Error : Tests.LanguageService.AutoCompletion.UsingMSBuild.QueryAndOtherExpressions.WordByWordSystematicJoinQueryOnSingleLine | |
System.Exception : there were unexpected results, see console output for details | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.WordByWordSystematicTestWithSpecificExpectations[a,b](String prefix, IEnumerable`1 suffixes, FSharpFunc`2 lines, IEnumerable`1 variations, FSharpList`1 knownFailures) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 2464 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.QueryAndOtherExpressions.WordByWordSystematicJoinQueryOnSingleLine() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 2626 | |
17) Error : Tests.LanguageService.AutoCompletion.UsingMSBuild.QueryExpressions.QueryAndSequenceExpressionWithForYieldLoopSystematic | |
System.Exception : there were unexpected results, see console output for details | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.WordByWordSystematicTestWithSpecificExpectations[a,b](String prefix, IEnumerable`1 suffixes, FSharpFunc`2 lines, IEnumerable`1 variations, FSharpList`1 knownFailures) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 2464 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.QueryExpressions.QueryAndSequenceExpressionWithForYieldLoopSystematic() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 2502 | |
18) Failed : Tests.LanguageService.AutoCompletion.UsingProjectSystem.AfterConstructor.5039_1 | |
Couldn't find 'ReadBlock' in completion list: [|"AbstractClassAttribute"; "AllowNullLiteralAttribute"; "Array"; "Array2D"; | |
"Array3D"; "Array4D"; "Async"; "AsyncBuilder"; "AsyncReplyChannel"; | |
"AutoOpenAttribute"; "AutoSerializableAttribute"; "CLIEventAttribute"; | |
"CLIMutableAttribute"; "Checked"; "Choice"; "Choice1Of2"; "Choice1Of3"; | |
"Choice1Of4"; "Choice1Of5"; "Choice1Of6"; "Choice1Of7"; "Choice2Of2"; | |
"Choice2Of3"; "Choice2Of4"; "Choice2Of5"; "Choice2Of6"; "Choice2Of7"; | |
"Choice3Of3"; "Choice3Of4"; "Choice3Of5"; "Choice3Of6"; "Choice3Of7"; | |
"Choice4Of4"; "Choice4Of5"; "Choice4Of6"; "Choice4Of7"; "Choice5Of5"; | |
"Choice5Of6"; "Choice5Of7"; "Choice6Of6"; "Choice6Of7"; "Choice7Of7"; | |
"ClassAttribute"; "Collections"; "CommonExtensions"; | |
"ComparisonConditionalOnAttribute"; "ComparisonIdentity"; | |
"CompilationArgumentCountsAttribute"; "CompilationMappingAttribute"; | |
"CompilationRepresentationAttribute"; "CompilationRepresentationFlags"; | |
"CompilationSourceNameAttribute"; "CompiledNameAttribute"; | |
"CompilerMessageAttribute"; "CompilerServices"; "Control"; "Core"; | |
"CustomComparisonAttribute"; "CustomEqualityAttribute"; | |
"CustomOperationAttribute"; "Data"; "DefaultAugmentationAttribute"; | |
"DefaultValueAttribute"; "DelegateEvent"; "EntryPointAttribute"; | |
"EqualityConditionalOnAttribute"; "Error"; "Event"; "ExperimentalAttribute"; | |
"ExtraTopLevelOperators"; "FSharp"; "FSharpFunc"; | |
"FSharpInterfaceDataVersionAttribute"; "FSharpTypeFunc"; "Failure"; "Format"; | |
"FuncConvert"; "GeneralizableValueAttribute"; "Handler"; "HashIdentity"; | |
"IDelegateEvent"; "IEvent"; "InterfaceAttribute"; "KeyValue"; | |
"LanguagePrimitives"; "Lazy"; "LazyExtensions"; "Linq"; "List"; | |
"LiteralAttribute"; "MailboxProcessor"; "Map"; "MatchFailureException"; | |
"MeasureAnnotatedAbbreviationAttribute"; "MeasureAttribute"; "Microsoft"; | |
"NativeInterop"; "NoComparisonAttribute"; "NoDynamicInvocationAttribute"; | |
"NoEqualityAttribute"; ...|] | |
at Salsa.VsOpsUtils.AssertCompListContains$cont@216(String membername, CompletionItem[] completions, Unit unitVar) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\Salsa\SalsaUtils.fs:line 219 | |
at Salsa.VsOpsUtils.AssertCompListContains(CompletionItem[] completions, String membername) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\Salsa\SalsaUtils.fs:line 216 | |
at Salsa.VsOpsUtils.AssertCompListContainsAll(CompletionItem[] completions, FSharpList`1 expectedCompletions) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\Salsa\SalsaUtils.fs:line 234 | |
at <StartupCode$VisualFSharp-Unittests>.$Tests.LanguageService.Completion.AssertAutoCompleteContains@59-2.Invoke(CompletionItem[] completions) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 60 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.DoWithAutoCompleteUsingExtraRefs(FSharpList`1 refs, Boolean coffeeBreak, SourceFileKind fileKind, BackgroundRequestReason reason, FSharpList`1 code, String marker, FSharpFunc`2 f) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 50 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.DoWithAutoComplete(Boolean coffeeBreak, SourceFileKind fileKind, BackgroundRequestReason reason, FSharpList`1 code, String marker, FSharpFunc`2 f) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 54 | |
at <StartupCode$VisualFSharp-Unittests>.$Tests.LanguageService.Completion.AssertAutoCompleteContains@58-1.Invoke(FSharpList`1 code, String marker, FSharpList`1 should, FSharpList`1 shouldnot) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 58 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.AfterConstructor.5039_1() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 1506 | |
19) Failed : Tests.LanguageService.AutoCompletion.UsingProjectSystem.AfterConstructor.5039_1.CoffeeBreak | |
Couldn't find 'ReadBlock' in completion list: [|"AbstractClassAttribute"; "AllowNullLiteralAttribute"; "Array"; "Array2D"; | |
"Array3D"; "Array4D"; "Async"; "AsyncBuilder"; "AsyncReplyChannel"; | |
"AutoOpenAttribute"; "AutoSerializableAttribute"; "CLIEventAttribute"; | |
"CLIMutableAttribute"; "Checked"; "Choice"; "Choice1Of2"; "Choice1Of3"; | |
"Choice1Of4"; "Choice1Of5"; "Choice1Of6"; "Choice1Of7"; "Choice2Of2"; | |
"Choice2Of3"; "Choice2Of4"; "Choice2Of5"; "Choice2Of6"; "Choice2Of7"; | |
"Choice3Of3"; "Choice3Of4"; "Choice3Of5"; "Choice3Of6"; "Choice3Of7"; | |
"Choice4Of4"; "Choice4Of5"; "Choice4Of6"; "Choice4Of7"; "Choice5Of5"; | |
"Choice5Of6"; "Choice5Of7"; "Choice6Of6"; "Choice6Of7"; "Choice7Of7"; | |
"ClassAttribute"; "Collections"; "CommonExtensions"; | |
"ComparisonConditionalOnAttribute"; "ComparisonIdentity"; | |
"CompilationArgumentCountsAttribute"; "CompilationMappingAttribute"; | |
"CompilationRepresentationAttribute"; "CompilationRepresentationFlags"; | |
"CompilationSourceNameAttribute"; "CompiledNameAttribute"; | |
"CompilerMessageAttribute"; "CompilerServices"; "Control"; "Core"; | |
"CustomComparisonAttribute"; "CustomEqualityAttribute"; | |
"CustomOperationAttribute"; "Data"; "DefaultAugmentationAttribute"; | |
"DefaultValueAttribute"; "DelegateEvent"; "EntryPointAttribute"; | |
"EqualityConditionalOnAttribute"; "Error"; "Event"; "ExperimentalAttribute"; | |
"ExtraTopLevelOperators"; "FSharp"; "FSharpFunc"; | |
"FSharpInterfaceDataVersionAttribute"; "FSharpTypeFunc"; "Failure"; "Format"; | |
"FuncConvert"; "GeneralizableValueAttribute"; "Handler"; "HashIdentity"; | |
"IDelegateEvent"; "IEvent"; "InterfaceAttribute"; "KeyValue"; | |
"LanguagePrimitives"; "Lazy"; "LazyExtensions"; "Linq"; "List"; | |
"LiteralAttribute"; "MailboxProcessor"; "Map"; "MatchFailureException"; | |
"MeasureAnnotatedAbbreviationAttribute"; "MeasureAttribute"; "Microsoft"; | |
"NativeInterop"; "NoComparisonAttribute"; "NoDynamicInvocationAttribute"; | |
"NoEqualityAttribute"; ...|] | |
at Salsa.VsOpsUtils.AssertCompListContains$cont@216(String membername, CompletionItem[] completions, Unit unitVar) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\Salsa\SalsaUtils.fs:line 219 | |
at Salsa.VsOpsUtils.AssertCompListContains(CompletionItem[] completions, String membername) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\Salsa\SalsaUtils.fs:line 216 | |
at Salsa.VsOpsUtils.AssertCompListContainsAll(CompletionItem[] completions, FSharpList`1 expectedCompletions) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\Salsa\SalsaUtils.fs:line 234 | |
at <StartupCode$VisualFSharp-Unittests>.$Tests.LanguageService.Completion.AssertAutoCompleteContains@59-2.Invoke(CompletionItem[] completions) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 60 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.DoWithAutoCompleteUsingExtraRefs(FSharpList`1 refs, Boolean coffeeBreak, SourceFileKind fileKind, BackgroundRequestReason reason, FSharpList`1 code, String marker, FSharpFunc`2 f) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 50 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.DoWithAutoComplete(Boolean coffeeBreak, SourceFileKind fileKind, BackgroundRequestReason reason, FSharpList`1 code, String marker, FSharpFunc`2 f) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 54 | |
at <StartupCode$VisualFSharp-Unittests>.$Tests.LanguageService.Completion.AssertAutoCompleteContains@58-1.Invoke(FSharpList`1 code, String marker, FSharpList`1 should, FSharpList`1 shouldnot) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 58 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.AfterConstructor.5039_1.CoffeeBreak() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 1515 | |
20) Failed : Tests.LanguageService.AutoCompletion.UsingProjectSystem.BadCompletionAfterQuicklyTyping | |
Expected 0 parses and 0 typechecks, but got 1 parses and 1 typechecks. | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 173 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.BadCompletionAfterQuicklyTyping() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 6925 | |
21) Failed : Tests.LanguageService.AutoCompletion.UsingProjectSystem.BadCompletionAfterQuicklyTyping.Bug130733.NowWorks | |
Couldn't find 'ReadBlock' in completion list: [|"AbstractClassAttribute"; "AllowNullLiteralAttribute"; "Array"; "Array2D"; | |
"Array3D"; "Array4D"; "Async"; "AsyncBuilder"; "AsyncReplyChannel"; | |
"AutoOpenAttribute"; "AutoSerializableAttribute"; "CLIEventAttribute"; | |
"CLIMutableAttribute"; "Checked"; "Choice"; "Choice1Of2"; "Choice1Of3"; | |
"Choice1Of4"; "Choice1Of5"; "Choice1Of6"; "Choice1Of7"; "Choice2Of2"; | |
"Choice2Of3"; "Choice2Of4"; "Choice2Of5"; "Choice2Of6"; "Choice2Of7"; | |
"Choice3Of3"; "Choice3Of4"; "Choice3Of5"; "Choice3Of6"; "Choice3Of7"; | |
"Choice4Of4"; "Choice4Of5"; "Choice4Of6"; "Choice4Of7"; "Choice5Of5"; | |
"Choice5Of6"; "Choice5Of7"; "Choice6Of6"; "Choice6Of7"; "Choice7Of7"; | |
"ClassAttribute"; "Collections"; "CommonExtensions"; | |
"ComparisonConditionalOnAttribute"; "ComparisonIdentity"; | |
"CompilationArgumentCountsAttribute"; "CompilationMappingAttribute"; | |
"CompilationRepresentationAttribute"; "CompilationRepresentationFlags"; | |
"CompilationSourceNameAttribute"; "CompiledNameAttribute"; | |
"CompilerMessageAttribute"; "CompilerServices"; "Control"; "Core"; | |
"CustomComparisonAttribute"; "CustomEqualityAttribute"; | |
"CustomOperationAttribute"; "Data"; "DefaultAugmentationAttribute"; | |
"DefaultValueAttribute"; "DelegateEvent"; "EntryPointAttribute"; | |
"EqualityConditionalOnAttribute"; "Error"; "Event"; "ExperimentalAttribute"; | |
"ExtraTopLevelOperators"; "FSharp"; "FSharpFunc"; | |
"FSharpInterfaceDataVersionAttribute"; "FSharpTypeFunc"; "Failure"; "Format"; | |
"FuncConvert"; "GeneralizableValueAttribute"; "Handler"; "HashIdentity"; | |
"IDelegateEvent"; "IEvent"; "InterfaceAttribute"; "KeyValue"; | |
"LanguagePrimitives"; "Lazy"; "LazyExtensions"; "Linq"; "List"; | |
"LiteralAttribute"; "MailboxProcessor"; "Map"; "MatchFailureException"; | |
"MeasureAnnotatedAbbreviationAttribute"; "MeasureAttribute"; "Microsoft"; | |
"NativeInterop"; "NoComparisonAttribute"; "NoDynamicInvocationAttribute"; | |
"NoEqualityAttribute"; ...|] | |
at Salsa.VsOpsUtils.AssertCompListContains$cont@216(String membername, CompletionItem[] completions, Unit unitVar) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\Salsa\SalsaUtils.fs:line 219 | |
at Salsa.VsOpsUtils.AssertCompListContains(CompletionItem[] completions, String membername) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\Salsa\SalsaUtils.fs:line 216 | |
at Salsa.VsOpsUtils.AssertCompListContainsAll(CompletionItem[] completions, FSharpList`1 expectedCompletions) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\Salsa\SalsaUtils.fs:line 234 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.BadCompletionAfterQuicklyTyping.Bug130733.NowWorks() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4908 | |
22) Failed : Tests.LanguageService.AutoCompletion.UsingProjectSystem.BadCompletionAfterQuicklyTyping.Bug177519.NowWorking | |
Expected 0 parses and 0 typechecks, but got 1 parses and 1 typechecks. | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 173 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.BadCompletionAfterQuicklyTyping.Bug177519.NowWorking() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4944 | |
23) Failed : Tests.LanguageService.AutoCompletion.UsingProjectSystem.BadCompletionAfterQuicklyTyping.Bug72561 | |
Expected 0 parses and 0 typechecks, but got 1 parses and 1 typechecks. | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 173 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.BadCompletionAfterQuicklyTyping.Bug72561() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4872 | |
24) Failed : Tests.LanguageService.AutoCompletion.UsingProjectSystem.BadCompletionAfterQuicklyTyping.Bug72561.Noteworthy.NowWorks | |
Expected 0 parses and 0 typechecks, but got 1 parses and 1 typechecks. | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 173 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.BadCompletionAfterQuicklyTyping.Bug72561.Noteworthy.NowWorks() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4894 | |
25) Failed : Tests.LanguageService.AutoCompletion.UsingProjectSystem.Obsolete.CompletionOnObsoleteModule.Bug3992 | |
Expected 0 parses and 0 typechecks, but got 1 parses and 1 typechecks. | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 173 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.AutoCompleteObsoleteTest(String testLine, Boolean appendDot, FSharpList`1 should, FSharpList`1 shouldnot) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4081 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.Obsolete.CompletionOnObsoleteModule.Bug3992() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4096 | |
26) Failed : Tests.LanguageService.AutoCompletion.UsingProjectSystem.Obsolete.CompletionOnObsoleteType | |
Expected 0 parses and 0 typechecks, but got 1 parses and 1 typechecks. | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 173 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.AutoCompleteObsoleteTest(String testLine, Boolean appendDot, FSharpList`1 should, FSharpList`1 shouldnot) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4081 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.Obsolete.CompletionOnObsoleteType() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4104 | |
27) Failed : Tests.LanguageService.AutoCompletion.UsingProjectSystem.Obsolete.DoubleNested | |
Expected 0 parses and 0 typechecks, but got 1 parses and 1 typechecks. | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 173 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.AutoCompleteObsoleteTest(String testLine, Boolean appendDot, FSharpList`1 should, FSharpList`1 shouldnot) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4081 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.Obsolete.DoubleNested() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4100 | |
28) Failed : Tests.LanguageService.AutoCompletion.UsingProjectSystem.Obsolete.NestedTypeOrModule | |
Expected 0 parses and 0 typechecks, but got 1 parses and 1 typechecks. | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 173 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.AutoCompleteObsoleteTest(String testLine, Boolean appendDot, FSharpList`1 should, FSharpList`1 shouldnot) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4081 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.Obsolete.NestedTypeOrModule() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4092 | |
29) Failed : Tests.LanguageService.AutoCompletion.UsingProjectSystem.Performance.Bug5774 | |
Expected 2 parses and 2 typechecks, but got 0 parses and 0 typechecks. | |
ExpectedParse: set | |
["C:\Users\dotnet-bot\AppData\Local\Temp\salsa-8972796-5716\File2.fs"; | |
"C:\Users\dotnet-bot\AppData\Local\Temp\salsa-8972796-5716\File3.fs"] | |
ActualParse: set [] | |
ExpectedTypeCheck: set | |
["C:\Users\dotnet-bot\AppData\Local\Temp\salsa-8972796-5716\File2.fs"; | |
"C:\Users\dotnet-bot\AppData\Local\Temp\salsa-8972796-5716\File3.fs"] | |
ActualTypeCheck: set [] | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks, FSharpList`1 expectedParsedFiles, FSharpList`1 expectedTypeCheckedFiles, Boolean expectCreate) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 208 | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Tuple`2 _arg3, Tuple`2 _arg4, Boolean expectCreate) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 189 | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Tuple`2 _arg1, Tuple`2 _arg2) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 181 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.Performance.Bug5774() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 4255 | |
30) Error : Tests.LanguageService.AutoCompletion.UsingProjectSystem.QueryAndOtherExpressions.WordByWordSystematicJoinQueryOnSingleLine | |
System.Exception : there were unexpected results, see console output for details | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.WordByWordSystematicTestWithSpecificExpectations[a,b](String prefix, IEnumerable`1 suffixes, FSharpFunc`2 lines, IEnumerable`1 variations, FSharpList`1 knownFailures) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 2464 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.QueryAndOtherExpressions.WordByWordSystematicJoinQueryOnSingleLine() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 2626 | |
31) Error : Tests.LanguageService.AutoCompletion.UsingProjectSystem.QueryExpressions.QueryAndSequenceExpressionWithForYieldLoopSystematic | |
System.Exception : there were unexpected results, see console output for details | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.WordByWordSystematicTestWithSpecificExpectations[a,b](String prefix, IEnumerable`1 suffixes, FSharpFunc`2 lines, IEnumerable`1 variations, FSharpList`1 knownFailures) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 2464 | |
at Tests.LanguageService.AutoCompletion.UsingMSBuild.QueryExpressions.QueryAndSequenceExpressionWithForYieldLoopSystematic() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Completion.fs:line 2502 | |
32) Failed : Tests.LanguageService.General.UsingMSBuild.PublicSurfaceArea.DotNetReflection | |
Expected: 0 | |
But was: 1 | |
at Tests.LanguageService.General.UsingMSBuild.PublicSurfaceArea.DotNetReflection() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.General.fs:line 166 | |
33) Failed : Tests.LanguageService.General.UsingProjectSystem.PublicSurfaceArea.DotNetReflection | |
Expected: 0 | |
But was: 1 | |
at Tests.LanguageService.General.UsingMSBuild.PublicSurfaceArea.DotNetReflection() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.General.fs:line 166 | |
34) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.AfterQuicklyTyping.CallConstructor | |
expected parameter info | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.AfterQuicklyTyping.CallConstructor() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 905 | |
35) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.BY_DESIGN.WayThatMismatchedParensFailOver.Case1 | |
Expected: | |
[|(3, 12); (3, 15); (3, 16); (3, 18); (3, 20); (3, 22); (7, 0)|] | |
but got: | |
[|(3, 12); (3, 15); (3, 16); (3, 18); (3, 20); (3, 22); (4, 24)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.BY_DESIGN.WayThatMismatchedParensFailOver.Case1() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1183 | |
36) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.BY_DESIGN.WayThatMismatchedParensFailOver.Case2 | |
Expected: | |
[|(3, 12); (3, 15); (3, 16); (9, 0)|] | |
but got: | |
[|(3, 12); (3, 15); (3, 16); (6, 24)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.BY_DESIGN.WayThatMismatchedParensFailOver.Case2() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1204 | |
37) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.Tuples.Bug123219 | |
Expected: | |
[|(5, 12); (5, 16); (5, 17); (8, 0)|] | |
but got: | |
[|(5, 12); (5, 16); (5, 17); (5, 21)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.Tuples.Bug123219() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1225 | |
38) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.TypeProviders.Prefix0 | |
Expected: | |
[|(2, 21); (2, 25); (2, 26); (6, 0)|] | |
but got: | |
[|(2, 21); (2, 25); (2, 26); (3, 0)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParamsWithVariousSurroundingContexts(String testLine, FSharpOption`1 markAtEnd, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1520 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.TypeProviders.Prefix0() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1539 | |
39) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.TypeProviders.Prefix1 | |
Expected: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (6, 0)|] | |
but got: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (3, 0)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParamsWithVariousSurroundingContexts(String testLine, FSharpOption`1 markAtEnd, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1520 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.TypeProviders.Prefix1() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1546 | |
40) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.TypeProviders.Prefix1Named | |
Expected: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (6, 0)|] | |
but got: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (3, 0)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParamsWithVariousSurroundingContexts(String testLine, FSharpOption`1 markAtEnd, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1520 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.TypeProviders.Prefix1Named() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1553 | |
41) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.TypeProviders.Prefix2 | |
Expected: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (6, 0)|] | |
but got: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (3, 0)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParamsWithVariousSurroundingContexts(String testLine, FSharpOption`1 markAtEnd, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1520 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.TypeProviders.Prefix2() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1560 | |
42) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.TypeProviders.Prefix2Named1 | |
Expected: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (6, 0)|] | |
but got: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (3, 0)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParamsWithVariousSurroundingContexts(String testLine, FSharpOption`1 markAtEnd, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1520 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.TypeProviders.Prefix2Named1() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1567 | |
43) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.TypeProviders.Prefix2Named2 | |
Expected: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (6, 0)|] | |
but got: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (3, 0)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParamsWithVariousSurroundingContexts(String testLine, FSharpOption`1 markAtEnd, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1520 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.TypeProviders.Prefix2Named2() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1574 | |
44) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Multi.DotNet.Constructor | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroupContain(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNames) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 53 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.VerifyParameterInfoContainedAtStartOfMarker(String fileContents, String marker, FSharpList`1 expectedParamNames, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 82 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Multi.DotNet.Constructor() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1787 | |
45) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Multi.DotNet.StaticMethod.WithinLambda | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroupContain(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNames) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 53 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.VerifyParameterInfoContainedAtStartOfMarker(String fileContents, String marker, FSharpList`1 expectedParamNames, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 82 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Multi.DotNet.StaticMethod.WithinLambda() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1769 | |
46) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Multi.Function.WithOptionType | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.VerifyParameterInfoAtStartOfMarker(String fileContents, String marker, FSharpList`1 expectedParamNamesSet, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 72 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Multi.Function.WithOptionType() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1884 | |
47) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Multi.Function.WithRefType | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.VerifyParameterInfoAtStartOfMarker(String fileContents, String marker, FSharpList`1 expectedParamNamesSet, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 72 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Multi.Function.WithRefType() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1900 | |
48) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.ParameterInfo.Locations.WithoutNamespace | |
expected parameter info | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocation(String testLine, Int32 expectedPos, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 709 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.ParameterInfo.Locations.WithoutNamespace() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 740 | |
49) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Regression.LocationOfParams.AfterQuicklyTyping.Bug91373 | |
expected parameter info | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Regression.LocationOfParams.AfterQuicklyTyping.Bug91373() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 883 | |
50) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Regression.LocationOfParams.Bug91479 | |
Expected: | |
[|(0, 21); (0, 39); (0, 40); (3, 0)|] | |
but got: | |
[|(0, 21); (0, 39); (0, 40); (0, 41)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Regression.LocationOfParams.Bug91479() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1056 | |
51) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Regression.OptionalArguuments.Bug4042 | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.VerifyParameterInfoAtStartOfMarker(String fileContents, String marker, FSharpList`1 expectedParamNamesSet, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 72 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Regression.OptionalArguuments.Bug4042() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 2065 | |
52) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Regression.StaticVsInstance.Bug3626.Case2 | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.VerifyParameterInfoAtStartOfMarker(String fileContents, String marker, FSharpList`1 expectedParamNamesSet, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 72 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Regression.StaticVsInstance.Bug3626.Case2() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 204 | |
53) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.DotNet.StaticMethod | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.DotNet.StaticMethod() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 265 | |
54) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.Dictionary | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.Dictionary() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 657 | |
55) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.EventHandler | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.EventHandler() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 666 | |
56) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.EventHandlerEventArgs | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.EventHandlerEventArgs() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 669 | |
57) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.EventHandlerEventArgsNew | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.EventHandlerEventArgsNew() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 672 | |
58) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.Exchange | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.Exchange() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 650 | |
59) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.ExchangeInt | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.ExchangeInt() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 646 | |
60) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.ExchangeUnder | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.ExchangeUnder() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 654 | |
61) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.List | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.List() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 660 | |
62) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.ListInt | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.ListInt() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 663 | |
63) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.MathAbs | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.MathAbs() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 642 | |
64) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Locations.EndOfFile | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestSystematicParameterInfo(String marker, FSharpList`1 methReq, FSharpOption`1 startOfMarker) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 525 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Locations.EndOfFile() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 603 | |
65) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Locations.Simple | |
expected parameter info | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocation(String testLine, Int32 expectedPos, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 709 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Locations.Simple() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 719 | |
66) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Locations.WithGenericArgs | |
expected parameter info | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocation(String testLine, Int32 expectedPos, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 709 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Locations.WithGenericArgs() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 744 | |
67) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Locations.WithNamespace | |
expected parameter info | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocation(String testLine, Int32 expectedPos, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 709 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Locations.WithNamespace() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 736 | |
68) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.TypeProvider.Type.ParameterInfoLocation.WithNamespace | |
expected parameter info | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocation(String testLine, Int32 expectedPos, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 709 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TypeProvider.Type.ParameterInfoLocation.WithNamespace() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 767 | |
69) Failed : Tests.LanguageService.ParameterInfo.UsingMSBuild.TypeProvider.Type.ParameterInfoLocation.WithOutNamespace | |
expected parameter info | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocation(String testLine, Int32 expectedPos, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 709 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TypeProvider.Type.ParameterInfoLocation.WithOutNamespace() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 775 | |
70) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.LocationOfParams.AfterQuicklyTyping.CallConstructor | |
expected parameter info | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.AfterQuicklyTyping.CallConstructor() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 905 | |
71) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.LocationOfParams.BY_DESIGN.WayThatMismatchedParensFailOver.Case1 | |
Expected: | |
[|(3, 12); (3, 15); (3, 16); (3, 18); (3, 20); (3, 22); (7, 0)|] | |
but got: | |
[|(3, 12); (3, 15); (3, 16); (3, 18); (3, 20); (3, 22); (4, 24)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.BY_DESIGN.WayThatMismatchedParensFailOver.Case1() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1183 | |
72) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.LocationOfParams.BY_DESIGN.WayThatMismatchedParensFailOver.Case2 | |
Expected: | |
[|(3, 12); (3, 15); (3, 16); (9, 0)|] | |
but got: | |
[|(3, 12); (3, 15); (3, 16); (6, 24)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.BY_DESIGN.WayThatMismatchedParensFailOver.Case2() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1204 | |
73) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.LocationOfParams.Tuples.Bug123219 | |
Expected: | |
[|(5, 12); (5, 16); (5, 17); (8, 0)|] | |
but got: | |
[|(5, 12); (5, 16); (5, 17); (5, 21)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.Tuples.Bug123219() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1225 | |
74) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.LocationOfParams.TypeProviders.Prefix0 | |
Expected: | |
[|(2, 21); (2, 25); (2, 26); (6, 0)|] | |
but got: | |
[|(2, 21); (2, 25); (2, 26); (3, 0)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParamsWithVariousSurroundingContexts(String testLine, FSharpOption`1 markAtEnd, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1520 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.TypeProviders.Prefix0() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1539 | |
75) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.LocationOfParams.TypeProviders.Prefix1 | |
Expected: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (6, 0)|] | |
but got: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (3, 0)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParamsWithVariousSurroundingContexts(String testLine, FSharpOption`1 markAtEnd, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1520 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.TypeProviders.Prefix1() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1546 | |
76) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.LocationOfParams.TypeProviders.Prefix1Named | |
Expected: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (6, 0)|] | |
but got: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (3, 0)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParamsWithVariousSurroundingContexts(String testLine, FSharpOption`1 markAtEnd, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1520 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.TypeProviders.Prefix1Named() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1553 | |
77) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.LocationOfParams.TypeProviders.Prefix2 | |
Expected: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (6, 0)|] | |
but got: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (3, 0)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParamsWithVariousSurroundingContexts(String testLine, FSharpOption`1 markAtEnd, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1520 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.TypeProviders.Prefix2() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1560 | |
78) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.LocationOfParams.TypeProviders.Prefix2Named1 | |
Expected: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (6, 0)|] | |
but got: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (3, 0)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParamsWithVariousSurroundingContexts(String testLine, FSharpOption`1 markAtEnd, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1520 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.TypeProviders.Prefix2Named1() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1567 | |
79) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.LocationOfParams.TypeProviders.Prefix2Named2 | |
Expected: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (6, 0)|] | |
but got: | |
[|(2, 21); (2, 25); (2, 26); (2, 33); (3, 0)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParamsWithVariousSurroundingContexts(String testLine, FSharpOption`1 markAtEnd, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1520 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.LocationOfParams.TypeProviders.Prefix2Named2() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1574 | |
80) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Multi.DotNet.Constructor | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroupContain(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNames) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 53 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.VerifyParameterInfoContainedAtStartOfMarker(String fileContents, String marker, FSharpList`1 expectedParamNames, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 82 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Multi.DotNet.Constructor() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1787 | |
81) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Multi.DotNet.StaticMethod.WithinLambda | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroupContain(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNames) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 53 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.VerifyParameterInfoContainedAtStartOfMarker(String fileContents, String marker, FSharpList`1 expectedParamNames, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 82 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Multi.DotNet.StaticMethod.WithinLambda() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1769 | |
82) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Multi.Function.WithOptionType | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.VerifyParameterInfoAtStartOfMarker(String fileContents, String marker, FSharpList`1 expectedParamNamesSet, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 72 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Multi.Function.WithOptionType() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1884 | |
83) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Multi.Function.WithRefType | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.VerifyParameterInfoAtStartOfMarker(String fileContents, String marker, FSharpList`1 expectedParamNamesSet, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 72 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Multi.Function.WithRefType() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1900 | |
84) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.ParameterInfo.Locations.WithoutNamespace | |
expected parameter info | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocation(String testLine, Int32 expectedPos, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 709 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.ParameterInfo.Locations.WithoutNamespace() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 740 | |
85) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Regression.LocationOfParams.AfterQuicklyTyping.Bug91373 | |
expected parameter info | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Regression.LocationOfParams.AfterQuicklyTyping.Bug91373() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 883 | |
86) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Regression.LocationOfParams.Bug91479 | |
Expected: | |
[|(0, 21); (0, 39); (0, 40); (3, 0)|] | |
but got: | |
[|(0, 21); (0, 39); (0, 40); (0, 41)|]. | |
at UnitTests.TestLib.Salsa.AssertEqual[a](a expected, a actual) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.Salsa.fs:line 23 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocationOfParams(String testLine, FSharpOption`1 markAtEOF, FSharpOption`1 additionalReferenceAssemblies) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 986 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Regression.LocationOfParams.Bug91479() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 1056 | |
87) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Regression.OptionalArguuments.Bug4042 | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.VerifyParameterInfoAtStartOfMarker(String fileContents, String marker, FSharpList`1 expectedParamNamesSet, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 72 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Regression.OptionalArguuments.Bug4042() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 2065 | |
88) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Regression.StaticVsInstance.Bug3626.Case2 | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.VerifyParameterInfoAtStartOfMarker(String fileContents, String marker, FSharpList`1 expectedParamNamesSet, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 72 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Regression.StaticVsInstance.Bug3626.Case2() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 204 | |
89) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Single.DotNet.StaticMethod | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.DotNet.StaticMethod() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 265 | |
90) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Single.Generics.Dictionary | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.Dictionary() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 657 | |
91) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Single.Generics.EventHandler | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.EventHandler() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 666 | |
92) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Single.Generics.EventHandlerEventArgs | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.EventHandlerEventArgs() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 669 | |
93) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Single.Generics.EventHandlerEventArgsNew | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.EventHandlerEventArgsNew() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 672 | |
94) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Single.Generics.Exchange | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.Exchange() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 650 | |
95) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Single.Generics.ExchangeInt | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.ExchangeInt() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 646 | |
96) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Single.Generics.ExchangeUnder | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.ExchangeUnder() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 654 | |
97) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Single.Generics.List | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.List() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 660 | |
98) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Single.Generics.ListInt | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.ListInt() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 663 | |
99) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Single.Generics.MathAbs | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestGenericParameterInfo(String testLine, FSharpList`1 methReq) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 633 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Generics.MathAbs() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 642 | |
100) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Single.Locations.EndOfFile | |
Expected a method group | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.AssertMethodGroup(FSharpOption`1 resultMethodGroup, FSharpList`1 expectedParamNamesSet) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 41 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestSystematicParameterInfo(String marker, FSharpList`1 methReq, FSharpOption`1 startOfMarker) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 525 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Locations.EndOfFile() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 603 | |
101) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Single.Locations.Simple | |
expected parameter info | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocation(String testLine, Int32 expectedPos, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 709 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Locations.Simple() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 719 | |
102) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Single.Locations.WithGenericArgs | |
expected parameter info | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocation(String testLine, Int32 expectedPos, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 709 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Locations.WithGenericArgs() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 744 | |
103) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.Single.Locations.WithNamespace | |
expected parameter info | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocation(String testLine, Int32 expectedPos, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 709 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.Single.Locations.WithNamespace() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 736 | |
104) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.TypeProvider.Type.ParameterInfoLocation.WithNamespace | |
expected parameter info | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocation(String testLine, Int32 expectedPos, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 709 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TypeProvider.Type.ParameterInfoLocation.WithNamespace() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 767 | |
105) Failed : Tests.LanguageService.ParameterInfo.UsingProjectSystem.TypeProvider.Type.ParameterInfoLocation.WithOutNamespace | |
expected parameter info | |
Expected: True | |
But was: False | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TestParameterInfoLocation(String testLine, Int32 expectedPos, FSharpOption`1 addtlRefAssy) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 709 | |
at Tests.LanguageService.ParameterInfo.UsingMSBuild.TypeProvider.Type.ParameterInfoLocation.WithOutNamespace() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.ParameterInfo.fs:line 775 | |
106) Failed : Tests.LanguageService.Script.UsingMSBuild.Fsx.HashR.AddedIn | |
Got expected events, but also: The incremental builder was NOT deleted and recreated, even though we expected it to be | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks, FSharpList`1 expectedParsedFiles, FSharpList`1 expectedTypeCheckedFiles, Boolean expectCreate) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 211 | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Tuple`2 _arg3, Tuple`2 _arg4, Boolean expectCreate) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 189 | |
at Tests.LanguageService.Script.UsingMSBuild.Fsx.HashR.AddedIn() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Script.fs:line 238 | |
107) Failed : Tests.LanguageService.Script.UsingMSBuild.Fsx.HashR.Removed | |
Got expected events, but also: The incremental builder was NOT deleted and recreated, even though we expected it to be | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks, FSharpList`1 expectedParsedFiles, FSharpList`1 expectedTypeCheckedFiles, Boolean expectCreate) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 211 | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Tuple`2 _arg3, Tuple`2 _arg4, Boolean expectCreate) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 189 | |
at Tests.LanguageService.Script.UsingMSBuild.Fsx.HashR.Removed() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Script.fs:line 358 | |
108) Failed : Tests.LanguageService.Script.UsingProjectSystem.Fsx.HashR.AddedIn | |
Got expected events, but also: The incremental builder was NOT deleted and recreated, even though we expected it to be | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks, FSharpList`1 expectedParsedFiles, FSharpList`1 expectedTypeCheckedFiles, Boolean expectCreate) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 211 | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Tuple`2 _arg3, Tuple`2 _arg4, Boolean expectCreate) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 189 | |
at Tests.LanguageService.Script.UsingMSBuild.Fsx.HashR.AddedIn() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Script.fs:line 238 | |
109) Failed : Tests.LanguageService.Script.UsingProjectSystem.Fsx.HashR.Removed | |
Got expected events, but also: The incremental builder was NOT deleted and recreated, even though we expected it to be | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Int32 expectedParses, Int32 expectedTypeChecks, FSharpList`1 expectedParsedFiles, FSharpList`1 expectedTypeCheckedFiles, Boolean expectCreate) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 211 | |
at UnitTests.TestLib.LanguageService.GlobalParseAndTypeCheckCounter.AssertExactly(Tuple`2 _arg3, Tuple`2 _arg4, Boolean expectCreate) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\TestLib.LanguageService.fs:line 189 | |
at Tests.LanguageService.Script.UsingMSBuild.Fsx.HashR.Removed() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.Script.fs:line 358 | |
110) Error : Tests.LanguageService.TimeStamp.UsingMSBuild.Regression.NoContainedString.Timestamps.Bug3368a | |
System.Exception : Error seen containing "project1" | |
at Tests.LanguageService.TimeStamp.UsingMSBuild.AssertNoErrorSeenContaining(OpenProject project, String text) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.TimeStamp.fs:line 44 | |
at Tests.LanguageService.TimeStamp.UsingMSBuild.Regression.NoContainedString.Timestamps.Bug3368a() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.TimeStamp.fs:line 119 | |
111) Failed : Tests.LanguageService.TimeStamp.UsingMSBuild.Timestamps.ProjectReferenceAssemblyChange | |
Expected: not equal to 0 | |
But was: 0 | |
at Tests.LanguageService.TimeStamp.UsingMSBuild.Timestamps.ProjectReferenceAssemblyChange() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.TimeStamp.fs:line 316 | |
112) Failed : Tests.LanguageService.TimeStamp.UsingMSBuild.Timestamps.ReferenceAssemblyChangeAbsolute | |
Expected: not equal to 0 | |
But was: 0 | |
at Tests.LanguageService.TimeStamp.UsingMSBuild.Timestamps.ReferenceAssemblyChangeAbsolute() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.TimeStamp.fs:line 208 | |
113) Failed : Tests.LanguageService.TimeStamp.UsingMSBuild.Timestamps.ReferenceAssemblyChangeRelative | |
Expected: not equal to 0 | |
But was: 0 | |
at Tests.LanguageService.TimeStamp.UsingMSBuild.Timestamps.ReferenceAssemblyChangeRelative() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.TimeStamp.fs:line 262 | |
114) Error : Tests.LanguageService.TimeStamp.UsingProjectSystem.Regression.NoContainedString.Timestamps.Bug3368a | |
System.Exception : Error seen containing "project1" | |
at Tests.LanguageService.TimeStamp.UsingMSBuild.AssertNoErrorSeenContaining(OpenProject project, String text) in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.TimeStamp.fs:line 44 | |
at Tests.LanguageService.TimeStamp.UsingMSBuild.Regression.NoContainedString.Timestamps.Bug3368a() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.TimeStamp.fs:line 119 | |
115) Failed : Tests.LanguageService.TimeStamp.UsingProjectSystem.Timestamps.ProjectReferenceAssemblyChange | |
Expected: not equal to 0 | |
But was: 0 | |
at Tests.LanguageService.TimeStamp.UsingMSBuild.Timestamps.ProjectReferenceAssemblyChange() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.TimeStamp.fs:line 316 | |
116) Failed : Tests.LanguageService.TimeStamp.UsingProjectSystem.Timestamps.ReferenceAssemblyChangeAbsolute | |
Expected: not equal to 0 | |
But was: 0 | |
at Tests.LanguageService.TimeStamp.UsingMSBuild.Timestamps.ReferenceAssemblyChangeAbsolute() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.TimeStamp.fs:line 208 | |
117) Failed : Tests.LanguageService.TimeStamp.UsingProjectSystem.Timestamps.ReferenceAssemblyChangeRelative | |
Expected: not equal to 0 | |
But was: 0 | |
at Tests.LanguageService.TimeStamp.UsingMSBuild.Timestamps.ReferenceAssemblyChangeRelative() in D:\j\workspace\release_ci_pa---3f142ccc\vsintegration\tests\unittests\Tests.LanguageService.TimeStamp.fs:line 262 | |
118) Failed : Tests.Service.Editor.Intro test | |
Expected: "FSharpToolTipText [Single ("val foo : unit -> unitFull name: Test.foo",None)]" | |
Actual: "FSharpToolTipText [Group [{MainDescription = "val foo : unit -> unit"; XmlDoc = None; TypeMapping = []; Remarks = Some "Full name: Test.foo"; ParamName = None;}]]" | |
Expected string length 77 but was 266. Strings differ at index 19. | |
Expected: "FSharpToolTipText [Single ("val foo : unit -> unitFull name: ..." | |
But was: "FSharpToolTipText [Group [{MainDescription = "val foo : unit ..." | |
------------------------------^ | |
at FsUnit.shouldEqual[a](a x, a y) in D:\j\workspace\release_ci_pa---3f142ccc\tests\service\FsUnit.fs:line 19 | |
at Tests.Service.Editor.Intro test() in D:\j\workspace\release_ci_pa---3f142ccc\tests\service\EditorTests.fs:line 87 | |
119) Failed : Tests.Service.MultiProjectAnalysisTests.Test active patterns' XmlDocSig declared in referenced projects | |
Expected: true | |
Actual: false | |
Expected: True | |
But was: False | |
at FsUnit.shouldEqual[a](a x, a y) in D:\j\workspace\release_ci_pa---3f142ccc\tests\service\FsUnit.fs:line 19 | |
at Tests.Service.MultiProjectAnalysisTests.Test active patterns' XmlDocSig declared in referenced projects() in D:\j\workspace\release_ci_pa---3f142ccc\tests\service\MultiProjectAnalysisTests.fs:line 729 | |
120) Error : Tests.Service.MultiProjectAnalysisTests.Test multi project 1 all symbols | |
System.ArgumentException : The input list was empty. | |
Parameter name: list | |
at Microsoft.FSharp.Collections.ListModule.Head[T](FSharpList`1 list) in D:\j\workspace\release_ci_pa---3f142ccc\src\fsharp\FSharp.Core\list.fs:line 121 | |
at Tests.Service.MultiProjectAnalysisTests.Test multi project 1 all symbols() in D:\j\workspace\release_ci_pa---3f142ccc\tests\service\MultiProjectAnalysisTests.fs:line 152 | |
121) Failed : Tests.Service.MultiProjectAnalysisTests.Test multi project 1 whole project errors | |
Expected: 0 | |
Actual: 2 | |
Expected: 0 | |
But was: 2 | |
at FsUnit.shouldEqual[a](a x, a y) in D:\j\workspace\release_ci_pa---3f142ccc\tests\service\FsUnit.fs:line 19 | |
at Tests.Service.MultiProjectAnalysisTests.Test multi project 1 whole project errors() in D:\j\workspace\release_ci_pa---3f142ccc\tests\service\MultiProjectAnalysisTests.fs:line 122 | |
122) Failed : Tests.Service.MultiProjectAnalysisTests.Test multi project 3 whole project errors | |
Expected: 0 | |
Actual: 1 | |
Expected: 0 | |
But was: 1 | |
at FsUnit.shouldEqual[a](a x, a y) in D:\j\workspace\release_ci_pa---3f142ccc\tests\service\FsUnit.fs:line 19 | |
at Tests.Service.MultiProjectAnalysisTests.Test multi project 3 whole project errors() in D:\j\workspace\release_ci_pa---3f142ccc\tests\service\MultiProjectAnalysisTests.fs:line 716 | |
123) Failed : Tests.Service.MultiProjectAnalysisTests.Test multi project symbols should pick up changes in dependent projects | |
Expected: [|("val x", "Project2", ((5, 8), (5, 9))); | |
("val x", "Project2", ((6, 8), (6, 18)))|] | |
Actual: [||] | |
Expected is <System.Tuple`3[System.String,System.String,System.Tuple`2[System.Tuple`2[System.Int32,System.Int32],System.Tuple`2[System.Int32,System.Int32]]][2]>, actual is <System.Tuple`3[System.String,System.String,System.Tuple`2[System.Tuple`2[System.Int32,System.Int32],System.Tuple`2[System.Int32,System.Int32]]][0]> | |
Values differ at index [0] | |
Missing: < <(val x, Project2, ((5, 8), (5, 9)))>, <(val x, Project2, ((6, 8), (6, 18)))> > | |
at FsUnit.shouldEqual[a](a x, a y) in D:\j\workspace\release_ci_pa---3f142ccc\tests\service\FsUnit.fs:line 19 | |
at Tests.Service.MultiProjectAnalysisTests.Test multi project symbols should pick up changes in dependent projects() in D:\j\workspace\release_ci_pa---3f142ccc\tests\service\MultiProjectAnalysisTests.fs:line 430 | |
124) Failed : Tests.Service.ProjectAnalysisTests.Test Project25 whole project errors | |
Expected: 0 | |
Actual: 6 | |
Expected: 0 | |
But was: 6 | |
at FsUnit.shouldEqual[a](a x, a y) in D:\j\workspace\release_ci_pa---3f142ccc\tests\service\FsUnit.fs:line 19 | |
at Tests.Service.ProjectAnalysisTests.Test Project25 whole project errors() in D:\j\workspace\release_ci_pa---3f142ccc\tests\service\ProjectAnalysisTests.fs:line 3666 | |
125) Failed : Tests.Service.ProjectAnalysisTests.Test symbol uses of type-provided members | |
Expected: [|("FSharp.Data.XmlProvider", "file1", ((4, 15), (4, 26)), | |
["class"; "provided"; "erased"]); | |
("FSharp.Data.XmlProvider", "file1", ((4, 15), (4, 26)), | |
["class"; "provided"; "erased"]); | |
("FSharp.Data.XmlProvider", "file1", ((4, 15), (4, 26)), | |
["class"; "provided"; "erased"]); | |
("FSharp.Data.XmlProvider", "file1", ((4, 15), (4, 26)), | |
["class"; "provided"; "erased"]); | |
("TypeProviderTests.Project", "file1", ((4, 5), (4, 12)), ["abbrev"]); | |
("TypeProviderTests.Project", "file1", ((5, 8), (5, 15)), ["abbrev"]); | |
("FSharp.Data.XmlProvider<...>.GetSample", "file1", ((5, 8), (5, 25)), | |
["member"]); | |
("Microsoft.FSharp.Core.int", "file1", ((7, 23), (7, 26)), ["abbrev"]); | |
("Microsoft.FSharp.Core.int", "file1", ((7, 23), (7, 26)), ["abbrev"]); | |
("TypeProviderTests.Record.Field", "file1", ((7, 16), (7, 21)), ["field"]); | |
("TypeProviderTests.Record", "file1", ((7, 5), (7, 11)), ["record"]); | |
("TypeProviderTests.Record", "file1", ((8, 10), (8, 16)), ["record"]); | |
("TypeProviderTests.Record.Field", "file1", ((8, 17), (8, 22)), ["field"]); | |
("TypeProviderTests.r", "file1", ((8, 4), (8, 5)), ["val"]); | |
("FSharp.Data.XmlProvider", "file1", ((10, 8), (10, 19)), | |
["class"; "provided"; "erased"]); | |
("FSharp.Data.XmlProvider<...>", "file1", ((10, 8), (10, 68)), | |
["class"; "provided"; "staticinst"; "erased"]); | |
("FSharp.Data.XmlProvider<...>.GetSample", "file1", ((10, 8), (10, 78)), | |
["member"]); ("TypeProviderTests", "file1", ((2, 7), (2, 24)), ["module"])|] | |
Actual: [|("TypeProviderTests.Project", "file1", ((4, 5), (4, 12)), ["abbrev"]); | |
("Microsoft.FSharp.Core.int", "file1", ((7, 23), (7, 26)), ["abbrev"]); | |
("Microsoft.FSharp.Core.int", "file1", ((7, 23), (7, 26)), ["abbrev"]); | |
("TypeProviderTests.Record.Field", "file1", ((7, 16), (7, 21)), ["field"]); | |
("TypeProviderTests.Record", "file1", ((7, 5), (7, 11)), ["record"]); | |
("TypeProviderTests.Record", "file1", ((8, 10), (8, 16)), ["record"]); | |
("TypeProviderTests.Record.Field", "file1", ((8, 17), (8, 22)), ["field"]); | |
("TypeProviderTests.r", "file1", ((8, 4), (8, 5)), ["val"]); | |
("TypeProviderTests", "file1", ((2, 7), (2, 24)), ["module"])|] | |
Expected is <System.Tuple`4[System.String,System.String,System.Tuple`2[System.Tuple`2[System.Int32,System.Int32],System.Tuple`2[System.Int32,System.Int32]],Microsoft.FSharp.Collections.FSharpList`1[System.String]][18]>, actual is <System.Tuple`4[System.String,System.String,System.Tuple`2[System.Tuple`2[System.Int32,System.Int32],System.Tuple`2[System.Int32,System.Int32]],Microsoft.FSharp.Collections.FSharpList`1[System.String]][9]> | |
Values differ at index [0] | |
Expected: <(FSharp.Data.XmlProvider, file1, ((4, 15), (4, 26)), [class; provided; erased])> | |
But was: <(TypeProviderTests.Project, file1, ((4, 5), (4, 12)), [abbrev])> | |
at FsUnit.shouldEqual[a](a x, a y) in D:\j\workspace\release_ci_pa---3f142ccc\tests\service\FsUnit.fs:line 19 | |
at Tests.Service.ProjectAnalysisTests.Test symbol uses of type-provided members() in D:\j\workspace\release_ci_pa---3f142ccc\tests\service\ProjectAnalysisTests.fs:line 3686 | |
126) Error : Tests.Service.ProjectAnalysisTests.Test symbol uses of type-provided types | |
System.NullReferenceException : Object reference not set to an instance of an object. | |
at Tests.Service.ProjectAnalysisTests.Test symbol uses of type-provided types() in D:\j\workspace\release_ci_pa---3f142ccc\tests\service\ProjectAnalysisTests.fs:line 3738 | |
Run Settings | |
RuntimeFramework: V4.0 | |
RunAsX86: True | |
WorkDirectory: D:\j\workspace\release_ci_pa---3f142ccc\release\net40\bin | |
MaxAgents: 1 | |
NumberOfTestWorkers: 1 | |
Verbose: True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment