Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public object GetItem(int i)
comp.VerifyDiagnostics();
}

[Fact]
[ConditionalFact(typeof(OSVersionWin8))]
public void IVectorProjectionTests()
{
var source =
Expand Down Expand Up @@ -167,7 +167,7 @@ .locals init (Windows.Data.Json.JsonArray V_0, //jsonArray
");
}

[Fact]
[ConditionalFact(typeof(OSVersionWin8))]
public void IVectorViewProjectionTests()
{
var source =
Expand Down Expand Up @@ -211,7 +211,7 @@ .locals init (Windows.Foundation.WwwFormUrlDecoder V_0) //results
}");
}

[Fact]
[ConditionalFact(typeof(OSVersionWin8))]
public void IMapProjectionTests()
{
var source =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public void IReferenceToINullableType()
/// <summary>
/// Test that a program projects IReference to INullable.
/// </summary>
[Fact]
[ConditionalFact(typeof(OSVersionWin8))]
public void WinMdIReferenceINullableTest()
{
var source =
Expand Down