[Pkg-cli-apps-commits] [fsharp] 03/05: Disable unit test pending fix for issue 221
Christopher Halse Rogers
raof-guest at moszumanska.debian.org
Fri Jan 17 05:18:19 UTC 2014
This is an automated email from the git hooks/post-receive script.
raof-guest pushed a commit to tag 3.1.1
in repository fsharp.
commit dc29f3c259948426355fea2bce9a152a18530515
Author: Don Syme <donsyme at fastmail.fm>
Date: Mon Dec 30 16:35:35 2013 +0100
Disable unit test pending fix for issue 221
---
.../FSharp.Core/Microsoft.FSharp.Control/Cancellation.fs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/fsharp/FSharp.Core.Unittests/FSharp.Core/Microsoft.FSharp.Control/Cancellation.fs b/src/fsharp/FSharp.Core.Unittests/FSharp.Core/Microsoft.FSharp.Control/Cancellation.fs
index b842e88..f5c8a96 100755
--- a/src/fsharp/FSharp.Core.Unittests/FSharp.Core/Microsoft.FSharp.Control/Cancellation.fs
+++ b/src/fsharp/FSharp.Core.Unittests/FSharp.Core/Microsoft.FSharp.Control/Cancellation.fs
@@ -96,6 +96,7 @@ type CancellationType() =
Assert.IsTrue(odeThrown)
()
+#if FIXED_GITHUB_FSHARP_FSHARP_ISSUES_221 // See https://github.com/fsharp/fsharp/issues/221
[<Test>]
member this.CallbackOrder() =
use cts = new CancellationTokenSource()
@@ -124,6 +125,7 @@ type CancellationType() =
Assert.AreEqual(["2";"1";"0"], msgs)
Assert.IsTrue exnThrown
Assert.IsTrue cts.Token.IsCancellationRequested
+#endif
[<Test>]
member this.LinkedSources() =
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git
More information about the Pkg-cli-apps-commits
mailing list