Advertisement
Guest User

Untitled

a guest
May 21st, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. Testing started at 12:49 ...
  2. /usr/bin/valgrind --tool=memcheck --xml=yes --xml-file=/tmp/valgrind --gen-suppressions=all --leak-check=full --leak-resolution=med --track-origins=yes /home/shinigami/Documents/dev/exercises/cmake-build-debug/tests/lab10test/lab10_scheduler_tests --gtest_filter=* --gtest_color=no
  3. Running main() from gtest_main.cc/home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:264: FailureExpected: schedule = scheduler->PrepareNewSchedule(rooms, teachers, years, 10) doesn't throw an exception.
  4. Actual: it throws.
  5. /home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:268: FailureDifferent teachers expected: [100, 200, 300, ] but was: []
  6. /home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:270: FailureDifferent room number expected[1000, ] but was: []
  7. /home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:272: FailureDifferent rooms years[1, 2, ] but was: []
  8.  
  9. /home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:274: FailureDifferent courses years[10, 20, 30, 40, ] but was: []
  10.  
  11. /home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:295: FailureExpected: schedule = scheduler->PrepareNewSchedule(rooms, teachers, years, 7) doesn't throw an exception.
  12. Actual: it throws.
  13. /home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:299: FailureDifferent teachers expected: [100, 200, 300, 400, 500, 600, ] but was: []
  14. /home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:301: FailureDifferent room number expected[1000, 2000, 3000, ] but was: []
  15. /home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:303: FailureDifferent rooms years[1, 2, 3, 4, 5, ] but was: []
  16. /home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:305: FailureDifferent courses years[10, 11, 20, 21, 30, 32, 40, 42, 50, 53, 54, 60, 70, 77, 79, 80, 90, 91, 92, 93, ] but was: []
  17. /home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:307: FailureDifferent courses years[10, 11, 20, 21, ] but was: []
  18. /home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:307: FailureDifferent courses years[30, 32, 40, 42, ] but was: []
  19. /home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:307: FailureDifferent courses years[50, 53, 54, 60, ] but was: []
  20. /home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:307: FailureDifferent courses years[70, 77, 79, 80, ] but was: []
  21.  
  22. /home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:307: FailureDifferent courses years[90, 91, 92, 93, ] but was: []
  23.  
  24. /home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:331: FailureExpected: schedule = scheduler->PrepareNewSchedule(rooms, teachers, years, 5) doesn't throw an exception.
  25. Actual: it throws.
  26. /home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:335: FailureDifferent teachers expected: [100, 200, ] but was: []
  27. /home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:337: FailureDifferent room number expected[1000, ] but was: []
  28. /home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:339: FailureDifferent rooms years[1, ] but was: []
  29.  
  30. /home/shinigami/Documents/dev/exercises/tests/lab10test/SchedulerTest.cpp:341: FailureDifferent courses years[10, 10, 10, 10, 10, ] but was: []
  31.  
  32.  
  33. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement