Advertisement
Guest User

Untitled

a guest
Oct 10th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. results on ppc:
  2.  
  3. + mono-sgen basic-float.exe
  4. test_0_conv_i failed: got 2, expected 0
  5. test_2_rem failed: got 8, expected 2
  6. test_4_long_cast failed: got 0, expected 4
  7. test_4_ulong_cast failed: got 0, expected 4
  8. test_4_single_long_cast failed: got 0, expected 4
  9. test_0_lconv_to_r8 failed: got 1, expected 0
  10. test_0_lconv_to_r4 failed: got 1, expected 0
  11. test_0_ftol_clobber failed: got 2, expected 0
  12. test_0_rounding failed: got 1, expected 0
  13. test_1_frem_r4 failed: got 7, expected 1
  14. test_0_fconv_to_u4_r4 failed: got 1, expected 0
  15. test_10_rconv_to_u8 failed: got 0, expected 10
  16. Regression tests: 54 ran, 12 failed in Tests
  17.  
  18. + mono-sgen basic-calls.exe
  19. test_0_ftol_clobber failed: got 2, expected 0
  20. Regression tests: 27 ran, 1 failed in Tests
  21.  
  22. + mono-sgen basic-math.exe
  23. test_0_atan_precision failed: got 1, expected 0
  24. test_2_sqrt failed: got 4, expected 2
  25. test_0_abs failed: got 1, expected 0
  26. test_0_round failed: got 2, expected 0
  27. Regression tests: 20 ran, 4 failed in Tests
  28.  
  29. + mono-sgen exceptions.exe
  30. test_0_byte_cast failed: got 6, expected 0
  31. test_0_sbyte_cast failed: got -9, expected 0
  32. test_0_ushort_cast failed: got 7, expected 0
  33. test_0_short_cast failed: got 11, expected 0
  34. test_0_int_cast failed: got 1, expected 0
  35. test_0_uint_cast failed: got 2, expected 0
  36. test_0_ulong_cast failed: got 4, expected 0
  37. test_0_simple_double_casts failed: got 1, expected 0
  38. Regression tests: 79 ran, 8 failed in Tests
  39.  
  40. + mono-sgen iltests.exe
  41. test_1234_fconv_u failed: got 0, expected 1234
  42. test_0_long_to_r8_un_overflow failed: got 1, expected 0
  43. Regression tests: 105 ran, 2 failed in Tests
  44.  
  45. + mono-sgen basic-simd.exe
  46. test_0_simple_packed_sqrt failed: got 1, expected 0
  47. test_0_simple_packed_invsqrt failed: got 1, expected 0
  48. test_0_double_packed_sqrt failed: got 1, expected 0
  49. test_0_d_to_i failed: got 2, expected 0
  50. test_0_f_to_i failed: got 3, expected 0
  51. Regression tests: 183 ran, 5 failed in SimdTests
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement