-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Description
note: this can't be built in debug (non-llvm) configurations - see #18614
Steps to Reproduce
- Run "mscorlib Part 2" in release mode (llvm) on a 32bits iOS device
Current Behavior
23:38:20.5335610 2020-01-28 23:38:20.541 com.xamarin.bcltests.mscorlib Part 2[2799:1230242] Failed tests:
23:38:20.5335750 2020-01-28 23:38:20.542 com.xamarin.bcltests.mscorlib Part 2[2799:1230242] 1) [FAIL] System.Tests.ConvertToBooleanTests.FromSingle Test name: System.Tests.ConvertToBooleanTests.FromSingle
23:38:20.5335790 Assembly: [monotouch_corlib_xunit-test.part2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756]
23:38:20.5335810 Exception messages: Assert.Equal() Failure
23:38:20.5336200 Expected: True
23:38:20.5336250 Actual: False Exception stack traces: at System.Tests.ConvertTestBase`1[TOutput].Verify[TInput] (System.Func`2[T,TResult] convert, TInput[] testValues, TOutput[] expectedValues) <0x8ea9cc + 0x00103> in <6f12ee0c17354dde9f7d58d7d4428f65#e2e0db5bd48931303334f647d4491363>:0
23:38:20.5336290 at System.Tests.ConvertToBooleanTests.FromSingle () <0x5056dc + 0x000f3> in <6f12ee0c17354dde9f7d58d7d4428f65#e2e0db5bd48931303334f647d4491363>:0
23:38:20.5336690 at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
23:38:20.5336760 at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) <0x1eaf7ac + 0x00113> in <2271f0bb071c4c6fbd07813bd39a8a7f#e2e0db5bd48931303334f647d4491363>:0
23:38:20.5336800 Execution time: 0.0190334
23:38:20.5336830 2020-01-28 23:38:20.542 com.xamarin.bcltests.mscorlib Part 2[2799:1230242]
23:38:20.5336850 2020-01-28 23:38:20.542 com.xamarin.bcltests.mscorlib Part 2[2799:1230242] 2) [FAIL] System.Tests.ConvertToBooleanTests.FromDouble Test name: System.Tests.ConvertToBooleanTests.FromDouble
23:38:20.5336880 Assembly: [monotouch_corlib_xunit-test.part2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756]
23:38:20.5336910 Exception messages: Assert.Equal() Failure
23:38:20.5336930 Expected: True
23:38:20.5337210 Actual: False Exception stack traces: at System.Tests.ConvertTestBase`1[TOutput].Verify[TInput] (System.Func`2[T,TResult] convert, TInput[] testValues, TOutput[] expectedValues) <0x8e9f7c + 0x00107> in <6f12ee0c17354dde9f7d58d7d4428f65#e2e0db5bd48931303334f647d4491363>:0
23:38:20.5337280 at System.Tests.ConvertToBooleanTests.FromDouble () <0x504cb0 + 0x000f3> in <6f12ee0c17354dde9f7d58d7d4428f65#e2e0db5bd48931303334f647d4491363>:0
23:38:20.5337310 at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
23:38:20.5337340 at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) <0x1eaf7ac + 0x00113> in <2271f0bb071c4c6fbd07813bd39a8a7f#e2e0db5bd48931303334f647d4491363>:0
23:38:20.5337370 Execution time: 0.0014083
23:38:20.5337400 2020-01-28 23:38:20.543 com.xamarin.bcltests.mscorlib Part 2[2799:1230242]
23:38:25.8920500 2020-01-28 23:38:25.898 com.xamarin.bcltests.mscorlib Part 2[2799:1230242] Xml file was written to the tcp listener.
23:38:25.8920800 2020-01-28 23:38:25.899 com.xamarin.bcltests.mscorlib Part 2[2799:1230242] Tests run: 53029 Passed: 40408 Inconclusive: 0 Failed: 2 Ignored: 12515
Expected Behavior
Success
On which platforms did you notice this
[x] iOS / 32bits (llvm)
[ ] macOS
[ ] Linux
[ ] Windows
Version Used:
2019-12
Stacktrace
Please paste the stack trace here if available.