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

Add Tests for Mapping Binary Heap #23

Commits on Dec 8, 2023

  1. Add tests for mapping binary heap

    Changes to be committed:
    	new file:   tests/DataStructures/Container/TestMappingBinaryHeap.cpp
    	new file:   tests/DataStructures/Container/TestMappingBinaryHeap.hpp
    franziska-wegner committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    4a1e388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c64155f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3ad4fa View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Run test in single threaded mode to avoid Google Testframework Death …

    …Test warning
    
    What?
    Warning: NG] /Users/runner/work/egoa/egoa/external/GoogleTestFramework/googletest/src/gtest-death-test.cc:1102:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/main/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
    franziska-wegner committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    6aa7b06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95edfc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f649679 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c65f7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a13184f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    becaec5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25cfc2a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca7dec6 View commit details
    Browse the repository at this point in the history