Guest User

maint 22/01/19

a guest
Jan 22nd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 KB | None | 0 0
  1. [1/127] cd /home/chris/sources/gnucash && /usr/bin/git log --format="%ad %aN %n%n%x09* %s%d%n" --date=short --since=2018-01-01 > /home/chris/sources/build/ChangeLog
  2. [2/127] cd /home/chris/sources/build/libgnucash/core-utils && /usr/bin/cmake -D SRC=/home/chris/sources/build/libgnucash/core-utils/gnc-vcs-info.h.in -D DST=/home/chris/sources/build/libgnucash/core-utils/gnc-vcs-info.h -P /home/chris/sources/build/libgnucash/core-utils/version.cmake
  3. ./gtest.sh
  4. UpdateCTestConfiguration from :/home/chris/sources/build/DartConfiguration.tcl
  5. UpdateCTestConfiguration from :/home/chris/sources/build/DartConfiguration.tcl
  6. Test project /home/chris/sources/build
  7. Constructing a list of tests
  8. Done constructing a list of tests
  9. Updating test list for fixtures
  10. Added 0 tests to meet fixture requirements
  11. Checking test dependency graph...
  12. Checking test dependency graph end
  13. test 57
  14. Start 57: test-gnc-datetime
  15.  
  16. 57: Test command: /home/chris/sources/build/bin/test-gnc-datetime
  17. 57: Environment variables:
  18. 57: GNC_UNINSTALLED=YES
  19. 57: GNC_BUILDDIR=/home/chris/sources/build
  20. 57: Test timeout computed to be: 10000000
  21. 57: Running main() from /home/chris/sources/googletest/googletest/src/gtest_main.cc
  22. 57: [==========] Running 20 tests from 4 test suites.
  23. 57: [----------] Global test environment set-up.
  24. 57: [----------] 5 tests from gnc_date_constructors
  25. 57: [ RUN ] gnc_date_constructors.test_default_constructor
  26. 57: [ OK ] gnc_date_constructors.test_default_constructor (0 ms)
  27. 57: [ RUN ] gnc_date_constructors.test_ymd_constructor
  28. 57: [ OK ] gnc_date_constructors.test_ymd_constructor (0 ms)
  29. 57: [ RUN ] gnc_date_constructors.test_copy_constructor
  30. 57: [ OK ] gnc_date_constructors.test_copy_constructor (0 ms)
  31. 57: [ RUN ] gnc_date_constructors.test_move_constructor
  32. 57: [ OK ] gnc_date_constructors.test_move_constructor (3 ms)
  33. 57: [ RUN ] gnc_date_constructors.test_str_format_constructor
  34. 57: [ OK ] gnc_date_constructors.test_str_format_constructor (4 ms)
  35. 57: [----------] 5 tests from gnc_date_constructors (7 ms total)
  36. 57:
  37. 57: [----------] 4 tests from gnc_date_operators
  38. 57: [ RUN ] gnc_date_operators.test_equality
  39. 57: [ OK ] gnc_date_operators.test_equality (0 ms)
  40. 57: [ RUN ] gnc_date_operators.test_more_less_than
  41. 57: [ OK ] gnc_date_operators.test_more_less_than (0 ms)
  42. 57: [ RUN ] gnc_date_operators.test_copy_assignment
  43. 57: [ OK ] gnc_date_operators.test_copy_assignment (0 ms)
  44. 57: [ RUN ] gnc_date_operators.test_move_assignment
  45. 57: [ OK ] gnc_date_operators.test_move_assignment (0 ms)
  46. 57: [----------] 4 tests from gnc_date_operators (0 ms total)
  47. 57:
  48. 57: [----------] 8 tests from gnc_datetime_constructors
  49. 57: [ RUN ] gnc_datetime_constructors.test_default_constructor
  50. 57: [ OK ] gnc_datetime_constructors.test_default_constructor (0 ms)
  51. 57: [ RUN ] gnc_datetime_constructors.test_time64_constructor
  52. 57: [ OK ] gnc_datetime_constructors.test_time64_constructor (0 ms)
  53. 57: [ RUN ] gnc_datetime_constructors.test_string_constructor
  54. 57: [ OK ] gnc_datetime_constructors.test_string_constructor (0 ms)
  55. 57: [ RUN ] gnc_datetime_constructors.test_struct_tm_constructor
  56. 57: [ OK ] gnc_datetime_constructors.test_struct_tm_constructor (0 ms)
  57. 57: [ RUN ] gnc_datetime_constructors.test_gncdate_start_constructor
  58. 57: /home/chris/sources/gnucash/libgnucash/engine/test/gtest-gnc-datetime.cpp:346: Failure
  59. 57: Expected equality of these values:
  60. 57: atime.format("%d-%m-%Y %H:%M:%S")
  61. 57: Which is: "19-04-2017 16:00:00"
  62. 57: "20-04-2017 00:00:00"
  63. 57: [ FAILED ] gnc_datetime_constructors.test_gncdate_start_constructor (1 ms)
  64. 57: [ RUN ] gnc_datetime_constructors.test_gncdate_BST_transition
  65. 57: [ OK ] gnc_datetime_constructors.test_gncdate_BST_transition (0 ms)
  66. 57: [ RUN ] gnc_datetime_constructors.test_gncdate_end_constructor
  67. 57: /home/chris/sources/gnucash/libgnucash/engine/test/gtest-gnc-datetime.cpp:377: Failure
  68. 57: Expected equality of these values:
  69. 57: atime.format("%d-%m-%Y %H:%M:%S")
  70. 57: Which is: "06-11-2046 15:59:59"
  71. 57: "06-11-2046 23:59:59"
  72. 57: [ FAILED ] gnc_datetime_constructors.test_gncdate_end_constructor (0 ms)
  73. 57: [ RUN ] gnc_datetime_constructors.test_gncdate_neutral_constructor
  74. 57: [ OK ] gnc_datetime_constructors.test_gncdate_neutral_constructor (4 ms)
  75. 57: [----------] 8 tests from gnc_datetime_constructors (5 ms total)
  76. 57:
  77. 57: [----------] 3 tests from gnc_datetime_functions
  78. 57: [ RUN ] gnc_datetime_functions.test_format
  79. 57: [ OK ] gnc_datetime_functions.test_format (0 ms)
  80. 57: [ RUN ] gnc_datetime_functions.test_format_zulu
  81. 57: [ OK ] gnc_datetime_functions.test_format_zulu (0 ms)
  82. 57: [ RUN ] gnc_datetime_functions.test_date
  83. 57: [ OK ] gnc_datetime_functions.test_date (0 ms)
  84. 57: [----------] 3 tests from gnc_datetime_functions (0 ms total)
  85. 57:
  86. 57: [----------] Global test environment tear-down
  87. 57: [==========] 20 tests from 4 test suites ran. (12 ms total)
  88. 57: [ PASSED ] 18 tests.
  89. 57: [ FAILED ] 2 tests, listed below:
  90. 57: [ FAILED ] gnc_datetime_constructors.test_gncdate_start_constructor
  91. 57: [ FAILED ] gnc_datetime_constructors.test_gncdate_end_constructor
  92. 57:
  93. 57: 2 FAILED TESTS
  94. 1/1 Test #57: test-gnc-datetime ................***Failed 0.02 sec
  95.  
  96. 0% tests passed, 1 tests failed out of 1
  97.  
  98. Total Test time (real) = 0.03 sec
  99.  
  100. The following tests FAILED:
  101. 57 - test-gnc-datetime (Failed)
Add Comment
Please, Sign In to add comment