We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd835c9 commit 2745546Copy full SHA for 2745546
src/libraries/System.Runtime.Intrinsics/tests/Vectors/Vector128Tests.cs
@@ -2775,7 +2775,7 @@ public void Vector128UInt64ShuffleOneInputWithZeroIndicesTest()
2775
Assert.Equal((ulong)1, result.GetElement(index));
2776
}
2777
2778
-
+#if false // start of disabled tests
2779
[Fact]
2780
public void Vector128ByteShuffleNativeOneInputTest()
2781
{
@@ -3255,7 +3255,7 @@ public void Vector128UInt64ShuffleNativeOneInputWithZeroIndicesTest()
3255
3256
3257
3258
+#endif // end of disabled tests
3259
3260
public unsafe void Vector128ByteStoreTest()
3261
0 commit comments