Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDE unit tests have a few failures #115

Closed
KevinRansom opened this issue Jan 26, 2015 · 4 comments
Closed

IDE unit tests have a few failures #115

KevinRansom opened this issue Jan 26, 2015 · 4 comments

Comments

@KevinRansom
Copy link
Member

Opened on Codeplex by @latkin

The IDE unit tests are not quite fully passing when run against open-built components (5 failures when running on my non-work machine). Need to track down remaining failures and make either test or product adjustments.

@KevinRansom
Copy link
Member Author

We are now down to 3 failures:

Errors and Failures:
1) Test Failure : UnitTests.Tests.LanguageService.AutoCompletionListTests.Generics.GenericTypeMembers
   Couldn't find 'P' in completion list
at Salsa.VsOpsUtils.AssertCompListContains$cont@230(String membername, Tuple`4[] completions, Unit unitVar) in C:\KevinRansom\visualfsharp\vsintegrati
on\src\salsa\SalsaUtils.fs:line 233
at Salsa.VsOpsUtils.AssertCompListContains(Tuple`4[] completions, String membername) in C:\KevinRansom\visualfsharp\vsintegration\src\salsa\SalsaUtils
.fs:line 230
at Salsa.VsOpsUtils.AssertCompListContainsAll(Tuple`4[] completions, FSharpList`1 expectedCompletions) in C:\KevinRansom\visualfsharp\vsintegration\sr
c\salsa\SalsaUtils.fs:line 248
at UnitTests.Tests.LanguageService.AutoCompletionListTests.TestGenericAutoComplete(String line, FSharpList`1 expected) in C:\KevinRansom\visualfsharp\
vsintegration\src\unittests\Tests.LanguageService.Completion.fs:line 2790
at UnitTests.Tests.LanguageService.AutoCompletionListTests.Generics.GenericTypeMembers() in C:\KevinRansom\visualfsharp\vsintegration\src\unittests\Te
sts.LanguageService.Completion.fs:line 2803

2) Test Failure : UnitTests.Tests.LanguageService.CompletionList.AutoCompletionMSBuild.AutoCompletionListTests.Generics.GenericTypeMembers
   Couldn't find 'P' in completion list
at Salsa.VsOpsUtils.AssertCompListContains$cont@230(String membername, Tuple`4[] completions, Unit unitVar) in C:\KevinRansom\visualfsharp\vsintegrati
on\src\salsa\SalsaUtils.fs:line 233
at Salsa.VsOpsUtils.AssertCompListContains(Tuple`4[] completions, String membername) in C:\KevinRansom\visualfsharp\vsintegration\src\salsa\SalsaUtils
.fs:line 230
at Salsa.VsOpsUtils.AssertCompListContainsAll(Tuple`4[] completions, FSharpList`1 expectedCompletions) in C:\KevinRansom\visualfsharp\vsintegration\sr
c\salsa\SalsaUtils.fs:line 248
at UnitTests.Tests.LanguageService.AutoCompletionListTests.TestGenericAutoComplete(String line, FSharpList`1 expected) in C:\KevinRansom\visualfsharp\
vsintegration\src\unittests\Tests.LanguageService.Completion.fs:line 2790
at UnitTests.Tests.LanguageService.AutoCompletionListTests.Generics.GenericTypeMembers() in C:\KevinRansom\visualfsharp\vsintegration\src\unittests\Te
sts.LanguageService.Completion.fs:line 2803

3) Test Failure : UnitTests.Tests.LanguageService.CompletionList.AutoCompletionProjectSystem.AutoCompletionListTests.Generics.GenericTypeMembers
   Couldn't find 'P' in completion list
at Salsa.VsOpsUtils.AssertCompListContains$cont@230(String membername, Tuple`4[] completions, Unit unitVar) in C:\KevinRansom\visualfsharp\vsintegrati
on\src\salsa\SalsaUtils.fs:line 233
at Salsa.VsOpsUtils.AssertCompListContains(Tuple`4[] completions, String membername) in C:\KevinRansom\visualfsharp\vsintegration\src\salsa\SalsaUtils
.fs:line 230
at Salsa.VsOpsUtils.AssertCompListContainsAll(Tuple`4[] completions, FSharpList`1 expectedCompletions) in C:\KevinRansom\visualfsharp\vsintegration\sr
c\salsa\SalsaUtils.fs:line 248
at UnitTests.Tests.LanguageService.AutoCompletionListTests.TestGenericAutoComplete(String line, FSharpList`1 expected) in C:\KevinRansom\visualfsharp\
vsintegration\src\unittests\Tests.LanguageService.Completion.fs:line 2790
at UnitTests.Tests.LanguageService.AutoCompletionListTests.Generics.GenericTypeMembers() in C:\KevinRansom\visualfsharp\vsintegration\src\unittests\Te
sts.LanguageService.Completion.fs:line 2803

@vladima
Copy link
Contributor

vladima commented Feb 6, 2015

looks like a dupe of #8

@latkin
Copy link
Contributor

latkin commented Feb 6, 2015

This bug originally covered a variety of bogus failures. I think Kevin has addressed most of those.

If the stuff caused by #8 is all that's left, then we should close this bug out.

@KevinRansom
Copy link
Member Author

Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants