Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/6.0] CI Android x86 Mono failure: System.Runtime.InteropServices.Tests.NFloatTests #77853

Closed
carlossanlop opened this issue Nov 3, 2022 · 6 comments
Labels
area-Interop-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' os-android test-failure
Milestone

Comments

@carlossanlop
Copy link
Member

carlossanlop commented Nov 3, 2022

In most release/6.0 backport PRs, I'm seeing failures in Android queues coming from NFloat tests.

Here is a PR for which I re-ran the CI yesterday: #77260

Test results
11-03 02:33:56.750  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: -4567, right: 3.14)
11-03 02:33:56.750  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.776  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.776  3231  3399 I DOTNET  : Expected: -1454.4585501341485
11-03 02:33:56.776  3231  3399 I DOTNET  : Actual:   -1454.45849609375
11-03 02:33:56.793  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:56.793  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.793  3231  3399 I DOTNET  :    Execution time: 0.1047618
11-03 02:33:56.793  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.793  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: -4567, right: 3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.793  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:56.793  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.793  3231  3399 I DOTNET  : Expected: -1454.4585501341485
11-03 02:33:56.793  3231  3399 I DOTNET  : Actual:   -1454.45849609375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:56.793  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.793  3231  3399 I DOTNET  :    Execution time: 0.1047618
11-03 02:33:56.821  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: -4567.891, right: 3.14569)
11-03 02:33:56.821  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.821  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.821  3231  3399 I DOTNET  : Expected: -1452.1110360937337
11-03 02:33:56.821  3231  3399 I DOTNET  : Actual:   -1452.111083984375
11-03 02:33:56.821  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:56.821  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.821  3231  3399 I DOTNET  :    Execution time: 0.0012712
11-03 02:33:56.821  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.821  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: -4567.891, right: 3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.821  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:56.821  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.821  3231  3399 I DOTNET  : Expected: -1452.1110360937337
11-03 02:33:56.821  3231  3399 I DOTNET  : Actual:   -1452.111083984375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:56.821  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.821  3231  3399 I DOTNET  :    Execution time: 0.0012712
11-03 02:33:56.821  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.822  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: 4567, right: -3.14)
11-03 02:33:56.822  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.822  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.822  3231  3399 I DOTNET  : Expected: -1454.4585501341485
11-03 02:33:56.822  3231  3399 I DOTNET  : Actual:   -1454.45849609375
11-03 02:33:56.822  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:56.822  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.822  3231  3399 I DOTNET  :    Execution time: 0.0001907
11-03 02:33:56.822  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.822  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: 4567, right: -3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.822  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:56.822  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.822  3231  3399 I DOTNET  : Expected: -1454.4585501341485
11-03 02:33:56.822  3231  3399 I DOTNET  : Actual:   -1454.45849609375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:56.822  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.822  3231  3399 I DOTNET  :    Execution time: 0.0001907
11-03 02:33:56.823  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: 4567.891, right: -3.14569)
11-03 02:33:56.823  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.823  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.823  3231  3399 I DOTNET  : Expected: -1452.1110360937337
11-03 02:33:56.823  3231  3399 I DOTNET  : Actual:   -1452.111083984375
11-03 02:33:56.823  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:56.823  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.823  3231  3399 I DOTNET  :    Execution time: 0.0001626
11-03 02:33:56.823  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.823  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: 4567.891, right: -3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.823  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:56.823  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.823  3231  3399 I DOTNET  : Expected: -1452.1110360937337
11-03 02:33:56.823  3231  3399 I DOTNET  : Actual:   -1452.111083984375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:56.823  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.823  3231  3399 I DOTNET  :    Execution time: 0.0001626
11-03 02:33:56.826  3231  3399 I DOTNET  : 	[IGNORED] System.Runtime.InteropServices.Tests.NFloatTests.ToStringTest64
11-03 02:33:56.826  3231  3399 I DOTNET  : 	[IGNORED] System.Runtime.InteropServices.Tests.NFloatTests.Ctor_Double_LargeValue
11-03 02:33:56.828  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.MinValue
11-03 02:33:56.830  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_UnaryPlus
11-03 02:33:56.830  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:56.831  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_UnaryPlus
11-03 02:33:56.832  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.MaxValue
11-03 02:33:56.873  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToDecimal
11-03 02:33:56.873  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:56.874  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToDecimal
11-03 02:33:56.877  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.Size
11-03 02:33:56.887  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.CharToNFloat
11-03 02:33:56.888  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:56.888  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.CharToNFloat
11-03 02:33:56.918  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToInt64
11-03 02:33:56.920  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:56.920  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToInt64
11-03 02:33:56.922  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_GreaterThanOrEqual
11-03 02:33:56.923  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 2 lines
11-03 02:33:56.923  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_GreaterThanOrEqual
11-03 02:33:56.927  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: -4567, right: 3.14)
11-03 02:33:56.927  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.927  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.927  3231  3399 I DOTNET  : Expected: -14340.380479097366
11-03 02:33:56.927  3231  3399 I DOTNET  : Actual:   -14340.380859375
11-03 02:33:56.927  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:56.927  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.927  3231  3399 I DOTNET  :    Execution time: 0.0018203
11-03 02:33:56.927  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.927  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: -4567, right: 3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.927  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:56.927  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.927  3231  3399 I DOTNET  : Expected: -14340.380479097366
11-03 02:33:56.927  3231  3399 I DOTNET  : Actual:   -14340.380859375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:56.927  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.927  3231  3399 I DOTNET  :    Execution time: 0.0018203
11-03 02:33:56.928  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: -4567.891, right: 3.14569)
11-03 02:33:56.928  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.928  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.928  3231  3399 I DOTNET  : Expected: -14369.169233038556
11-03 02:33:56.928  3231  3399 I DOTNET  : Actual:   -14369.1689453125
11-03 02:33:56.928  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:56.928  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.928  3231  3399 I DOTNET  :    Execution time: 0.0001937
11-03 02:33:56.928  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.928  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: -4567.891, right: 3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.928  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:56.928  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.928  3231  3399 I DOTNET  : Expected: -14369.169233038556
11-03 02:33:56.928  3231  3399 I DOTNET  : Actual:   -14369.1689453125   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:56.928  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.928  3231  3399 I DOTNET  :    Execution time: 0.0001937
11-03 02:33:56.929  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.929  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: 4567, right: -3.14)
11-03 02:33:56.929  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.929  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.929  3231  3399 I DOTNET  : Expected: -14340.380479097366
11-03 02:33:56.929  3231  3399 I DOTNET  : Actual:   -14340.380859375
11-03 02:33:56.929  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:56.930  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.930  3231  3399 I DOTNET  :    Execution time: 0.0002727
11-03 02:33:56.930  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.930  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: 4567, right: -3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.930  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:56.930  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.930  3231  3399 I DOTNET  : Expected: -14340.380479097366
11-03 02:33:56.930  3231  3399 I DOTNET  : Actual:   -14340.380859375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:56.930  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.930  3231  3399 I DOTNET  :    Execution time: 0.0002727
11-03 02:33:56.930  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: 4567.891, right: -3.14569)
11-03 02:33:56.930  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.930  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.930  3231  3399 I DOTNET  : Expected: -14369.169233038556
11-03 02:33:56.930  3231  3399 I DOTNET  : Actual:   -14369.1689453125
11-03 02:33:56.930  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:56.930  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.930  3231  3399 I DOTNET  :    Execution time: 0.0001853
11-03 02:33:56.930  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.930  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: 4567.891, right: -3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.931  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:56.931  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.931  3231  3399 I DOTNET  : Expected: -14369.169233038556
11-03 02:33:56.931  3231  3399 I DOTNET  : Actual:   -14369.1689453125   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:56.931  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.931  3231  3399 I DOTNET  :    Execution time: 0.0001853
11-03 02:33:56.936  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.SByteToNFloat
11-03 02:33:56.937  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:56.948  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.SByteToNFloat
11-03 02:33:56.950  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_UnaryNegation
11-03 02:33:56.950  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:56.950  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_UnaryNegation
11-03 02:33:56.953  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.Ctor_Empty
11-03 02:33:56.969  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.ToStringTest32
11-03 02:33:56.970  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 4 lines
11-03 02:33:56.970  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.ToStringTest32
11-03 02:33:56.972  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_Increment
11-03 02:33:56.972  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:56.972  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_Increment
11-03 02:33:56.976  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.UIntPtrToNFloat
11-03 02:33:56.977  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:56.977  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.UIntPtrToNFloat
11-03 02:33:56.989  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_Equality
11-03 02:33:56.990  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 2 lines
11-03 02:33:56.990  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_Equality
11-03 02:33:56.992  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_LessThan
11-03 02:33:56.992  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 2 lines
11-03 02:33:56.993  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_LessThan
11-03 02:33:57.007  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToUInt32
11-03 02:33:57.008  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:57.008  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToUInt32
11-03 02:33:57.011  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: -4567, right: 3.14)
11-03 02:33:57.011  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.011  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.011  3231  3399 I DOTNET  : Expected: -4563.859999895096
11-03 02:33:57.011  3231  3399 I DOTNET  : Actual:   -4563.85986328125
11-03 02:33:57.011  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.011  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.011  3231  3399 I DOTNET  :    Execution time: 0.0014088
11-03 02:33:57.011  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.011  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: -4567, right: 3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.011  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.011  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.011  3231  3399 I DOTNET  : Expected: -4563.859999895096
11-03 02:33:57.011  3231  3399 I DOTNET  : Actual:   -4563.85986328125   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.011  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.011  3231  3399 I DOTNET  :    Execution time: 0.0014088
11-03 02:33:57.011  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: -4567.891, right: 3.14569)
11-03 02:33:57.011  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.011  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.011  3231  3399 I DOTNET  : Expected: -4564.745423316956
11-03 02:33:57.011  3231  3399 I DOTNET  : Actual:   -4564.74560546875
11-03 02:33:57.011  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.011  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.011  3231  3399 I DOTNET  :    Execution time: 0.0001794
11-03 02:33:57.011  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.011  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: -4567.891, right: 3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.012  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.012  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.012  3231  3399 I DOTNET  : Expected: -4564.745423316956
11-03 02:33:57.012  3231  3399 I DOTNET  : Actual:   -4564.74560546875   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.012  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.012  3231  3399 I DOTNET  :    Execution time: 0.0001794
11-03 02:33:57.012  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.012  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: 4567, right: -3.14)
11-03 02:33:57.012  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.012  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.012  3231  3399 I DOTNET  : Expected: 4563.859999895096
11-03 02:33:57.012  3231  3399 I DOTNET  : Actual:   4563.85986328125
11-03 02:33:57.012  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.012  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.012  3231  3399 I DOTNET  :    Execution time: 0.0001599
11-03 02:33:57.012  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.012  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: 4567, right: -3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.012  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.012  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.012  3231  3399 I DOTNET  : Expected: 4563.859999895096
11-03 02:33:57.012  3231  3399 I DOTNET  : Actual:   4563.85986328125   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.012  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.012  3231  3399 I DOTNET  :    Execution time: 0.0001599
11-03 02:33:57.013  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: 4567.891, right: -3.14569)
11-03 02:33:57.013  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.013  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.013  3231  3399 I DOTNET  : Expected: 4564.745423316956
11-03 02:33:57.013  3231  3399 I DOTNET  : Actual:   4564.74560546875
11-03 02:33:57.013  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.013  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.013  3231  3399 I DOTNET  :    Execution time: 0.0001653
11-03 02:33:57.013  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.013  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: 4567.891, right: -3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.013  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.013  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.013  3231  3399 I DOTNET  : Expected: 4564.745423316956
11-03 02:33:57.013  3231  3399 I DOTNET  : Actual:   4564.74560546875   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.013  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.013  3231  3399 I DOTNET  :    Execution time: 0.0001653
11-03 02:33:57.021  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.IsSubnormal
11-03 02:33:57.023  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 7 lines
11-03 02:33:57.024  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.IsSubnormal
11-03 02:33:57.036  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToUIntPtr
11-03 02:33:57.037  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:57.037  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToUIntPtr
11-03 02:33:57.132  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.EqualsTest
11-03 02:33:57.133  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:57.133  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.EqualsTest
11-03 02:33:57.140  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.IsNaN
11-03 02:33:57.141  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 7 lines
11-03 02:33:57.141  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.IsNaN
11-03 02:33:57.146  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.IsNegative
11-03 02:33:57.158  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 7 lines
11-03 02:33:57.158  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.IsNegative
11-03 02:33:57.160  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.UInt32ToNFloat
11-03 02:33:57.161  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:57.161  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.UInt32ToNFloat
11-03 02:33:57.169  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.Int64ToNFloat
11-03 02:33:57.170  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:57.170  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.Int64ToNFloat
11-03 02:33:57.180  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToUInt16
11-03 02:33:57.181  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:57.182  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToUInt16
11-03 02:33:57.185  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.PositiveInfinity
11-03 02:33:57.189  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(left: -4567, right: 3.14)
...

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@carlossanlop carlossanlop added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' os-android test-failure labels Nov 3, 2022
@carlossanlop carlossanlop added this to the 6.0.x milestone Nov 3, 2022
@ghost
Copy link

ghost commented Nov 3, 2022

Tagging subscribers to 'arch-android': @steveisok, @akoeplinger
See info in area-owners.md if you want to be subscribed.

Issue Details

In most release/6.0 backport PRs, I'm seeing failures in Android queues coming from NFloat tests.

Here is a PR for which I re-ran the CI yesterday: #77260

Test results
11-03 02:33:56.750  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: -4567, right: 3.14)
11-03 02:33:56.750  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.776  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.776  3231  3399 I DOTNET  : Expected: -1454.4585501341485
11-03 02:33:56.776  3231  3399 I DOTNET  : Actual:   -1454.45849609375
11-03 02:33:56.793  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:56.793  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.793  3231  3399 I DOTNET  :    Execution time: 0.1047618
11-03 02:33:56.793  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.793  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: -4567, right: 3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.793  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:56.793  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.793  3231  3399 I DOTNET  : Expected: -1454.4585501341485
11-03 02:33:56.793  3231  3399 I DOTNET  : Actual:   -1454.45849609375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:56.793  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.793  3231  3399 I DOTNET  :    Execution time: 0.1047618
11-03 02:33:56.821  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: -4567.891, right: 3.14569)
11-03 02:33:56.821  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.821  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.821  3231  3399 I DOTNET  : Expected: -1452.1110360937337
11-03 02:33:56.821  3231  3399 I DOTNET  : Actual:   -1452.111083984375
11-03 02:33:56.821  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:56.821  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.821  3231  3399 I DOTNET  :    Execution time: 0.0012712
11-03 02:33:56.821  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.821  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: -4567.891, right: 3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.821  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:56.821  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.821  3231  3399 I DOTNET  : Expected: -1452.1110360937337
11-03 02:33:56.821  3231  3399 I DOTNET  : Actual:   -1452.111083984375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:56.821  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.821  3231  3399 I DOTNET  :    Execution time: 0.0012712
11-03 02:33:56.821  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.822  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: 4567, right: -3.14)
11-03 02:33:56.822  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.822  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.822  3231  3399 I DOTNET  : Expected: -1454.4585501341485
11-03 02:33:56.822  3231  3399 I DOTNET  : Actual:   -1454.45849609375
11-03 02:33:56.822  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:56.822  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.822  3231  3399 I DOTNET  :    Execution time: 0.0001907
11-03 02:33:56.822  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.822  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: 4567, right: -3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.822  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:56.822  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.822  3231  3399 I DOTNET  : Expected: -1454.4585501341485
11-03 02:33:56.822  3231  3399 I DOTNET  : Actual:   -1454.45849609375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:56.822  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.822  3231  3399 I DOTNET  :    Execution time: 0.0001907
11-03 02:33:56.823  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: 4567.891, right: -3.14569)
11-03 02:33:56.823  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.823  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.823  3231  3399 I DOTNET  : Expected: -1452.1110360937337
11-03 02:33:56.823  3231  3399 I DOTNET  : Actual:   -1452.111083984375
11-03 02:33:56.823  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:56.823  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.823  3231  3399 I DOTNET  :    Execution time: 0.0001626
11-03 02:33:56.823  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.823  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: 4567.891, right: -3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:56.823  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:56.823  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.823  3231  3399 I DOTNET  : Expected: -1452.1110360937337
11-03 02:33:56.823  3231  3399 I DOTNET  : Actual:   -1452.111083984375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:56.823  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.823  3231  3399 I DOTNET  :    Execution time: 0.0001626
11-03 02:33:56.826  3231  3399 I DOTNET  : 	[IGNORED] System.Runtime.InteropServices.Tests.NFloatTests.ToStringTest64
11-03 02:33:56.826  3231  3399 I DOTNET  : 	[IGNORED] System.Runtime.InteropServices.Tests.NFloatTests.Ctor_Double_LargeValue
11-03 02:33:56.828  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.MinValue
11-03 02:33:56.830  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_UnaryPlus
11-03 02:33:56.830  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:56.831  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_UnaryPlus
11-03 02:33:56.832  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.MaxValue
11-03 02:33:56.873  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToDecimal
11-03 02:33:56.873  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:56.874  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToDecimal
11-03 02:33:56.877  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.Size
11-03 02:33:56.887  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.CharToNFloat
11-03 02:33:56.888  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:56.888  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.CharToNFloat
11-03 02:33:56.918  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToInt64
11-03 02:33:56.920  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:56.920  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToInt64
11-03 02:33:56.922  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_GreaterThanOrEqual
11-03 02:33:56.923  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 2 lines
11-03 02:33:56.923  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_GreaterThanOrEqual
11-03 02:33:56.927  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: -4567, right: 3.14)
11-03 02:33:56.927  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.927  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.927  3231  3399 I DOTNET  : Expected: -14340.380479097366
11-03 02:33:56.927  3231  3399 I DOTNET  : Actual:   -14340.380859375
11-03 02:33:56.927  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:56.927  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.927  3231  3399 I DOTNET  :    Execution time: 0.0018203
11-03 02:33:56.927  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.927  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: -4567, right: 3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.927  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:56.927  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.927  3231  3399 I DOTNET  : Expected: -14340.380479097366
11-03 02:33:56.927  3231  3399 I DOTNET  : Actual:   -14340.380859375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:56.927  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.927  3231  3399 I DOTNET  :    Execution time: 0.0018203
11-03 02:33:56.928  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: -4567.891, right: 3.14569)
11-03 02:33:56.928  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.928  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.928  3231  3399 I DOTNET  : Expected: -14369.169233038556
11-03 02:33:56.928  3231  3399 I DOTNET  : Actual:   -14369.1689453125
11-03 02:33:56.928  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:56.928  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.928  3231  3399 I DOTNET  :    Execution time: 0.0001937
11-03 02:33:56.928  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.928  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: -4567.891, right: 3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.928  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:56.928  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.928  3231  3399 I DOTNET  : Expected: -14369.169233038556
11-03 02:33:56.928  3231  3399 I DOTNET  : Actual:   -14369.1689453125   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:56.928  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.928  3231  3399 I DOTNET  :    Execution time: 0.0001937
11-03 02:33:56.929  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.929  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: 4567, right: -3.14)
11-03 02:33:56.929  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.929  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.929  3231  3399 I DOTNET  : Expected: -14340.380479097366
11-03 02:33:56.929  3231  3399 I DOTNET  : Actual:   -14340.380859375
11-03 02:33:56.929  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:56.930  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.930  3231  3399 I DOTNET  :    Execution time: 0.0002727
11-03 02:33:56.930  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.930  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: 4567, right: -3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.930  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:56.930  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.930  3231  3399 I DOTNET  : Expected: -14340.380479097366
11-03 02:33:56.930  3231  3399 I DOTNET  : Actual:   -14340.380859375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:56.930  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.930  3231  3399 I DOTNET  :    Execution time: 0.0002727
11-03 02:33:56.930  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: 4567.891, right: -3.14569)
11-03 02:33:56.930  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.930  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.930  3231  3399 I DOTNET  : Expected: -14369.169233038556
11-03 02:33:56.930  3231  3399 I DOTNET  : Actual:   -14369.1689453125
11-03 02:33:56.930  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:56.930  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.930  3231  3399 I DOTNET  :    Execution time: 0.0001853
11-03 02:33:56.930  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.930  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: 4567.891, right: -3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:56.931  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:56.931  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:56.931  3231  3399 I DOTNET  : Expected: -14369.169233038556
11-03 02:33:56.931  3231  3399 I DOTNET  : Actual:   -14369.1689453125   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:56.931  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:56.931  3231  3399 I DOTNET  :    Execution time: 0.0001853
11-03 02:33:56.936  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.SByteToNFloat
11-03 02:33:56.937  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:56.948  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.SByteToNFloat
11-03 02:33:56.950  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_UnaryNegation
11-03 02:33:56.950  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:56.950  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_UnaryNegation
11-03 02:33:56.953  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.Ctor_Empty
11-03 02:33:56.969  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.ToStringTest32
11-03 02:33:56.970  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 4 lines
11-03 02:33:56.970  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.ToStringTest32
11-03 02:33:56.972  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_Increment
11-03 02:33:56.972  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:56.972  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_Increment
11-03 02:33:56.976  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.UIntPtrToNFloat
11-03 02:33:56.977  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:56.977  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.UIntPtrToNFloat
11-03 02:33:56.989  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_Equality
11-03 02:33:56.990  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 2 lines
11-03 02:33:56.990  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_Equality
11-03 02:33:56.992  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_LessThan
11-03 02:33:56.992  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 2 lines
11-03 02:33:56.993  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_LessThan
11-03 02:33:57.007  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToUInt32
11-03 02:33:57.008  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:57.008  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToUInt32
11-03 02:33:57.011  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: -4567, right: 3.14)
11-03 02:33:57.011  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.011  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.011  3231  3399 I DOTNET  : Expected: -4563.859999895096
11-03 02:33:57.011  3231  3399 I DOTNET  : Actual:   -4563.85986328125
11-03 02:33:57.011  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.011  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.011  3231  3399 I DOTNET  :    Execution time: 0.0014088
11-03 02:33:57.011  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.011  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: -4567, right: 3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.011  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.011  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.011  3231  3399 I DOTNET  : Expected: -4563.859999895096
11-03 02:33:57.011  3231  3399 I DOTNET  : Actual:   -4563.85986328125   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.011  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.011  3231  3399 I DOTNET  :    Execution time: 0.0014088
11-03 02:33:57.011  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: -4567.891, right: 3.14569)
11-03 02:33:57.011  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.011  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.011  3231  3399 I DOTNET  : Expected: -4564.745423316956
11-03 02:33:57.011  3231  3399 I DOTNET  : Actual:   -4564.74560546875
11-03 02:33:57.011  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.011  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.011  3231  3399 I DOTNET  :    Execution time: 0.0001794
11-03 02:33:57.011  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.011  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: -4567.891, right: 3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.012  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.012  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.012  3231  3399 I DOTNET  : Expected: -4564.745423316956
11-03 02:33:57.012  3231  3399 I DOTNET  : Actual:   -4564.74560546875   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.012  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.012  3231  3399 I DOTNET  :    Execution time: 0.0001794
11-03 02:33:57.012  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.012  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: 4567, right: -3.14)
11-03 02:33:57.012  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.012  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.012  3231  3399 I DOTNET  : Expected: 4563.859999895096
11-03 02:33:57.012  3231  3399 I DOTNET  : Actual:   4563.85986328125
11-03 02:33:57.012  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.012  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.012  3231  3399 I DOTNET  :    Execution time: 0.0001599
11-03 02:33:57.012  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.012  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: 4567, right: -3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.012  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.012  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.012  3231  3399 I DOTNET  : Expected: 4563.859999895096
11-03 02:33:57.012  3231  3399 I DOTNET  : Actual:   4563.85986328125   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.012  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.012  3231  3399 I DOTNET  :    Execution time: 0.0001599
11-03 02:33:57.013  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: 4567.891, right: -3.14569)
11-03 02:33:57.013  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.013  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.013  3231  3399 I DOTNET  : Expected: 4564.745423316956
11-03 02:33:57.013  3231  3399 I DOTNET  : Actual:   4564.74560546875
11-03 02:33:57.013  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.013  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.013  3231  3399 I DOTNET  :    Execution time: 0.0001653
11-03 02:33:57.013  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.013  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: 4567.891, right: -3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.013  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.013  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.013  3231  3399 I DOTNET  : Expected: 4564.745423316956
11-03 02:33:57.013  3231  3399 I DOTNET  : Actual:   4564.74560546875   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.013  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.013  3231  3399 I DOTNET  :    Execution time: 0.0001653
11-03 02:33:57.021  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.IsSubnormal
11-03 02:33:57.023  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 7 lines
11-03 02:33:57.024  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.IsSubnormal
11-03 02:33:57.036  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToUIntPtr
11-03 02:33:57.037  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:57.037  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToUIntPtr
11-03 02:33:57.132  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.EqualsTest
11-03 02:33:57.133  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:57.133  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.EqualsTest
11-03 02:33:57.140  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.IsNaN
11-03 02:33:57.141  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 7 lines
11-03 02:33:57.141  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.IsNaN
11-03 02:33:57.146  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.IsNegative
11-03 02:33:57.158  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 7 lines
11-03 02:33:57.158  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.IsNegative
11-03 02:33:57.160  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.UInt32ToNFloat
11-03 02:33:57.161  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:57.161  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.UInt32ToNFloat
11-03 02:33:57.169  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.Int64ToNFloat
11-03 02:33:57.170  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:57.170  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.Int64ToNFloat
11-03 02:33:57.180  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToUInt16
11-03 02:33:57.181  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:57.182  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.NFloatToUInt16
11-03 02:33:57.185  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.PositiveInfinity
11-03 02:33:57.189  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(left: -4567, right: 3.14)
...
Author: carlossanlop
Assignees: -
Labels:

