From 878597efcbce74ddc4bc0ebe1c03c710a688f2c0 Mon Sep 17 00:00:00 2001 From: Edgar Gonzalez Date: Tue, 22 Oct 2024 12:35:26 +0100 Subject: [PATCH] try to debug the test using CI --- .../Tests.LanguageService.Completion.fs | 104 +++++++++++++++++- 1 file changed, 103 insertions(+), 1 deletion(-) diff --git a/vsintegration/tests/UnitTests/LegacyLanguageService/Tests.LanguageService.Completion.fs b/vsintegration/tests/UnitTests/LegacyLanguageService/Tests.LanguageService.Completion.fs index c16fcedb8d1c..796d1bbc25e6 100644 --- a/vsintegration/tests/UnitTests/LegacyLanguageService/Tests.LanguageService.Completion.fs +++ b/vsintegration/tests/UnitTests/LegacyLanguageService/Tests.LanguageService.Completion.fs @@ -1074,7 +1074,109 @@ for i in 0..a."] ] for invalid in shouldBeInvalid do - AssertCtrlSpaceCompletionListIsEmpty invalid "(*M*)" + AssertCtrlSpaceCompleteContains invalid "(*M*)" + [ + "AbstractClassAttribute" + "AllowNullLiteralAttribute" + "Array" + "Array2D" + "Array3D" + "Array4D" + "ArrayExtensions" + "Async" + "AsyncActivation" + "AsyncBuilder" + "AsyncPrimitives" + "AsyncReplyChannel" + "AsyncReturn" + "AutoOpenAttribute" + "AutoSerializableAttribute" + "BackgroundTaskBuilder" + "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" + "InlineIfLambdaAttribute" + "InterfaceAttribute" + "KeyValue" + "LanguagePrimitives" + "Lazy" + "LazyExtensions" + "Linq" + "List" + "LiteralAttribute" + "MailboxProcessor" + "Map" + "MatchFailureException" + "MeasureAnnotatedAbbreviationAttribute" + ] [] []