Skip to content

Commit c2f55e0

Browse files
authored
[browser] active issue ExplicitConversion_FromSingle (#120788)
ActiveIssue #103347
1 parent 2519e77 commit c2f55e0

File tree

1 file changed

+1
-0
lines changed
  • src/libraries/System.Runtime/tests/System.Runtime.Tests/System

1 file changed

+1
-0
lines changed

src/libraries/System.Runtime/tests/System.Runtime.Tests/System/HalfTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@ public static IEnumerable<object[]> ExplicitConversion_FromSingle_TestData()
555555

556556
[MemberData(nameof(ExplicitConversion_FromSingle_TestData))]
557557
[Theory]
558+
[ActiveIssue("https://github.com/dotnet/runtime/issues/103347", TestPlatforms.Browser)]
558559
public static void ExplicitConversion_FromSingle(float f, Half expected) // Check the underlying bits for verifying NaNs
559560
{
560561
Half h = (Half)f;

0 commit comments

Comments
 (0)