Skip to content

Commit

Permalink
Merge branch 'DisableSimdTests' of https://github.com/mellinoe/corefx
Browse files Browse the repository at this point in the history
…into disable-simd-tests
  • Loading branch information
Matt Cohn committed Nov 12, 2014
2 parents 807618b + 6a44607 commit 5e81a09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/System.Numerics.Vectors/tests/Vector2Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ public void Vector2NormalizeTest()

// A test for Normalize (Vector2f)
// Normalize zero length vector
[Fact(Skip="Build Machine Issue")]
//[Fact(Skip="GitHub Issue #22")]
public void Vector2NormalizeTest1()
{
Vector2 a = new Vector2(); // no parameter, default to 0.0f
Expand Down
2 changes: 1 addition & 1 deletion src/System.Numerics.Vectors/tests/Vector4Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ public void Vector4NormalizeTest1()

// A test for Normalize (Vector4f)
// Normalize vector of length zero
[Fact(Skip="Build Machine Issue")]
//[Fact(Skip="GitHub Issue #22")]
public void Vector4NormalizeTest2()
{
Vector4 a = new Vector4(0.0f, 0.0f, 0.0f, 0.0f);
Expand Down

0 comments on commit 5e81a09

Please sign in to comment.