blocking-clean-ci, os-android, test-failure

Milestone: 6.0.x

@carlossanlop
Copy link
Member Author

Continuation of error message (too many chars for description):

...
11-03 02:33:57.189  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction
11-03 02:33:57.189  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.189  3231  3399 I DOTNET  : Expected: -4570.140000104904
11-03 02:33:57.189  3231  3399 I DOTNET  : Actual:   -4570.14013671875
11-03 02:33:57.189  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 304
11-03 02:33:57.189  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.189  3231  3399 I DOTNET  :    Execution time: 0.0015915
11-03 02:33:57.189  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction
11-03 02:33:57.189  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(left: -4567, right: 3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction
11-03 02:33:57.189  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.189  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.189  3231  3399 I DOTNET  : Expected: -4570.140000104904
11-03 02:33:57.189  3231  3399 I DOTNET  : Actual:   -4570.14013671875   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 304
11-03 02:33:57.189  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.189  3231  3399 I DOTNET  :    Execution time: 0.0015915
11-03 02:33:57.189  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(left: -4567.891, right: 3.14569)
11-03 02:33:57.189  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction
11-03 02:33:57.189  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.189  3231  3399 I DOTNET  : Expected: -4571.036803245544
11-03 02:33:57.189  3231  3399 I DOTNET  : Actual:   -4571.03662109375
11-03 02:33:57.189  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 304
11-03 02:33:57.189  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.189  3231  3399 I DOTNET  :    Execution time: 0.0001902
11-03 02:33:57.189  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction
11-03 02:33:57.190  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(left: -4567.891, right: 3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction
11-03 02:33:57.190  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.190  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.190  3231  3399 I DOTNET  : Expected: -4571.036803245544
11-03 02:33:57.190  3231  3399 I DOTNET  : Actual:   -4571.03662109375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 304
11-03 02:33:57.190  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.190  3231  3399 I DOTNET  :    Execution time: 0.0001902
11-03 02:33:57.190  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction
11-03 02:33:57.190  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(left: 4567, right: -3.14)
11-03 02:33:57.190  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction
11-03 02:33:57.190  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.190  3231  3399 I DOTNET  : Expected: 4570.140000104904
11-03 02:33:57.190  3231  3399 I DOTNET  : Actual:   4570.14013671875
11-03 02:33:57.190  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 304
11-03 02:33:57.190  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.190  3231  3399 I DOTNET  :    Execution time: 0.0001698
11-03 02:33:57.190  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction
11-03 02:33:57.190  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(left: 4567, right: -3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction
11-03 02:33:57.190  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.190  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.190  3231  3399 I DOTNET  : Expected: 4570.140000104904
11-03 02:33:57.190  3231  3399 I DOTNET  : Actual:   4570.14013671875   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 304
11-03 02:33:57.190  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.190  3231  3399 I DOTNET  :    Execution time: 0.0001698
11-03 02:33:57.191  3231  3399 I DOTNET  :    Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(left: 4567.891, right: -3.14569)
11-03 02:33:57.191  3231  3399 I DOTNET  :    Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction
11-03 02:33:57.191  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.191  3231  3399 I DOTNET  : Expected: 4571.036803245544
11-03 02:33:57.191  3231  3399 I DOTNET  : Actual:   4571.03662109375
11-03 02:33:57.191  3231  3399 I DOTNET  :    Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 304
11-03 02:33:57.191  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.191  3231  3399 I DOTNET  :    Execution time: 0.0001605
11-03 02:33:57.191  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction
11-03 02:33:57.191  3231  3399 I DOTNET  : 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(left: 4567.891, right: -3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction
11-03 02:33:57.191  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.191  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.191  3231  3399 I DOTNET  : Expected: 4571.036803245544
11-03 02:33:57.191  3231  3399 I DOTNET  : Actual:   4571.03662109375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 304
11-03 02:33:57.191  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.191  3231  3399 I DOTNET  :    Execution time: 0.0001605
11-03 02:33:57.193  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.DoubleToNFloat
11-03 02:33:57.196  3231  3399 I chatty  : uid=10116(net.dot.System.Runtime.InteropServices.NFloat.Internal.Tests) identical 3 lines
11-03 02:33:57.196  3231  3399 I DOTNET  : 	[PASS] System.Runtime.InteropServices.Tests.NFloatTests.DoubleToNFloat
11-03 02:33:57.226  3231  3399 I DOTNET  : System.Runtime.InteropServices.Tests.NFloatTests 0.6176739 ms
11-03 02:33:57.242  1913  1913 I RoleManagerService: Granting default permissions...
11-03 02:33:57.262  1913  2009 I InputReader: Reconfiguring input devices.  changes=0x00000010
11-03 02:33:57.265  1913  1939 W VoiceInteractionManagerService: no available voice interaction services found for user 0
11-03 02:33:57.300  1913  1939 W VoiceInteractionManagerService: no available voice interaction services found for user 0
11-03 02:33:57.369  1913  1913 I Telecom : DefaultDialerCache: Refreshing default dialer for user 0: now com.android.dialer: CM.CCCR->CM.UECNT->CM.CCCR->CM.UECNT@AEg
11-03 02:33:57.372  1913  1913 I RoleManagerService: Granting default permissions...
11-03 02:33:57.374  1913  1913 I Telecom : DefaultDialerCache: Refreshing default dialer for user 0: now com.android.dialer: CM.CCCR->CM.UECNT->CM.CCCR->CM.UECNT@AEg
11-03 02:33:57.396  2303  2303 D CarrierSvcBindHelper: No carrier app for: 0
11-03 02:33:57.577  3231  3399 I DOTNET  : Failed tests:
11-03 02:33:57.588  3231  3399 I DOTNET  : 1) 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: -4567, right: 3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:57.588  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.588  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.588  3231  3399 I DOTNET  : Expected: -1454.4585501341485
11-03 02:33:57.589  3231  3399 I DOTNET  : Actual:   -1454.45849609375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:57.589  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.589  3231  3399 I DOTNET  :    Execution time: 0.1047618
11-03 02:33:57.589  3231  3399 I DOTNET  : 2) 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: -4567.891, right: 3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:57.589  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.589  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.589  3231  3399 I DOTNET  : Expected: -1452.1110360937337
11-03 02:33:57.589  3231  3399 I DOTNET  : Actual:   -1452.111083984375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:57.589  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.589  3231  3399 I DOTNET  :    Execution time: 0.0012712
11-03 02:33:57.589  3231  3399 I DOTNET  : 3) 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: 4567, right: -3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:57.589  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.589  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.589  3231  3399 I DOTNET  : Expected: -1454.4585501341485
11-03 02:33:57.589  3231  3399 I DOTNET  : Actual:   -1454.45849609375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:57.589  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.589  3231  3399 I DOTNET  :    Execution time: 0.0001907
11-03 02:33:57.589  3231  3399 I DOTNET  : 4) 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Division   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Division(left: 4567.891, right: -3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Division
11-03 02:33:57.589  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.589  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.589  3231  3399 I DOTNET  : Expected: -1452.1110360937337
11-03 02:33:57.589  3231  3399 I DOTNET  : Actual:   -1452.111083984375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Division(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 344
11-03 02:33:57.589  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.589  3231  3399 I DOTNET  :    Execution time: 0.0001626
11-03 02:33:57.589  3231  3399 I DOTNET  : 5) 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: -4567, right: 3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:57.589  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.589  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.589  3231  3399 I DOTNET  : Expected: -14340.380479097366
11-03 02:33:57.589  3231  3399 I DOTNET  : Actual:   -14340.380859375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:57.589  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.589  3231  3399 I DOTNET  :    Execution time: 0.0018203
11-03 02:33:57.589  3231  3399 I DOTNET  : 6) 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: -4567.891, right: 3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:57.589  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.589  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.589  3231  3399 I DOTNET  : Expected: -14369.169233038556
11-03 02:33:57.589  3231  3399 I DOTNET  : Actual:   -14369.1689453125   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:57.589  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.589  3231  3399 I DOTNET  :    Execution time: 0.0001937
11-03 02:33:57.589  3231  3399 I DOTNET  : 7) 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: 4567, right: -3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:57.589  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.589  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.589  3231  3399 I DOTNET  : Expected: -14340.380479097366
11-03 02:33:57.589  3231  3399 I DOTNET  : Actual:   -14340.380859375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:57.589  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.589  3231  3399 I DOTNET  :    Execution time: 0.0002727
11-03 02:33:57.589  3231  3399 I DOTNET  : 8) 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(left: 4567.891, right: -3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply
11-03 02:33:57.589  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.589  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.589  3231  3399 I DOTNET  : Expected: -14369.169233038556
11-03 02:33:57.589  3231  3399 I DOTNET  : Actual:   -14369.1689453125   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Multiply(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 324
11-03 02:33:57.589  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.589  3231  3399 I DOTNET  :    Execution time: 0.0001853
11-03 02:33:57.589  3231  3399 I DOTNET  : 9) 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: -4567, right: 3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.589  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.589  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.589  3231  3399 I DOTNET  : Expected: -4563.859999895096
11-03 02:33:57.589  3231  3399 I DOTNET  : Actual:   -4563.85986328125   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.589  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.589  3231  3399 I DOTNET  :    Execution time: 0.0014088
11-03 02:33:57.589  3231  3399 I DOTNET  : 10) 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: -4567.891, right: 3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.590  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.590  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.590  3231  3399 I DOTNET  : Expected: -4564.745423316956
11-03 02:33:57.590  3231  3399 I DOTNET  : Actual:   -4564.74560546875   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.590  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.590  3231  3399 I DOTNET  :    Execution time: 0.0001794
11-03 02:33:57.590  3231  3399 I DOTNET  : 11) 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: 4567, right: -3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.590  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.590  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.590  3231  3399 I DOTNET  : Expected: 4563.859999895096
11-03 02:33:57.590  3231  3399 I DOTNET  : Actual:   4563.85986328125   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.590  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.590  3231  3399 I DOTNET  :    Execution time: 0.0001599
11-03 02:33:57.590  3231  3399 I DOTNET  : 12) 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Addition   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(left: 4567.891, right: -3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Addition
11-03 02:33:57.590  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.590  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.590  3231  3399 I DOTNET  : Expected: 4564.745423316956
11-03 02:33:57.590  3231  3399 I DOTNET  : Actual:   4564.74560546875   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Addition(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 284
11-03 02:33:57.590  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.590  3231  3399 I DOTNET  :    Execution time: 0.0001653
11-03 02:33:57.590  3231  3399 I DOTNET  : 13) 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(left: -4567, right: 3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction
11-03 02:33:57.590  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.590  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.590  3231  3399 I DOTNET  : Expected: -4570.140000104904
11-03 02:33:57.590  3231  3399 I DOTNET  : Actual:   -4570.14013671875   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 304
11-03 02:33:57.590  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.590  3231  3399 I DOTNET  :    Execution time: 0.0015915
11-03 02:33:57.590  3231  3399 I DOTNET  : 14) 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(left: -4567.891, right: 3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction
11-03 02:33:57.590  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.590  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.590  3231  3399 I DOTNET  : Expected: -4571.036803245544
11-03 02:33:57.590  3231  3399 I DOTNET  : Actual:   -4571.03662109375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 304
11-03 02:33:57.590  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.590  3231  3399 I DOTNET  :    Execution time: 0.0001902
11-03 02:33:57.590  3231  3399 I DOTNET  : 15) 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(left: 4567, right: -3.14)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction
11-03 02:33:57.590  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.590  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.590  3231  3399 I DOTNET  : Expected: 4570.140000104904
11-03 02:33:57.590  3231  3399 I DOTNET  : Actual:   4570.14013671875   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 304
11-03 02:33:57.590  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.590  3231  3399 I DOTNET  :    Execution time: 0.0001698
11-03 02:33:57.590  3231  3399 I DOTNET  : 16) 	[FAIL] System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction   Test name: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(left: 4567.891, right: -3.14569)   Test case: System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction
11-03 02:33:57.590  3231  3399 I DOTNET  :    Assembly:  [System.Runtime.InteropServices.NFloat.Internal.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
11-03 02:33:57.590  3231  3399 I DOTNET  :    Exception messages: Assert.Equal() Failure
11-03 02:33:57.590  3231  3399 I DOTNET  : Expected: 4571.036803245544
11-03 02:33:57.590  3231  3399 I DOTNET  : Actual:   4571.03662109375   Exception stack traces:    at System.Runtime.InteropServices.Tests.NFloatTests.op_Subtraction(Single left, Single right) in /_/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/NFloatTests.cs:line 304
11-03 02:33:57.590  3231  3399 I DOTNET  :    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
11-03 02:33:57.590  3231  3399 I DOTNET  :    Execution time: 0.0001605

@steveisok
Copy link
Member

I think #65723 needs to be backported.

@steveisok
Copy link
Member

steveisok commented Nov 3, 2022

@vargaz is there any risk of taking #65723 in 6.0?

@akoeplinger
Copy link
Member

I don't think it's worth backporting #65723 to 6.0 at this point. We should just disable these tests on Android x86.

steveisok pushed a commit to steveisok/runtime that referenced this issue Feb 7, 2023
Since we're not going to backport the change necessary to use SSE for fp arithmetic, disable the failing tests.

Addresses dotnet#77853
carlossanlop pushed a commit that referenced this issue Feb 8, 2023
Since we're not going to backport the change necessary to use SSE for fp arithmetic, disable the failing tests.

Addresses #77853

Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
@steveisok
Copy link
Member

Tests are disabled in 6.0. Closing.

@ghost ghost locked as resolved and limited conversation to collaborators Mar 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Interop-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' os-android test-failure
Projects
None yet
Development

No branches or pull requests

4 participants