File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
src/libraries/System.Numerics.Vectors/tests Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -3031,6 +3031,7 @@ public void NarrowInt64()
3031
3031
}
3032
3032
3033
3033
[ Fact ]
3034
+ [ SkipOnCoreClr ( "https://github.com/dotnet/runtime/issues/36614" , RuntimeTestModes . JitStress ) ]
3034
3035
public void NarrowDouble ( )
3035
3036
{
3036
3037
double [ ] source1 = GenerateRandomValuesForVector < double > ( ) ;
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ public void Matrix3x2CreateRotationTest()
187
187
188
188
// A test for CreateRotation (float, Vector2f)
189
189
[ Fact ]
190
+ [ SkipOnCoreClr ( "https://github.com/dotnet/runtime/issues/36587" , RuntimeTestModes . JitStress ) ]
190
191
public void Matrix3x2CreateRotationCenterTest ( )
191
192
{
192
193
float radians = MathHelper . ToRadians ( 30.0f ) ;
@@ -685,6 +686,7 @@ public void Matrix3x2CreateScaleTest1()
685
686
686
687
// A test for CreateScale (Vector2f, Vector2f)
687
688
[ Fact ]
689
+ [ SkipOnCoreClr ( "https://github.com/dotnet/runtime/issues/36587" , RuntimeTestModes . JitStress ) ]
688
690
public void Matrix3x2CreateScaleCenterTest1 ( )
689
691
{
690
692
Vector2 scale = new Vector2 ( 3 , 4 ) ;
@@ -744,6 +746,7 @@ public void Matrix3x2CreateScaleTest3()
744
746
745
747
// A test for CreateScale (float, float, Vector2f)
746
748
[ Fact ]
749
+ [ SkipOnCoreClr ( "https://github.com/dotnet/runtime/issues/36587" , RuntimeTestModes . JitStress ) ]
747
750
public void Matrix3x2CreateScaleCenterTest3 ( )
748
751
{
749
752
Vector2 scale = new Vector2 ( 3 , 4 ) ;
Original file line number Diff line number Diff line change @@ -500,6 +500,7 @@ public void Matrix4x4CreateRotationYCenterTest()
500
500
501
501
// A test for CreateFromAxisAngle(Vector3f,float)
502
502
[ Fact ]
503
+ [ SkipOnCoreClr ( "https://github.com/dotnet/runtime/issues/36586" , RuntimeTestModes . JitStress ) ]
503
504
public void Matrix4x4CreateFromAxisAngleTest ( )
504
505
{
505
506
float radians = MathHelper . ToRadians ( - 30.0f ) ;
You can’t perform that action at this time.
0 commit comments