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

[WIP] Enable VS unit tests in CI #954

Merged
merged 16 commits into from
Feb 11, 2016
Merged
Prev Previous commit
Next Next commit
fix typos
dsyme committed Feb 9, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 7f03250a0c27bd741000ed5bd6d861c549354fed
4 changes: 2 additions & 2 deletions vsintegration/src/unittests/Tests.LanguageService.Script.fs
Original file line number Diff line number Diff line change
@@ -1537,7 +1537,7 @@ type UsingMSBuild() as this =


/// There was a problem in which synthetic tokens like #load were causing asserts
[<Test;; Category("Expensive")>]
[<Test; Category("Expensive")>]
member public this.``Fsx.SyntheticTokens``() =
Helper.ExhaustivelyScrutinize(
this.TestRunner,
@@ -1703,7 +1703,7 @@ type UsingMSBuild() as this =
Assert.IsTrue(countInvaldiationHandlersAdded() - countInvaldiationHandlersRemoved() = 0, "Check6b2, at end, all invalidation handlers removed after explicit cleraring")
checkConfigsDisposed()

[<Test;Category("TypeProvider"; Category("Expensive"))>]
[<Test;Category("TypeProvider"); Category("Expensive")>]
member public this.``TypeProvider.Disposal.SmokeTest1``() = this.TypeProviderDisposalSmokeTest(true)

[<Test;Category("TypeProvider")>]